Skip to content

Commit

Permalink
Fix lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-sinitsyn committed Mar 10, 2020
1 parent acd65e6 commit 497c7cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/@theme/styles/material/_angular-material.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
$custom-light-theme: mat-light-theme(mat-palette($mat-indigo), mat-palette($mat-pink));
@include angular-material-theme($custom-light-theme);
}
}
}
6 changes: 4 additions & 2 deletions src/app/@theme/styles/material/_material-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,9 @@ $theme: (

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,
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)'
Expand Down Expand Up @@ -476,7 +478,7 @@ $theme: (
option-list-border-style: none,
option-list-adjacent-border-style: none,
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-selected-background-color: #525252,
option-selected-hover-background-color: option-selected-background-color,
Expand Down

0 comments on commit 497c7cc

Please sign in to comment.