aboutsummaryrefslogtreecommitdiff
path: root/static/_global.scss
blob: 41f426f9c9c5cd610fd9d9298dfccdd491921e2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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;
}