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

50 lines
1.3 KiB
SCSS
Raw Normal View History

// @nebular theming framework
@import '~@nebular/theme/styles/theming';
2017-08-03 13:53:18 +03:00
// @nebular out of the box themes
@import '~@nebular/theme/styles/themes';
2017-08-03 13:53:18 +03:00
// which themes you what to enable (empty to enable all)
$nb-enabled-themes: (default, cosmic, corporate);
$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,
2017-08-30 17:22:05 +03:00
font-main: Roboto,
font-secondary: Exo,
switcher-background: #ebeff5,
switcher-background-percentage: 50%,
drops-icon-line-gadient: -webkit-linear-gradient(#01dbb5, #0bbb79),
), 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,
2017-08-30 17:22:05 +03:00
font-main: Roboto,
font-secondary: Exo,
switcher-background: #4e41a5,
switcher-background-percentage: 14%,
drops-icon-line-gadient: -webkit-linear-gradient(#a258fe, #7958fa),
), 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,
font-main: Roboto,
font-secondary: Exo,
switcher-background: #2b2d34,
switcher-background-percentage: 14%,
drops-icon-line-gadient: -webkit-linear-gradient(#e9e8eb, #a7a2be),
), corporate, corporate);