fix: typo in theme variable

This commit is contained in:
Sergey Andrievskiy 2019-06-26 14:52:06 +03:00
parent 25711b71e9
commit 47979ac17b
4 changed files with 7 additions and 7 deletions

View file

@ -4,6 +4,6 @@
@include nb-install-component() {
.menu-sidebar ::ng-deep .scrollable {
padding-top: nb-theme(layout-paddin-top);
padding-top: nb-theme(layout-padding-top);
}
}

View file

@ -4,6 +4,6 @@
@include nb-install-component() {
.menu-sidebar ::ng-deep .scrollable {
padding-top: nb-theme(layout-paddin-top);
padding-top: nb-theme(layout-padding-top);
}
}

View file

@ -4,6 +4,6 @@
@include nb-install-component() {
.menu-sidebar ::ng-deep .scrollable {
padding-top: nb-theme(layout-paddin-top);
padding-top: nb-theme(layout-padding-top);
}
}

View file

@ -5,7 +5,7 @@
$nb-themes: nb-register-theme((
font-family-secondary: font-family-primary,
layout-paddin-top: 2.25rem,
layout-padding-top: 2.25rem,
menu-item-icon-margin: 0 0.5rem 0 0,
@ -27,7 +27,7 @@ $nb-themes: nb-register-theme((
$nb-themes: nb-register-theme((
font-family-secondary: font-family-primary,
layout-paddin-top: 2.25rem,
layout-padding-top: 2.25rem,
menu-item-icon-margin: 0 0.5rem 0 0,
@ -49,7 +49,7 @@ $nb-themes: nb-register-theme((
$nb-themes: nb-register-theme((
font-family-secondary: font-family-primary,
layout-paddin-top: 2.25rem,
layout-padding-top: 2.25rem,
menu-item-icon-margin: 0 0.5rem 0 0,
@ -71,7 +71,7 @@ $nb-themes: nb-register-theme((
$nb-themes: nb-register-theme((
font-family-secondary: font-family-primary,
layout-paddin-top: 2.25rem,
layout-padding-top: 2.25rem,
menu-item-icon-margin: 0 0.5rem 0 0,