Blame view

src/less/search-box.less 1.08 KB
a668a573   Sean Wills   new
1
2
.search-box {
    position: relative;
ec938bf0   Tarpit Grover   first commit
3
4
    margin-bottom: 16px;
    &:last-child {
a435095b   Tarpit Grover   Directive Building
5
6
7
8
        margin-bottom: 0px;
    }
    .lbl {
        font-size: 12px;
1131cb0d   Sean Wills   First commit
9
10
11
12
13
14
15
16
        padding: 0;
        margin-bottom: 4px;
        display: block;
        font-weight: 600;
    }
    .control {
        display: block;
        border:0;
a668a573   Sean Wills   new
17
        width: 100%;
ec938bf0   Tarpit Grover   first commit
18
19
20
21
22
23
24
25
        height: 32px;
        background-color: #eee;
        padding: 0 8px;
        color: #333;
        border-radius: 4px;
    }
    .loading {
        position: absolute;
1131cb0d   Sean Wills   First commit
26
        top: 49px;
ec938bf0   Tarpit Grover   first commit
27
28
        width: 20px;
        right: 32px;
a668a573   Sean Wills   new
29
    }
ec938bf0   Tarpit Grover   first commit
30
31
32
33
    ul {
        position: absolute;
        top: 54px;
        left: 0;
a668a573   Sean Wills   new
34
        right: 0;