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