summaryrefslogtreecommitdiff
path: root/sass/variables.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/variables.scss')
-rwxr-xr-xsass/variables.scss38
1 files changed, 38 insertions, 0 deletions
diff --git a/sass/variables.scss b/sass/variables.scss
new file mode 100755
index 0000000..2e70aeb
--- /dev/null
+++ b/sass/variables.scss
@@ -0,0 +1,38 @@
+// screen //
+$screen-transition-width: 600px;
+
+$head_top_vw: 20vw;
+$head_top_vh: 20vh;
+
+
+// board //
+$board-size: 60vh;
+$board-border: 5vh;
+
+$board-size-mob: 80vw;
+$board-border-mob: 5vw;
+
+
+// colors //
+$background-color: #efd;
+$foreground-color: #000;
+
+
+// images //
+$background-image: url("assets/dismal.jpg");
+$board-image: url("assets/board.jpg");
+
+
+// head //
+$head-margin-top-mob: 20vw;
+
+$head_height: 14vh;
+$label_height: 4vh;
+$label_width: 16vh;
+
+$head_height_mob: 30vw;
+$label_height_mob: 6vw;
+$label_width_mob: 26vw;
+
+$label-margin: 0.6;
+$label-margin-mob: 0.3;