Blame view

src/less/search-box.less 615 Bytes
a668a573   Sean Wills   new
1
2
// out: ../../includes/css/styles.css, sourcemap: true, compress: true

ec938bf0   Tarpit Grover   first commit
3
4
.search-box {
    position: relative;
a435095b   Tarpit Grover   Directive Building
5
6
7
8
    margin-bottom: 16px;
    &:last-child {
        margin-bottom: 0px;
    }
1131cb0d   Sean Wills   First commit
9
10
11
12
13
14
15
16
    .ui-select-container {
      .desc {
        color: black;
        display: inline;
      }
      .add-stop {
        display: inline;
      }
a668a573   Sean Wills   new
17
    }
ec938bf0   Tarpit Grover   first commit
18
19
20
21
22
23
24
25
    .lbl {
        font-size: 12px;
        padding: 0;
        margin-bottom: 4px;
        display: block;
        font-weight: 600;
    }
    .control {
1131cb0d   Sean Wills   First commit
26

ec938bf0   Tarpit Grover   first commit
27
28
    }
    .loading {
a668a573   Sean Wills   new
29
        position: relative;
ec938bf0   Tarpit Grover   first commit
30
31
32
33
        top: 49px;
        width: 20px;
        right: 32px;
    }
a668a573   Sean Wills   new
34
}