summaryrefslogtreecommitdiff
path: root/web/css/_src/_config.libs.scss
blob: 21d35c9c94d27e02373e346a450d56a49f5410cd (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
27
@import "_config.frontend";

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

/* Classic box */
$classic-box: (
    color: darken($main-color, 7%),
    background: #fff,
    border-color: lighten($main-color, 16%),
    header: (
        height: 35px,
        color: #fff,
        font-size: 14px
    )
);