mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-27 12:48:49 +01:00
refactor(visitors): use palette colors for slide out
This commit is contained in:
parent
1c9739d533
commit
37bf315864
1 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ $nb-themes: nb-register-theme((
|
|||
//
|
||||
//list-item-border-width: 1px,
|
||||
|
||||
slide-out-background: linear-gradient(270deg, #e4e9f2 0%, #f7f9fc 100%),
|
||||
slide-out-background: #f7f9fc,
|
||||
slide-out-shadow-color: 0 4px 14px 0 #8f9bb3,
|
||||
slide-out-shadow-color-rtl: 0 4px 14px 0 #8f9bb3,
|
||||
|
||||
|
|
@ -82,7 +82,7 @@ $nb-themes: nb-register-theme((
|
|||
//
|
||||
//list-item-border-width: 1px,
|
||||
//
|
||||
slide-out-background: radial-gradient(circle, #5a37b8 0%, #7b51db 100%),
|
||||
slide-out-background: #252547,
|
||||
slide-out-shadow-color: 2px 0 3px #29157a,
|
||||
slide-out-shadow-color-rtl: -2px 0 3px #29157a,
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue