mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-08 22:52:35 +01:00
refactor(app): rename scss files
This commit is contained in:
parent
3f0463cca1
commit
cc7a2ca228
44 changed files with 57 additions and 67 deletions
28
src/app/@theme/styles/themes.scss
Normal file
28
src/app/@theme/styles/themes.scss
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
// @nebular theming framework
|
||||
@import '~@nebular/theme/styles/theming';
|
||||
// @nebular out of the box themes
|
||||
@import '~@nebular/theme/styles/themes';
|
||||
|
||||
// which themes you what to enable (empty to enable all)
|
||||
$nb-enabled-themes: (default, light, cosmic);
|
||||
|
||||
$nb-themes: nb-register-theme((
|
||||
// app wise variables for each theme
|
||||
sidebar-header-gap: 2rem,
|
||||
sidebar-header-height: initial,
|
||||
layout-content-width: 1400px,
|
||||
), default, default);
|
||||
|
||||
$nb-themes: nb-register-theme((
|
||||
// app wise variables for each theme
|
||||
sidebar-header-gap: 2rem,
|
||||
sidebar-header-height: initial,
|
||||
layout-content-width: 1400px,
|
||||
), cosmic, cosmic);
|
||||
|
||||
$nb-themes: nb-register-theme((
|
||||
// app wise variables for each theme
|
||||
sidebar-header-gap: 2rem,
|
||||
sidebar-header-height: initial,
|
||||
layout-content-width: 1400px,
|
||||
), light, light);
|
||||
Loading…
Add table
Add a link
Reference in a new issue