aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/directives/utils/expand-collapse-list-header/expand-collapse-list-header.less
blob: 2a80f2800747bf049be0c48dabb7b098c085f79c (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
35
36
37
38
39
40
41
42
43
.main-wrap{
    text-align: center;
    .header{
        background-color: @tlv_color_w;
        height: 42px;
        border-bottom: 1px solid rgba(0, 159, 219, 0.6);
        border-top: 1px solid rgba(0, 159, 219, 0.6);
        .title{
            .f-type._14_m;
            color: @main_color_l;
            font-weight: 400;
            line-height: 42px;
            padding-left: 18px;
            float: left;
        }
        .buttons{
            float: right;
            padding-right: 11px;
            line-height: 42px;
            span{
                vertical-align: middle;
            }
            .search,.order-by{
                margin-right: 5px;
            }
            //temporary///
            .search{
                display: none;
            }
            //////////////
        }
    }

    .search-box{
        border-radius: 2px;
        height: 30px;
        width:275px;
        border: 1px @tlv_color_x solid;
        margin: 8px 0;
        padding: 0 5px;
    }
}