ngx-admin/src/app/@theme/styles/variables.scss

31 lines
855 B
SCSS
Raw Normal View History

// @nebular theming framework
@import '~@nebular/theme/styles/theming';
// @nebular our of the box themes
@import '~@nebular/theme/styles/themes';
2017-08-02 17:27:19 +03:00
// TODO: rename into themes
// which themes you what to enable (empty to enable all - not recommended)
$nb-enabled-themes: (default, light, cosmic);
$nb-themes: nb-register-theme((
// app wise variables for each theme
2017-07-26 15:12:48 +03:00
sidebar-header-gap: 2rem,
2017-07-26 20:39:12 +03:00
sidebar-header-height: initial,
layout-content-width: 1400px,
), default, default);
$nb-themes: nb-register-theme((
// app wise variables for each theme
2017-07-26 15:12:48 +03:00
sidebar-header-gap: 2rem,
2017-07-26 20:39:12 +03:00
sidebar-header-height: initial,
layout-content-width: 1400px,
), cosmic, cosmic);
$nb-themes: nb-register-theme((
// app wise variables for each theme
2017-07-26 15:12:48 +03:00
sidebar-header-gap: 2rem,
2017-07-26 20:39:12 +03:00
sidebar-header-height: initial,
layout-content-width: 1400px,
), light, light);