search.scss 564 Bytes
Newer Older
Lijiao's avatar
Lijiao committed
1
/* some buttons in trial-detail table */
2
.allList {
3
4
    width: 96%;
    margin: 0 auto;
5
6
    margin-top: 15px;

7
    &-compare {
8
        margin-top: 15px;
9
    }
10

11
    &-entry {
12
        line-height: 32px;
13
14
    }

15
    /* compare button style */
16
    &-button-gap {
17
        margin-right: 10px;
18
19
    }

20
    &-search-input {
21
        padding-left: 10px;
22
23
24
    }
}

25
26
/* each row's Intermediate btn -> Modal */
.selectKeys {
27
    /* intermediate result is dict, select box for keys */
28
    .select {
29
30
        margin-right: 12%;
    }
31
32

    .ms-Dropdown {
33
34
35
        width: 120px;
    }
}