summaryrefslogtreecommitdiff
path: root/web/css/_src/_config.libs.scss
blob: df02c1cc01e73daa57a9c61b13469aa900df4a06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/* Buttons */
$button-default-color: #c5c5c5;
$button-red: #ff0000;
$button-orange: #fe9c43;
$button-purple: #9a68c7;
$button-blue: #3ba9e4;
$button-green: #75b343;
$button-black: #4b4b4b;
$button-salmon: #F5AD9E;

/* Labels */
$label-default: #bfbfbf;
$label-success: #46a546;
$label-warning: #f89406;
$label-important: #c43c35;
$label-notice: #62cffc;
$label-border-radius: 3px;
$label-font-size: 10px;

/* Classic box */
$classic-box-color: darken(#99AEC4, 7%);
$classic-box-background: #fff;
$classic-box-border: lighten(#99AEC4, 16%);
$classic-box-header-height: 35px;
$classic-box-title-color: #fff;
$classic-box-title-fontsize: 14px;