forked from ExactTarget/fuelux
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
48 lines (39 loc) · 648 Bytes
/
index.css
File metadata and controls
48 lines (39 loc) · 648 Bytes
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
44
45
46
47
48
.btn-panel {
border: 1px solid #ddd;
border-top: none;
background: #f6f6f6;
padding: 20px;
}
.thin-box {
border: 1px solid #ddd;
padding: 20px 20px;
}
#loaderWrapper .loader {
float: left;
margin-right: 20px;
}
#mainWrapper {
padding-bottom: 1.5rem;
}
#mainWrapper section {
padding-bottom: 1.5rem;
}
#mainWrapper section section {
padding-bottom: 1.5rem;
}
#myInfiniteScroll1, #myInfiniteScroll2 {
border: 1px solid #ddd;
float: left;
height: 200px;
width: 45%;
}
#myInfiniteScroll2 {
float: right;
}
#myPlacard1, #myPlacard2, #myPlacard3 {
width: 300px;
}
.example-pill-class {
font-style: italic;
font-weight: bold;
}