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

logic.css « css « src - github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d6a9eec97099d42b6927ba446718dacf27156874 (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
.logic__background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    opacity: 0.75;
    z-index: 2000;
}

.logic__content {
    position: absolute;
    top: 2em;
    bottom: 2em;
    left: 4em;
    right: 4em;
    background-color: #efefef;
    border-radius: 2px;
    z-index: 2001;
    padding: 2em;
}

input.logic_element__operand--value {
    float: none;
    width: 9em;
}