PluginProbe
Smart Grid-Layout Design for Contact Form 7 / 4.5
Smart Grid-Layout Design for Contact Form 7 v4.5
4.18.0 4.17.0 3.2.0 3.2.1 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6 3.3.7 3.3.8 4.0.0 4.0.1 4.1.0 4.1.1 4.1.2 4.1.3 4.1.4 4.10 4.11 4.12 4.13 4.14 All 119 releases
cf7-grid-layout / assets / css.gs / smart-grid.admin.css

smart-grid.admin.css in Smart Grid-Layout Design for Contact Form 7 4.5, at assets/css.gs/smart-grid.admin.css

146 lines 2.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*! css-smart-grid 5.1.4 | MIT License | http://css.gd */
2 .row {
3 zoom: 1
4 }
5 .row:after,
6 .row:before {
7 content: "";
8 display: table
9 }
10 .row:after {
11 clear: both
12 }
13 @media (min-width:481px) {
14 .columns {
15 float: left;
16 margin: 0 0 0 2.12766%;
17 width: 6.38298%
18 }
19 .columns.point-five {
20 width: 3.19149%
21 }
22 .columns:first-child {
23 margin-left: 0
24 }
25 .columns.one.point-five {
26 width: 9.57447%
27 }
28 .columns.two {
29 width: 14.89362%
30 }
31 .columns.two.point-five {
32 width: 18.08511%
33 }
34 .columns.one-fourth,
35 .columns.three {
36 width: 23.40426%
37 }
38 .columns.three.point-five {
39 width: 26.59575%
40 }
41 .columns.four,
42 .columns.one-third {
43 width: 31.91489%
44 }
45 .columns.four.point-five {
46 width: 35.10638%
47 }
48 .columns.five {
49 width: 40.42553%
50 }
51 .columns.one-half,
52 .columns.six {
53 width: 48.93617%
54 }
55 .columns.seven {
56 width: 57.44681%
57 }
58 .columns.eight,
59 .columns.two-thirds {
60 width: 65.95745%
61 }
62 .columns.nine,
63 .columns.three-fourths {
64 width: 74.46808%
65 }
66 .columns.ten {
67 width: 82.97872%
68 }
69 .columns.eleven {
70 width: 91.48936%
71 }
72 .columns.full,
73 .columns.twelve {
74 width: 100%
75 }
76 .columns.offset-one {
77 margin-left: 10.6383%
78 }
79 .columns.offset-one:first-child {
80 margin-left: 8.51064%
81 }
82 .columns.offset-two {
83 margin-left: 19.14894%
84 }
85 .columns.offset-two:first-child {
86 margin-left: 17.02128%
87 }
88 .columns.offset-three {
89 margin-left: 27.65957%
90 }
91 .columns.offset-three:first-child {
92 margin-left: 25.53191%
93 }
94 .columns.offset-four {
95 margin-left: 36.17021%
96 }
97 .columns.offset-four:first-child {
98 margin-left: 34.04255%
99 }
100 .columns.offset-five {
101 margin-left: 44.68085%
102 }
103 .columns.offset-five:first-child {
104 margin-left: 42.55319%
105 }
106 .columns.offset-six {
107 margin-left: 53.19149%
108 }
109 .columns.offset-six:first-child {
110 margin-left: 51.06383%
111 }
112 .columns.offset-seven {
113 margin-left: 61.70213%
114 }
115 .columns.offset-seven:first-child {
116 margin-left: 59.57447%
117 }
118 .columns.offset-eight {
119 margin-left: 70.21277%
120 }
121 .columns.offset-eight:first-child {
122 margin-left: 68.08511%
123 }
124 .columns.offset-nine {
125 margin-left: 78.7234%
126 }
127 .columns.offset-nine:first-child {
128 margin-left: 76.59574%
129 }
130 .columns.offset-ten {
131 margin-left: 87.23404%
132 }
133 .columns.offset-ten:first-child {
134 margin-left: 85.10638%
135 }
136 .columns.offset-eleven {
137 margin-left: 95.74468%
138 }
139 .columns.offset-eleven:first-child {
140 margin-left: 93.61702%
141 }
142 }
143
144
145 /*# sourceMappingURL=smart-grid.css.map */
146