aboutsummaryrefslogtreecommitdiff
path: root/static/scss/_global.scss
diff options
context:
space:
mode:
Diffstat (limited to 'static/scss/_global.scss')
-rw-r--r--static/scss/_global.scss17
1 files changed, 17 insertions, 0 deletions
diff --git a/static/scss/_global.scss b/static/scss/_global.scss
new file mode 100644
index 00000000..58e05155
--- /dev/null
+++ b/static/scss/_global.scss
@@ -0,0 +1,17 @@
+$gray: #757575;
+$blue: #3399ff;
+/* TODO rename this */
+$btn-height: 0.5ex;
+
+$tablabel-height: 5ex;
+$tablabel-margin: 0;
+
+// "left" or "top"
+$popup-style: "left";
+
+:root {
+ /* Each popup can have a different amoutn of tabs.
+ Override this as appropriate */
+ --tabcount: 4;
+ --background-color: white;
+}