refactor(e-commerce): traffic

This commit is contained in:
Sergey Andrievskiy 2019-06-17 18:06:17 +03:00
parent 368a35110d
commit 0af864e19e
11 changed files with 58 additions and 183 deletions

View file

@ -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);