aboutsummaryrefslogtreecommitdiff
path: root/static/_global.scss
diff options
context:
space:
mode:
Diffstat (limited to 'static/_global.scss')
-rw-r--r--static/_global.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/static/_global.scss b/static/_global.scss
index 8a5bee83..41f426f9 100644
--- a/static/_global.scss
+++ b/static/_global.scss
@@ -1,5 +1,16 @@
$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;
+}