From 7949fcdc683d07689bad5da5d20bfa3eeb5a6a46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 5 Sep 2023 01:25:00 +0200 Subject: Move frontend code to subdirectories, to simplify command line flags. --- static/scss/_global.scss | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 static/scss/_global.scss (limited to 'static/scss/_global.scss') 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; +} -- cgit v1.2.3