openRow.scss 1.06 KB
Newer Older
Lijiao's avatar
Lijiao committed
1
/* website theme color */
2
$color: #0071bc;
3

Lijiao's avatar
Lijiao committed
4
5
/* bg light grey */
$bgColor: #f2f2f2;
6
7

.openRow {
8
    width: 100%;
Lijiao's avatar
Lijiao committed
9
    background-color: $bgColor;
10
11
    margin-bottom: 10px;

12
    &Content {
13
14
15
16
        width: 91%;
        margin: 0 auto;
        min-height: 150px;
        padding-bottom: 10px;
17
18
    }
}
19

20
.trialLog {
21
22
23
    white-space: normal;
    color: #212121;
}
24

25
26
#trialLogContent {
    .logcontent {
27
28
29
        height: 100%;
    }
}
Lijiao's avatar
Lijiao committed
30

31
#description {
32
    padding: 0 10px;
33
34

    .bgHyper ul {
35
36
37
        background-color: #fff !important;
        padding: 3px 0 5px 0 !important;
        font-size: 14px;
Lijiao's avatar
Lijiao committed
38
    }
39
40

    .copy {
41
        margin-top: 3px;
42
43

        button {
Lijiao's avatar
Lijiao committed
44
45
46
47
48
            background-color: #ccc;
            color: #191919;
            border: none;
            outline: none;
        }
49
50

        button:hover {
Lijiao's avatar
Lijiao committed
51
52
53
54
55
56
            background-color: #ccc;
            color: #191919;
            border: none;
            outline: none;
        }
    }
57
58
59
60
61
    
    .ms-MessageBar {
        width: 70%;
        margin-left: 15px;
    }
Lijiao's avatar
Lijiao committed
62
}
Yuge Zhang's avatar
Yuge Zhang committed
63
64
65
66
67

#visualizationText {
    margin: 5px 0 10px 15px;
    font-size: 14px;
}