aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/css/header.less
blob: 5f91beaf8d664638e4aa22559a478e0400246bab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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;
    }
}