mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-29 12:46:10 +01:00
refactor(e-commerce): traffic
This commit is contained in:
parent
368a35110d
commit
0af864e19e
11 changed files with 58 additions and 183 deletions
|
|
@ -47,6 +47,9 @@ $nb-themes: nb-register-theme((
|
|||
), default, default);
|
||||
|
||||
$nb-themes: nb-register-theme((
|
||||
|
||||
card-height-tiny: 13.5rem,
|
||||
select-min-width: 6rem,
|
||||
// app wise variables for each theme
|
||||
//sidebar-header-gap: 2rem,
|
||||
//sidebar-header-height: initial,
|
||||
|
|
@ -83,6 +86,9 @@ $nb-themes: nb-register-theme((
|
|||
), cosmic, cosmic);
|
||||
|
||||
$nb-themes: nb-register-theme((
|
||||
|
||||
card-height-tiny: 13.5rem,
|
||||
select-min-width: 6rem,
|
||||
// app wise variables for each theme
|
||||
//sidebar-header-gap: 2rem,
|
||||
//sidebar-header-height: initial,
|
||||
|
|
@ -117,3 +123,8 @@ $nb-themes: nb-register-theme((
|
|||
//
|
||||
//progress-bar-background: linear-gradient(90deg, #ff9f6f 0%, #ff8b97 100%),
|
||||
), corporate, corporate);
|
||||
|
||||
$nb-themes: nb-register-theme((
|
||||
card-height-tiny: 13.5rem,
|
||||
select-min-width: 6rem,
|
||||
), dark, dark);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue