Welcome to mirror list, hosted at ThFree Co, Russian Federation.

help.css « tabs « css « src - github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 69029df453832939493e02662ee1007a5ecdaa57 (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
28
29
30
31
32
33
34
.tab-help .twothird {
    width: calc(67% - 15px);
    margin-right: 15px;
}

.tab-help .gui_box {
    min-height: 500px;
    margin-bottom: 0;
}

.tab-help ul {
    margin-bottom:15px;
}

.tab-help li {
    border-top: 1px dotted silver;
    padding-top: 5px;
    padding-bottom: 5px;
    background: url(../../../images/arrow.svg) no-repeat 0 8px;
    background-size: 12px;
}

.tab-help li span {
    margin-left: 17px;
    display:block;
}

.tab-help li span a {
    color: #37a8db;
}

.tab-help .subline {
    margin-bottom: 5px;
}