openRow.scss 956 Bytes
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
.description {
21
    padding: 0 10px;
22
23

    .bgHyper ul {
24
25
26
        background-color: #fff !important;
        padding: 3px 0 5px 0 !important;
        font-size: 14px;
Lijiao's avatar
Lijiao committed
27
    }
28
29

    .copy {
30
        margin-top: 3px;
31
32

        button {
Lijiao's avatar
Lijiao committed
33
34
35
36
37
            background-color: #ccc;
            color: #191919;
            border: none;
            outline: none;
        }
38
39

        button:hover {
Lijiao's avatar
Lijiao committed
40
41
42
43
44
45
            background-color: #ccc;
            color: #191919;
            border: none;
            outline: none;
        }
    }
Lijiaoa's avatar
Lijiaoa committed
46

47
48
49
50
    .ms-MessageBar {
        width: 70%;
        margin-left: 15px;
    }
Lijiao's avatar
Lijiao committed
51
}
Yuge Zhang's avatar
Yuge Zhang committed
52
53
54
55
56

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