Skip to content

Commit 3a88673

Browse files
committed
fix #388
1 parent cd7ba50 commit 3a88673

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

src/themes/dark-theme.scss

+4
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,7 @@ $dark-theme: mat-dark-theme($dark-primary, $dark-accent, $dark-warn);
8282
@include angular-material-theme($dark-theme);
8383
@include dark-app-colors
8484
}
85+
86+
.dark-theme .cli.mat-elevation-z12 {
87+
box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 8)
88+
}

src/themes/light-theme.scss

+5
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,8 @@ $app-bg-color: white;
8484
.light-theme .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
8585
color: rgba(0, 0, 0, .54);
8686
}
87+
88+
89+
.light-theme .cli.mat-elevation-z12 {
90+
box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.8)
91+
}

src/themes/magenta-theme.scss

+5
Original file line numberDiff line numberDiff line change
@@ -171,3 +171,8 @@ $app-bg-color: white;
171171
color: $tmo-white;
172172
@include magenta-app-colors
173173
}
174+
175+
176+
.magenta-theme .cli.mat-elevation-z12 {
177+
box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.8);
178+
}

0 commit comments

Comments
 (0)