Update material styles

This commit is contained in:
eugene-sinitsyn 2020-03-09 15:38:42 +03:00 committed by Sergey Andrievskiy
parent fea2da6df7
commit ec2e808cb5
4 changed files with 44 additions and 20 deletions

View file

@ -361,12 +361,19 @@ $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)'),
font-family-primary: unquote('Roboto, sans-serif'),
shadow: unquote('0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(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)'
'0 3px 5px -1px rgba(0,0,0,.2), 0 6px 10px 0 rgba(0,0,0,.14), 0 1px 18px 0 rgba(0,0,0,.12)'
),
font-family-primary: unquote('Roboto, sans-serif'),
header-background-color: color-primary-default,
footer-background-color: color-primary-default,
footer-text-color: text-alternate-color,
footer-text-highlight-color: footer-text-color,
sidebar-background-color: background-basic-color-2,
menu-text-font-weight: 400,
menu-text-color: rgba(0, 0, 0, 0.87),
@ -379,7 +386,11 @@ $theme: (
menu-submenu-item-hover-background-color: rgba(0, 0, 0, 0.04),
menu-submenu-item-active-hover-background-color: rgba(0, 0, 0, 0.1),
menu-submenu-item-active-background-color: rgba(0, 0, 0, 0.08)
menu-submenu-item-active-background-color: rgba(0, 0, 0, 0.08),
card-border-style: none,
card-divider-color: color-basic-200,
card-border-radius: .25rem .25rem .125rem .125rem
);
$nb-themes: nb-register-theme($theme, material-light, default);