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/_global.scss | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 static/_global.scss (limited to 'static/_global.scss') 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; -} -- cgit v1.2.3