summaryrefslogtreecommitdiffstats
path: root/webui/src/_variables.scss
blob: 26b5b5c728305dc1b817fd942dd5ec4344c75f81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

$body-background: #f2f2f2;

$color-blue: #46cbde;
$color-green: #47dbc3;
$color-purple: #e05ee2;
$color-blue-gray: #8e9ab2;

$spacing-unit: 0.0625rem;
$line-thickness: $spacing-unit * 4;

//$mobile-min-width: 321px;
$mobile-min-width: 480px;
$tablet-min-width: 768px;