mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-01 15:00:49 +00:00
Update theme-light.scss
This commit is contained in:
parent
578038e792
commit
aefcc16b3a
@ -11,24 +11,24 @@ $accent: mat-palette($mat-blue, A200, A100, A700);
|
|||||||
|
|
||||||
$theme: mat-light-theme($primary, $accent);
|
$theme: mat-light-theme($primary, $accent);
|
||||||
|
|
||||||
$light-palette: mat-palette($mat-blue, 900, A100, A400);
|
$light-palette: mat-palette($mat-light-blue, 900, A100, A400);
|
||||||
$light-background: mat-light-theme($light-palette, $primary);
|
$light-background: mat-light-theme($light-palette, $primary);
|
||||||
|
|
||||||
$mat-dark-theme-background: (
|
$mat-light-theme-background: (
|
||||||
// status-bar: black,
|
status-bar: black,
|
||||||
// app-bar: map_get($mat-blue-grey, 900),
|
app-bar: map_get($mat-blue, 900),
|
||||||
// background: map_get($mat-blue-grey, 900),
|
background: white,
|
||||||
// hover: rgba(white, 0.04),
|
hover: rgba(white, 0.04),
|
||||||
// card: map_get($mat-blue-grey, 900),
|
card: white,
|
||||||
// dialog: map_get($mat-blue-grey, 900),
|
dialog: white,
|
||||||
// disabled-button: $white-12-opacity,
|
disabled-button: $white-12-opacity,
|
||||||
// raised-button: map-get($mat-grey, 800),
|
raised-button: white,
|
||||||
// focused-button: $white-6-opacity,
|
focused-button: $white-6-opacity,
|
||||||
// selected-button: map_get($mat-grey, 900),
|
selected-button: map_get($mat-blue, 900),
|
||||||
// selected-disabled-button: map_get($mat-grey, 800),
|
selected-disabled-button: map_get($mat-blue, 800),
|
||||||
// disabled-button-toggle: black,
|
disabled-button-toggle: black,
|
||||||
// unselected-chip: map_get($mat-grey, 700),
|
unselected-chip: map_get($mat-blue, 700),
|
||||||
// disabled-list-option: black
|
disabled-list-option: black
|
||||||
);
|
);
|
||||||
|
|
||||||
$theme: map-merge(
|
$theme: map-merge(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user