aboutsummaryrefslogtreecommitdiff
path: root/static/_global.scss
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-09-05 01:25:00 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-09-05 01:25:00 +0200
commit7949fcdc683d07689bad5da5d20bfa3eeb5a6a46 (patch)
treec1bc39dc0e508ee498cf7119f888f513db4bab8f /static/_global.scss
parentAdd build step for jsdoc. (diff)
downloadcalp-7949fcdc683d07689bad5da5d20bfa3eeb5a6a46.tar.gz
calp-7949fcdc683d07689bad5da5d20bfa3eeb5a6a46.tar.xz
Move frontend code to subdirectories, to simplify command line flags.
Diffstat (limited to 'static/_global.scss')
-rw-r--r--static/_global.scss17
1 files changed, 0 insertions, 17 deletions
diff --git a/static/_global.scss b/static/_global.scss
deleted file mode 100644
index 58e05155..00000000
--- a/static/_global.scss
+++ /dev/null
@@ -1,17 +0,0 @@
-$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;
-}