|
|
@ -206,6 +206,12 @@ $_tertiary: map.merge(map.get($_palettes, tertiary), $_rest); |
|
|
|
.theme-dark, |
|
|
|
.theme-light { |
|
|
|
@media (max-width: 575.98px) { |
|
|
|
@include mat.dialog-overrides( |
|
|
|
( |
|
|
|
container-shape: 4px |
|
|
|
) |
|
|
|
); |
|
|
|
|
|
|
|
@include mat.tabs-overrides( |
|
|
|
( |
|
|
|
container-height: 3rem |
|
|
@ -216,7 +222,6 @@ $_tertiary: map.merge(map.get($_palettes, tertiary), $_rest); |
|
|
|
@include mat.dialog-overrides( |
|
|
|
( |
|
|
|
container-max-width: 80vw, |
|
|
|
container-shape: 4px, |
|
|
|
container-small-max-width: 96vw |
|
|
|
) |
|
|
|
); |
|
|
@ -226,6 +231,7 @@ $_tertiary: map.merge(map.get($_palettes, tertiary), $_rest); |
|
|
|
container-color: var(--gf-theme-primary-500) |
|
|
|
) |
|
|
|
); |
|
|
|
|
|
|
|
@include mat.tabs-overrides( |
|
|
|
( |
|
|
|
active-focus-label-text-color: var(--gf-theme-primary-500), |
|
|
|