aboutsummaryrefslogtreecommitdiff
path: root/static/scss/_global.scss
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-09-13 00:01:28 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-09-13 00:01:28 +0200
commita82b6c772089aa46e30c6c89ef48f514294df3cb (patch)
treee25d9b6fd1fefe8b6ac293a5c0b53293872a8f54 /static/scss/_global.scss
parentAdd basic documentation for lens. (diff)
parentEven more documentation. (diff)
downloadcalp-a82b6c772089aa46e30c6c89ef48f514294df3cb.tar.gz
calp-a82b6c772089aa46e30c6c89ef48f514294df3cb.tar.xz
Merge branch 'next' into datarewrite-structures
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;
+}