summaryrefslogtreecommitdiffstats
path: root/install/ui/less/config-pages.less
blob: d3d2dc520d8cd5645048d84892ddbfc73b2f065e (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
//
// For config pages in /install/html/ and /install/migration/
//

.info-page .navbar-header {
    line-height: 40px;
}

.browser-config {

    h2 {
        margin-top: 1.5em;
    }

    .disabled {
        color: #969696;
    }
}

.ssbrowser {
    h2 > img {
        height: 22px;
        vertical-align: bottom;
        margin-right: 0.5em;
    }
}