summaryrefslogtreecommitdiff
path: root/gae/frontend/src/styles/_apply-theme.scss
diff options
context:
space:
mode:
Diffstat (limited to 'gae/frontend/src/styles/_apply-theme.scss')
-rw-r--r--gae/frontend/src/styles/_apply-theme.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/gae/frontend/src/styles/_apply-theme.scss b/gae/frontend/src/styles/_apply-theme.scss
new file mode 100644
index 0000000..fd5173f
--- /dev/null
+++ b/gae/frontend/src/styles/_apply-theme.scss
@@ -0,0 +1,5 @@
+@import '../app/shared/navbar/navbar-theme';
+
+@mixin apply-theme($theme) {
+ @include nav-bar-theme($theme);
+}