mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
Fix lint warnings
This commit is contained in:
parent
2c443a5bc3
commit
7d2f1fec2c
2 changed files with 5 additions and 3 deletions
|
|
@ -12,4 +12,4 @@
|
||||||
$custom-light-theme: mat-light-theme(mat-palette($mat-indigo), mat-palette($mat-pink));
|
$custom-light-theme: mat-light-theme(mat-palette($mat-indigo), mat-palette($mat-pink));
|
||||||
@include angular-material-theme($custom-light-theme);
|
@include angular-material-theme($custom-light-theme);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -363,7 +363,9 @@ $theme: (
|
||||||
|
|
||||||
font-family-primary: unquote('Roboto, sans-serif'),
|
font-family-primary: unquote('Roboto, sans-serif'),
|
||||||
|
|
||||||
shadow: unquote('0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12)'),
|
shadow: unquote(
|
||||||
|
'0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12)'
|
||||||
|
),
|
||||||
card-shadow: shadow,
|
card-shadow: shadow,
|
||||||
header-shadow: unquote(
|
header-shadow: unquote(
|
||||||
'0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12)'
|
'0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12)'
|
||||||
|
|
@ -476,7 +478,7 @@ $theme: (
|
||||||
option-list-border-style: none,
|
option-list-border-style: none,
|
||||||
option-list-adjacent-border-style: none,
|
option-list-adjacent-border-style: none,
|
||||||
option-background-color: color-basic-700,
|
option-background-color: color-basic-700,
|
||||||
option-hover-background-color: #4A4A4A,
|
option-hover-background-color: #4a4a4a,
|
||||||
option-focus-background-color: option-hover-background-color,
|
option-focus-background-color: option-hover-background-color,
|
||||||
option-selected-background-color: #525252,
|
option-selected-background-color: #525252,
|
||||||
option-selected-hover-background-color: option-selected-background-color,
|
option-selected-hover-background-color: option-selected-background-color,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue