/**
 * @license
 * Copyright Workylab. All Rights Reserved.
 *
 * Use of this source code is governed by an MIT-style license that can be
 * found in the LICENSE file at https://raw.githubusercontent.com/workylab/materialize-angular/master/LICENSE
 */

$materialize-glossary-item-color: map-get($theme-colors, 'gray-60') !default;
$materialize-glossary-item-cursor: pointer !default;
$materialize-glossary-font-weight: $theme-font-weight-regular !default;
$materialize-glossary-font-size: $theme-font-size-md !default;
$materialize-glossary-font-family: $theme-font-family-primary !default;
$materialize-glossary-item-padding: $theme-space-xs $theme-space-md !default;

$materialize-glossary-item-line-height: 100% !default;
$materialize-glossary-item-line-width: $theme-border-md !default;

$materialize-glossary-item-hover-color: map-get($theme-colors, 'gray-60') !default;
$materialize-glossary-item-hover-line-background: map-get($theme-colors, 'primary') !default;

$materialize-glossary-item-active-color: map-get($theme-colors, 'gray-20') !default;
$materialize-glossary-item-active-line-background: map-get($theme-colors, 'primary') !default;
