New dashboard look & feel
[src/xds/xds-agent.git] / webapp / src / app / @theme / styles / themes.scss
1 // @nebular theming framework
2 @import '~@nebular/theme/styles/theming';
3 // @nebular out of the box themes
4 @import '~@nebular/theme/styles/themes';
5
6 // which themes you what to enable (empty to enable all)
7 $nb-enabled-themes: (default, cosmic);
8
9 $nb-themes: nb-register-theme((
10  // app wise variables for each theme
11   sidebar-header-gap: 2rem,
12   sidebar-header-height: initial,
13   layout-content-width: 1400px,
14
15   font-main: Roboto,
16   font-secondary: Exo,
17 ), default, default);
18
19 $nb-themes: nb-register-theme((
20   // app wise variables for each theme
21   sidebar-header-gap: 2rem,
22   sidebar-header-height: initial,
23   layout-content-width: 1400px,
24
25   font-main: Roboto,
26   font-secondary: Exo,
27 ), cosmic, cosmic);