2017-08-01 17:42:21 +03:00
|
|
|
// @nebular theming framework
|
|
|
|
|
@import '~@nebular/theme/styles/theming';
|
2017-08-03 13:53:18 +03:00
|
|
|
// @nebular out of the box themes
|
2017-08-01 17:42:21 +03:00
|
|
|
@import '~@nebular/theme/styles/themes';
|
2017-06-16 19:21:22 +03:00
|
|
|
|
2017-08-03 13:53:18 +03:00
|
|
|
// which themes you what to enable (empty to enable all)
|
2017-09-20 15:23:35 +03:00
|
|
|
$nb-enabled-themes: (default, cosmic);
|
2017-06-16 19:21:22 +03:00
|
|
|
|
2017-08-01 17:42:21 +03:00
|
|
|
$nb-themes: nb-register-theme((
|
2017-06-16 19:21:22 +03:00
|
|
|
// 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,
|
2017-07-28 14:54:29 +03:00
|
|
|
layout-content-width: 1400px,
|
2017-08-30 17:22:05 +03:00
|
|
|
|
2017-08-31 12:04:09 +03:00
|
|
|
font-main: Roboto,
|
|
|
|
|
font-secondary: Exo,
|
2017-06-16 19:21:22 +03:00
|
|
|
), default, default);
|
|
|
|
|
|
2017-08-01 17:42:21 +03:00
|
|
|
$nb-themes: nb-register-theme((
|
2017-06-16 19:21:22 +03:00
|
|
|
// 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,
|
2017-07-28 14:54:29 +03:00
|
|
|
layout-content-width: 1400px,
|
2017-08-30 17:22:05 +03:00
|
|
|
|
2017-08-31 12:04:09 +03:00
|
|
|
font-main: Roboto,
|
|
|
|
|
font-secondary: Exo,
|
2017-06-16 19:21:22 +03:00
|
|
|
), cosmic, cosmic);
|