mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-21 09:50:13 +01:00
refactor: make secondary font same as primary
This commit is contained in:
parent
12443d63c2
commit
ea1a3699fb
1 changed files with 4 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
||||||
@import '~@nebular/theme/styles/themes';
|
@import '~@nebular/theme/styles/themes';
|
||||||
|
|
||||||
$nb-themes: nb-register-theme((
|
$nb-themes: nb-register-theme((
|
||||||
|
font-family-secondary: font-family-primary,
|
||||||
layout-content-width: 87.5rem,
|
layout-content-width: 87.5rem,
|
||||||
|
|
||||||
menu-item-icon-margin: 0 0.5rem 0 0,
|
menu-item-icon-margin: 0 0.5rem 0 0,
|
||||||
|
|
@ -25,6 +26,7 @@ $nb-themes: nb-register-theme((
|
||||||
), default, default);
|
), default, default);
|
||||||
|
|
||||||
$nb-themes: nb-register-theme((
|
$nb-themes: nb-register-theme((
|
||||||
|
font-family-secondary: font-family-primary,
|
||||||
layout-content-width: 87.5rem,
|
layout-content-width: 87.5rem,
|
||||||
|
|
||||||
menu-item-icon-margin: 0 0.5rem 0 0,
|
menu-item-icon-margin: 0 0.5rem 0 0,
|
||||||
|
|
@ -46,6 +48,7 @@ $nb-themes: nb-register-theme((
|
||||||
), cosmic, cosmic);
|
), cosmic, cosmic);
|
||||||
|
|
||||||
$nb-themes: nb-register-theme((
|
$nb-themes: nb-register-theme((
|
||||||
|
font-family-secondary: font-family-primary,
|
||||||
layout-content-width: 87.5rem,
|
layout-content-width: 87.5rem,
|
||||||
|
|
||||||
menu-item-icon-margin: 0 0.5rem 0 0,
|
menu-item-icon-margin: 0 0.5rem 0 0,
|
||||||
|
|
@ -67,6 +70,7 @@ $nb-themes: nb-register-theme((
|
||||||
), corporate, corporate);
|
), corporate, corporate);
|
||||||
|
|
||||||
$nb-themes: nb-register-theme((
|
$nb-themes: nb-register-theme((
|
||||||
|
font-family-secondary: font-family-primary,
|
||||||
layout-content-width: 87.5rem,
|
layout-content-width: 87.5rem,
|
||||||
|
|
||||||
menu-item-icon-margin: 0 0.5rem 0 0,
|
menu-item-icon-margin: 0 0.5rem 0 0,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue