aboutsummaryrefslogtreecommitdiffstats
path: root/webapp/src/app/@theme/styles/themes.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/app/@theme/styles/themes.scss')
-rw-r--r--webapp/src/app/@theme/styles/themes.scss27
1 files changed, 27 insertions, 0 deletions
diff --git a/webapp/src/app/@theme/styles/themes.scss b/webapp/src/app/@theme/styles/themes.scss
new file mode 100644
index 0000000..f5f75b6
--- /dev/null
+++ b/webapp/src/app/@theme/styles/themes.scss
@@ -0,0 +1,27 @@
+// @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, 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,
+), 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,
+
+ font-main: Roboto,
+ font-secondary: Exo,
+), cosmic, cosmic);