mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-19 17:00:13 +01:00
refactor(visitors): update shadows in dark themes
This commit is contained in:
parent
e3552db379
commit
6a68f232d7
1 changed files with 4 additions and 4 deletions
|
|
@ -30,11 +30,11 @@ $nb-themes: nb-register-theme((
|
|||
//header-button-outline: #42db7d,
|
||||
//
|
||||
//list-item-border-width: 1px,
|
||||
//
|
||||
slide-out-background: linear-gradient(270deg, #edf1f7 0%, #e4e9f2 100%),
|
||||
|
||||
slide-out-background: linear-gradient(270deg, #e4e9f2 0%, #f7f9fc 100%),
|
||||
slide-out-shadow-color: 0 4px 14px 0 #8f9bb3,
|
||||
slide-out-shadow-color-rtl: 0 4px 14px 0 #8f9bb3,
|
||||
//
|
||||
|
||||
//chart-panel-summary-box-shadow: none,
|
||||
//chart-panel-summary-background-color: #ecf2f5,
|
||||
//chart-panel-summary-border-color: #ebeff1,
|
||||
|
|
@ -125,7 +125,7 @@ $nb-themes: nb-register-theme((
|
|||
card-height-tiny: 13.5rem,
|
||||
select-min-width: 6rem,
|
||||
|
||||
slide-out-background: linear-gradient(270deg, #edf1f7 0%, #e4e9f2 100%),
|
||||
slide-out-background: linear-gradient(270deg, #222b45 0%, #151a30 100%),
|
||||
slide-out-shadow-color: 0 4px 14px 0 #8f9bb3,
|
||||
slide-out-shadow-color-rtl: 0 4px 14px 0 #8f9bb3,
|
||||
), dark, dark);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue