mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-18 07:25:28 +01:00
fix: make card bottom margin same as bootstrap vertical space
This commit is contained in:
parent
6b400e5bb5
commit
84569df064
1 changed files with 4 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ $nb-themes: nb-register-theme((
|
|||
header-height: 5.45rem,
|
||||
|
||||
card-height-tiny: 13.5rem,
|
||||
card-margin-bottom: 1.875rem,
|
||||
select-min-width: 6rem,
|
||||
|
||||
//
|
||||
|
|
@ -45,6 +46,7 @@ $nb-themes: nb-register-theme((
|
|||
$nb-themes: nb-register-theme((
|
||||
|
||||
card-height-tiny: 13.5rem,
|
||||
card-margin-bottom: 1.875rem,
|
||||
select-min-width: 6rem,
|
||||
// app wise variables for each theme
|
||||
//sidebar-header-gap: 2rem,
|
||||
|
|
@ -83,6 +85,7 @@ $nb-themes: nb-register-theme((
|
|||
$nb-themes: nb-register-theme((
|
||||
|
||||
card-height-tiny: 13.5rem,
|
||||
card-margin-bottom: 1.875rem,
|
||||
select-min-width: 6rem,
|
||||
// app wise variables for each theme
|
||||
//sidebar-header-gap: 2rem,
|
||||
|
|
@ -120,6 +123,7 @@ $nb-themes: nb-register-theme((
|
|||
|
||||
$nb-themes: nb-register-theme((
|
||||
card-height-tiny: 13.5rem,
|
||||
card-margin-bottom: 1.875rem,
|
||||
select-min-width: 6rem,
|
||||
|
||||
slide-out-background: linear-gradient(270deg, #222b45 0%, #151a30 100%),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue