aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/css/header.less
blob: ce85d52839d0cbeeaf29e703ea7bd10a32f42712 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
header {
    background-color: white;

    .title-bar {
        line-height: 25px;
        text-align: center;
    }

    @separator-color: lighten(grey, 15%);

    .menu {
        padding: 10px;
        border-bottom: solid @separator-color 1px;
    }
}

.filter-input .popover {
    top: 27px;
    display: block;
    width: 100%;
}