|
@ -165,18 +165,11 @@ $_tertiary: map.merge(map.get($_palettes, tertiary), $_rest); |
|
|
title-text-line-height: 1.2 |
|
|
title-text-line-height: 1.2 |
|
|
) |
|
|
) |
|
|
); |
|
|
); |
|
|
@include mat.fab-overrides( |
|
|
|
|
|
( |
|
|
|
|
|
container-color: var(--gf-theme-primary-500) |
|
|
|
|
|
) |
|
|
|
|
|
); |
|
|
|
|
|
@include mat.table-overrides( |
|
|
@include mat.table-overrides( |
|
|
( |
|
|
( |
|
|
row-item-outline-color: rgba(var(--dark-dividers)) |
|
|
row-item-outline-color: rgba(var(--dark-dividers)) |
|
|
) |
|
|
) |
|
|
); |
|
|
); |
|
|
|
|
|
|
|
|
--mdc-outlined-card-container-color: unset; |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.theme-dark { |
|
|
.theme-dark { |
|
@ -203,18 +196,40 @@ $_tertiary: map.merge(map.get($_palettes, tertiary), $_rest); |
|
|
title-text-line-height: 1.2 |
|
|
title-text-line-height: 1.2 |
|
|
) |
|
|
) |
|
|
); |
|
|
); |
|
|
|
|
|
@include mat.table-overrides( |
|
|
|
|
|
( |
|
|
|
|
|
row-item-outline-color: rgba(var(--light-dividers)) |
|
|
|
|
|
) |
|
|
|
|
|
); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.theme-dark, |
|
|
|
|
|
.theme-light { |
|
|
|
|
|
@media (max-width: 575.98px) { |
|
|
|
|
|
@include mat.tabs-overrides( |
|
|
|
|
|
( |
|
|
|
|
|
container-height: 3rem |
|
|
|
|
|
) |
|
|
|
|
|
); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
@include mat.fab-overrides( |
|
|
@include mat.fab-overrides( |
|
|
( |
|
|
( |
|
|
container-color: var(--gf-theme-primary-500) |
|
|
container-color: var(--gf-theme-primary-500) |
|
|
) |
|
|
) |
|
|
); |
|
|
); |
|
|
@include mat.table-overrides( |
|
|
@include mat.tabs-overrides( |
|
|
( |
|
|
( |
|
|
row-item-outline-color: rgba(var(--light-dividers)) |
|
|
active-focus-label-text-color: var(--gf-theme-primary-500), |
|
|
|
|
|
active-hover-label-text-color: var(--gf-theme-primary-500), |
|
|
|
|
|
active-indicator-height: 0, |
|
|
|
|
|
active-label-text-color: var(--gf-theme-primary-500), |
|
|
|
|
|
active-ripple-color: var(--gf-theme-primary-500), |
|
|
|
|
|
container-height: 2rem, |
|
|
|
|
|
inactive-ripple-color: var(--gf-theme-primary-500), |
|
|
|
|
|
label-text-tracking: normal |
|
|
) |
|
|
) |
|
|
); |
|
|
); |
|
|
|
|
|
|
|
|
--mdc-outlined-card-container-color: unset; |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
:root { |
|
|
:root { |
|
|