-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.css
More file actions
50 lines (48 loc) · 849 Bytes
/
custom.css
File metadata and controls
50 lines (48 loc) · 849 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
49
50
.odometer-container {
text-align: center;
color: #ffffff;
padding: 5% 0;
position: relative;
}
/*.odometer-container:after {
content: "|";
width: 2px;
position: absolute;
right: 8px;
top: 26px;
font-size: 30px;
}*/
div.border-right {
border-right: 1px solid gray;
}
.odometer-inside {
font-size: 150%;
line-height: normal;
font-weight: 500;
}
.odometer-container p {
text-transform: uppercase;
font-weight: 300;
font-size: 100%;
margin-top: .3em;
letter-spacing: 2px;
}
.content.full-width {
padding: 0;
margin-bottom: 0;
height: auto;
}
.full-width {
padding-left: 0 !important;
padding-right: 0;
}
.pixcode.grid.full-width {
margin-left: 0;
background-color: #555659;
}
.pixcode.grid.full-width .grid__item {
margin-top: 0;
}
.content.full-width .grid__item:last-child div.border-right {
border-right: none;
}