summaryrefslogtreecommitdiff
path: root/src/client/md.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/md.scss')
-rw-r--r--src/client/md.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/client/md.scss b/src/client/md.scss
new file mode 100644
index 0000000000..d850863efd
--- /dev/null
+++ b/src/client/md.scss
@@ -0,0 +1,13 @@
+/* SEE: https://vuematerial.io/themes/configuration */
+
+@import '../const.json';
+
+@import "~vue-material/dist/theme/engine";
+
+@include md-register-theme("default", (
+ primary: $themeColor,
+ accent: md-get-palette-color(red, A200)
+));
+
+@import "~vue-material/dist/components/MdButton/theme";
+@import "~vue-material/dist/components/MdField/theme";