Fix lint warnings for styles

This commit is contained in:
eugene-sinitsyn 2020-03-06 15:51:55 +03:00 committed by Sergey Andrievskiy
parent baee6e9a37
commit 222645777f
4 changed files with 10 additions and 6 deletions

View file

@ -361,8 +361,10 @@ $theme: (
text-danger-active-color: color-danger-active,
text-danger-disabled-color: color-danger-400,
shadow: unquote("0 2px 10px rgba(0, 0, 0, 0.24), 0 0 20px rgba(0, 0, 0, 0.12)"),
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)"),
shadow: unquote('0 2px 10px rgba(0, 0, 0, 0.24), 0 0 20px rgba(0, 0, 0, 0.12)'),
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)'
),
outline-color: color-basic-700,
font-family-primary: unquote('Roboto, sans-serif')

View file

@ -361,8 +361,10 @@ $theme: (
text-danger-active-color: color-danger-active,
text-danger-disabled-color: color-danger-400,
shadow: unquote("0 2px 10px rgba(0, 0, 0, 0.12), 0 0 20px rgba(0, 0, 0, 0.06)"),
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)"),
shadow: unquote('0 2px 10px rgba(0, 0, 0, 0.12), 0 0 20px rgba(0, 0, 0, 0.06)'),
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)'
),
outline-color: color-basic-transparent-200,
font-family-primary: unquote('Roboto, sans-serif')

View file

@ -1,3 +1,3 @@
button, mat-button-toggle-group {
margin: 0.5rem;
}
}

View file

@ -13,4 +13,4 @@
textarea {
min-height: 3rem;
}
}
}