spb-grid.css
745 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
.spb-row,
.spb-col {
box-sizing: border-box;
}
.spb-row:before,
.spb-row:after {
content: "";
display: table;
}
.spb-row:after {
clear: both;
}
.spb-col {
position: relative;
float: left;
}
.spb-col {
margin-right: 1.6%;
}
.spb-col:last-child {
margin-right: 0%;
}
.spb-col-1 {
width: 6.86666666667%;
}
.spb-col-2 {
width: 15.3333333333%;
}
.spb-col-3 {
width: 23.8%;
}
.spb-col-4 {
width: 32.2666666667%;
}
.spb-col-5 {
width: 40.7333333333%;
}
.spb-col-6 {
width: 49.2%;
}
.spb-col-7 {
width: 57.6666666667%;
}
.spb-col-8 {
width: 66.1333333333%;
}
.spb-col-9 {
width: 74.6%;
}
.spb-col-10 {
width: 83.0666666667%;
}
.spb-col-11 {
width: 91.5333333333%;
}
.spb-col-12 {
width: 100%;
}