on-standards-rails 1.5.1.1 → 2.0.0.pre.alpha

Sign up to get free protection for your applications and to get access to all the features.
Files changed (94) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -3
  3. data/lib/on-standards-rails.rb +0 -3
  4. data/lib/on/standards/rails/version.rb +1 -1
  5. data/on-standards-rails.gemspec +1 -4
  6. data/vendor/assets/javascripts/on-standards.js +17552 -18
  7. data/vendor/assets/stylesheets/on-standards.scss +67 -0
  8. data/vendor/assets/stylesheets/on-standards/_alert.scss +65 -0
  9. data/vendor/assets/stylesheets/on-standards/_animation.scss +27 -0
  10. data/vendor/assets/stylesheets/on-standards/_baseline.scss +351 -0
  11. data/vendor/assets/stylesheets/on-standards/_block-grid.scss +501 -0
  12. data/vendor/assets/stylesheets/on-standards/_breadcrumb.scss +23 -0
  13. data/vendor/assets/stylesheets/on-standards/_button-group.scss +293 -0
  14. data/vendor/assets/stylesheets/on-standards/_buttons.scss +241 -0
  15. data/vendor/assets/stylesheets/on-standards/_card.scss +292 -0
  16. data/vendor/assets/stylesheets/on-standards/_carousel.scss +252 -0
  17. data/vendor/assets/stylesheets/on-standards/_close.scss +27 -0
  18. data/vendor/assets/stylesheets/on-standards/_code.scss +58 -0
  19. data/vendor/assets/stylesheets/on-standards/_colors.scss +85 -0
  20. data/vendor/assets/stylesheets/on-standards/_custom-forms.scss +226 -0
  21. data/vendor/assets/stylesheets/on-standards/_dropdown.scss +193 -0
  22. data/vendor/assets/stylesheets/on-standards/_forms.scss +489 -0
  23. data/vendor/assets/stylesheets/on-standards/_functions.scss +19 -0
  24. data/vendor/assets/stylesheets/on-standards/_grid.scss +76 -0
  25. data/vendor/assets/stylesheets/on-standards/_images.scss +53 -0
  26. data/vendor/assets/stylesheets/on-standards/_input-group.scss +194 -0
  27. data/vendor/assets/stylesheets/on-standards/_jumbotron.scss +20 -0
  28. data/vendor/assets/stylesheets/on-standards/_list-group.scss +140 -0
  29. data/vendor/assets/stylesheets/on-standards/_media.scss +90 -0
  30. data/vendor/assets/stylesheets/on-standards/_mixins.scss +56 -0
  31. data/vendor/assets/stylesheets/on-standards/_modal.scss +143 -0
  32. data/vendor/assets/stylesheets/on-standards/_nav.scss +162 -0
  33. data/vendor/assets/stylesheets/on-standards/_navbar.scss +230 -0
  34. data/vendor/assets/stylesheets/on-standards/_normalize.scss +417 -0
  35. data/vendor/assets/stylesheets/on-standards/_off-canvas.scss +201 -0
  36. data/vendor/assets/stylesheets/on-standards/_pager.scss +57 -0
  37. data/vendor/assets/stylesheets/on-standards/_pagination.scss +73 -0
  38. data/vendor/assets/stylesheets/on-standards/_popover.scss +140 -0
  39. data/vendor/assets/stylesheets/on-standards/_print.scss +88 -0
  40. data/vendor/assets/stylesheets/on-standards/_progress.scss +156 -0
  41. data/vendor/assets/stylesheets/on-standards/_responsive-embed.scss +39 -0
  42. data/vendor/assets/stylesheets/on-standards/_tables.scss +193 -0
  43. data/vendor/assets/stylesheets/on-standards/_tags.scss +94 -0
  44. data/vendor/assets/stylesheets/on-standards/_tooltip.scss +85 -0
  45. data/vendor/assets/stylesheets/on-standards/_utilities-background.scss +19 -0
  46. data/vendor/assets/stylesheets/on-standards/_utilities-responsive.scss +49 -0
  47. data/vendor/assets/stylesheets/on-standards/_utilities-spacing.scss +39 -0
  48. data/vendor/assets/stylesheets/on-standards/_utilities.scss +93 -0
  49. data/vendor/assets/stylesheets/on-standards/_variables.scss +727 -0
  50. data/vendor/assets/stylesheets/on-standards/mixins/_alert.scss +18 -0
  51. data/vendor/assets/stylesheets/on-standards/mixins/_background-variant.scss +13 -0
  52. data/vendor/assets/stylesheets/on-standards/mixins/_border-radius.scss +35 -0
  53. data/vendor/assets/stylesheets/on-standards/mixins/_breakpoints.scss +86 -0
  54. data/vendor/assets/stylesheets/on-standards/mixins/_buttons.scss +157 -0
  55. data/vendor/assets/stylesheets/on-standards/mixins/_cards.scss +38 -0
  56. data/vendor/assets/stylesheets/on-standards/mixins/_center-block.scss +7 -0
  57. data/vendor/assets/stylesheets/on-standards/mixins/_clearfix.scss +7 -0
  58. data/vendor/assets/stylesheets/on-standards/mixins/_forms.scss +89 -0
  59. data/vendor/assets/stylesheets/on-standards/mixins/_gradients.scss +43 -0
  60. data/vendor/assets/stylesheets/on-standards/mixins/_grid-framework.scss +44 -0
  61. data/vendor/assets/stylesheets/on-standards/mixins/_grid.scss +75 -0
  62. data/vendor/assets/stylesheets/on-standards/mixins/_hover.scss +59 -0
  63. data/vendor/assets/stylesheets/on-standards/mixins/_image.scss +34 -0
  64. data/vendor/assets/stylesheets/on-standards/mixins/_list-group.scss +30 -0
  65. data/vendor/assets/stylesheets/on-standards/mixins/_lists.scss +7 -0
  66. data/vendor/assets/stylesheets/on-standards/mixins/_modernizr.scss +11 -0
  67. data/vendor/assets/stylesheets/on-standards/mixins/_nav-divider.scss +10 -0
  68. data/vendor/assets/stylesheets/on-standards/mixins/_navbar-align.scss +9 -0
  69. data/vendor/assets/stylesheets/on-standards/mixins/_pagination.scss +22 -0
  70. data/vendor/assets/stylesheets/on-standards/mixins/_progress.scss +18 -0
  71. data/vendor/assets/stylesheets/on-standards/mixins/_pulls.scss +6 -0
  72. data/vendor/assets/stylesheets/on-standards/mixins/_reset-filter.scss +8 -0
  73. data/vendor/assets/stylesheets/on-standards/mixins/_reset-text.scss +18 -0
  74. data/vendor/assets/stylesheets/on-standards/mixins/_resize.scss +6 -0
  75. data/vendor/assets/stylesheets/on-standards/mixins/_screen-reader.scss +32 -0
  76. data/vendor/assets/stylesheets/on-standards/mixins/_size.scss +6 -0
  77. data/vendor/assets/stylesheets/on-standards/mixins/_tab-focus.scss +5 -0
  78. data/vendor/assets/stylesheets/on-standards/mixins/_table-row.scss +30 -0
  79. data/vendor/assets/stylesheets/on-standards/mixins/_tag.scss +30 -0
  80. data/vendor/assets/stylesheets/on-standards/mixins/_text-emphasis.scss +12 -0
  81. data/vendor/assets/stylesheets/on-standards/mixins/_text-hide.scss +8 -0
  82. data/vendor/assets/stylesheets/on-standards/mixins/_text-truncate.scss +8 -0
  83. data/vendor/assets/stylesheets/on-standards/modules/_type.scss +171 -0
  84. metadata +83 -58
  85. data/vendor/assets/javascripts/on-standards/vendor/chosen.jquery.min.js +0 -2
  86. data/vendor/assets/javascripts/on-standards/vendor/jquery.tooltipster.min.js +0 -1
  87. data/vendor/assets/javascripts/on-standards/vendor/sweet-alert.min.js +0 -1
  88. data/vendor/assets/stylesheets/foundation_and_overrides.scss +0 -1450
  89. data/vendor/assets/stylesheets/on-overrides.sass +0 -0
  90. data/vendor/assets/stylesheets/on-standards.sass +0 -7
  91. data/vendor/assets/stylesheets/on-standards/church_to_church.sass +0 -1323
  92. data/vendor/assets/stylesheets/on-standards/vendor/chosen.min.css +0 -3
  93. data/vendor/assets/stylesheets/on-standards/vendor/sweet-alert.scss +0 -429
  94. data/vendor/assets/stylesheets/on-standards/vendor/tooltipster.css +0 -274
@@ -0,0 +1,501 @@
1
+ @charset "utf-8";
2
+
3
+ /* BLOCKGRID */
4
+ [class*="block-grid-"] {
5
+ display: block;
6
+ margin: 0 -15px;
7
+ }
8
+
9
+ [class*="block-grid-"]:before,
10
+ [class*="block-grid-"]:after {
11
+ content: " ";
12
+ display: table;
13
+ }
14
+
15
+ [class*="block-grid-"]:after {
16
+ clear: both;
17
+ }
18
+
19
+ [class*="block-grid-"] > * {
20
+ display: inline;
21
+ padding: 16px;
22
+ height: auto;
23
+ float: left;
24
+ list-style: none;
25
+ }
26
+
27
+ .block-grid-xs-1 > * {
28
+ width: 100%;
29
+ }
30
+
31
+ .block-grid-xs-1 > *:nth-of-type(n) {
32
+ clear: none;
33
+ }
34
+
35
+ .block-grid-xs-1 > *:nth-of-type(1n+1) {
36
+ clear: both;
37
+ }
38
+
39
+ .block-grid-xs-2 > * {
40
+ width: 50%;
41
+ }
42
+
43
+ .block-grid-xs-2 > *:nth-of-type(n) {
44
+ clear: none;
45
+ }
46
+
47
+ .block-grid-xs-2 > *:nth-of-type(2n+1) {
48
+ clear: both;
49
+ }
50
+
51
+ .block-grid-xs-3 > * {
52
+ width: 33.333333333333336%;
53
+ }
54
+
55
+ .block-grid-xs-3 > *:nth-of-type(n) {
56
+ clear: none;
57
+ }
58
+
59
+ .block-grid-xs-3 > *:nth-of-type(3n+1) {
60
+ clear: both;
61
+ }
62
+
63
+ .block-grid-xs-4 > * {
64
+ width: 25%;
65
+ }
66
+
67
+ .block-grid-xs-4 > *:nth-of-type(n) {
68
+ clear: none;
69
+ }
70
+
71
+ .block-grid-xs-4 > *:nth-of-type(4n+1) {
72
+ clear: both;
73
+ }
74
+
75
+ .block-grid-xs-5 > * {
76
+ width: 20%;
77
+ }
78
+
79
+ .block-grid-xs-5 > *:nth-of-type(n) {
80
+ clear: none;
81
+ }
82
+
83
+ .block-grid-xs-5 > *:nth-of-type(5n+1) {
84
+ clear: both;
85
+ }
86
+
87
+ .block-grid-xs-6 > * {
88
+ width: 16.666666666666668%;
89
+ }
90
+
91
+ .block-grid-xs-6 > *:nth-of-type(n) {
92
+ clear: none;
93
+ }
94
+
95
+ .block-grid-xs-6 > *:nth-of-type(6n+1) {
96
+ clear: both;
97
+ }
98
+
99
+ .block-grid-xs-7 > * {
100
+ width: 14.285714285714286%;
101
+ }
102
+
103
+ .block-grid-xs-7 > *:nth-of-type(n) {
104
+ clear: none;
105
+ }
106
+
107
+ .block-grid-xs-7 > *:nth-of-type(7n+1) {
108
+ clear: both;
109
+ }
110
+
111
+ .block-grid-xs-8 > * {
112
+ width: 12.5%;
113
+ }
114
+
115
+ .block-grid-xs-8 > *:nth-of-type(n) {
116
+ clear: none;
117
+ }
118
+
119
+ .block-grid-xs-8 > *:nth-of-type(8n+1) {
120
+ clear: both;
121
+ }
122
+
123
+ .block-grid-xs-9 > * {
124
+ width: 11.11111111111111%;
125
+ }
126
+
127
+ .block-grid-xs-9 > *:nth-of-type(n) {
128
+ clear: none;
129
+ }
130
+
131
+ .block-grid-xs-9 > *:nth-of-type(9n+1) {
132
+ clear: both;
133
+ }
134
+
135
+ .block-grid-xs-10 > * {
136
+ width: 10%;
137
+ }
138
+
139
+ .block-grid-xs-10 > *:nth-of-type(n) {
140
+ clear: none;
141
+ }
142
+
143
+ .block-grid-xs-10 > *:nth-of-type(10n+1) {
144
+ clear: both;
145
+ }
146
+
147
+ .block-grid-xs-11 > * {
148
+ width: 9.090909090909092%;
149
+ }
150
+
151
+ .block-grid-xs-11 > *:nth-of-type(n) {
152
+ clear: none;
153
+ }
154
+
155
+ .block-grid-xs-11 > *:nth-of-type(11n+1) {
156
+ clear: both;
157
+ }
158
+
159
+ .block-grid-xs-12 > * {
160
+ width: 8.333333333333334%;
161
+ }
162
+
163
+ .block-grid-xs-12 > *:nth-of-type(n) {
164
+ clear: none;
165
+ }
166
+
167
+ .block-grid-xs-12 > *:nth-of-type(12n+1) {
168
+ clear: both;
169
+ }
170
+
171
+ @include media-breakpoint-up(sm) {
172
+ .block-grid-sm-1 > * {
173
+ width: 100%;
174
+ }
175
+ .block-grid-sm-1 > *:nth-of-type(n) {
176
+ clear: none;
177
+ }
178
+ .block-grid-sm-1 > *:nth-of-type(1n+1) {
179
+ clear: both;
180
+ }
181
+ .block-grid-sm-2 > * {
182
+ width: 50%;
183
+ }
184
+ .block-grid-sm-2 > *:nth-of-type(n) {
185
+ clear: none;
186
+ }
187
+ .block-grid-sm-2 > *:nth-of-type(2n+1) {
188
+ clear: both;
189
+ }
190
+ .block-grid-sm-3 > * {
191
+ width: 33.333333333333336%;
192
+ }
193
+ .block-grid-sm-3 > *:nth-of-type(n) {
194
+ clear: none;
195
+ }
196
+ .block-grid-sm-3 > *:nth-of-type(3n+1) {
197
+ clear: both;
198
+ }
199
+ .block-grid-sm-4 > * {
200
+ width: 25%;
201
+ }
202
+ .block-grid-sm-4 > *:nth-of-type(n) {
203
+ clear: none;
204
+ }
205
+ .block-grid-sm-4 > *:nth-of-type(4n+1) {
206
+ clear: both;
207
+ }
208
+ .block-grid-sm-5 > * {
209
+ width: 20%;
210
+ }
211
+ .block-grid-sm-5 > *:nth-of-type(n) {
212
+ clear: none;
213
+ }
214
+ .block-grid-sm-5 > *:nth-of-type(5n+1) {
215
+ clear: both;
216
+ }
217
+ .block-grid-sm-6 > * {
218
+ width: 16.666666666666668%;
219
+ }
220
+ .block-grid-sm-6 > *:nth-of-type(n) {
221
+ clear: none;
222
+ }
223
+ .block-grid-sm-6 > *:nth-of-type(6n+1) {
224
+ clear: both;
225
+ }
226
+ .block-grid-sm-7 > * {
227
+ width: 14.285714285714286%;
228
+ }
229
+ .block-grid-sm-7 > *:nth-of-type(n) {
230
+ clear: none;
231
+ }
232
+ .block-grid-sm-7 > *:nth-of-type(7n+1) {
233
+ clear: both;
234
+ }
235
+ .block-grid-sm-8 > * {
236
+ width: 12.5%;
237
+ }
238
+ .block-grid-sm-8 > *:nth-of-type(n) {
239
+ clear: none;
240
+ }
241
+ .block-grid-sm-8 > *:nth-of-type(8n+1) {
242
+ clear: both;
243
+ }
244
+ .block-grid-sm-9 > * {
245
+ width: 11.11111111111111%;
246
+ }
247
+ .block-grid-sm-9 > *:nth-of-type(n) {
248
+ clear: none;
249
+ }
250
+ .block-grid-sm-9 > *:nth-of-type(9n+1) {
251
+ clear: both;
252
+ }
253
+ .block-grid-sm-10 > * {
254
+ width: 10%;
255
+ }
256
+ .block-grid-sm-10 > *:nth-of-type(n) {
257
+ clear: none;
258
+ }
259
+ .block-grid-sm-10 > *:nth-of-type(10n+1) {
260
+ clear: both;
261
+ }
262
+ .block-grid-sm-11 > * {
263
+ width: 9.090909090909092%;
264
+ }
265
+ .block-grid-sm-11 > *:nth-of-type(n) {
266
+ clear: none;
267
+ }
268
+ .block-grid-sm-11 > *:nth-of-type(11n+1) {
269
+ clear: both;
270
+ }
271
+ .block-grid-sm-12 > * {
272
+ width: 8.333333333333334%;
273
+ }
274
+ .block-grid-sm-12 > *:nth-of-type(n) {
275
+ clear: none;
276
+ }
277
+ .block-grid-sm-12 > *:nth-of-type(12n+1) {
278
+ clear: both;
279
+ }
280
+ }
281
+ @include media-breakpoint-up(md) {
282
+ .block-grid-md-1 > * {
283
+ width: 100%;
284
+ }
285
+ .block-grid-md-1 > *:nth-of-type(n) {
286
+ clear: none;
287
+ }
288
+ .block-grid-md-1 > *:nth-of-type(1n+1) {
289
+ clear: both;
290
+ }
291
+ .block-grid-md-2 > * {
292
+ width: 50%;
293
+ }
294
+ .block-grid-md-2 > *:nth-of-type(n) {
295
+ clear: none;
296
+ }
297
+ .block-grid-md-2 > *:nth-of-type(2n+1) {
298
+ clear: both;
299
+ }
300
+ .block-grid-md-3 > * {
301
+ width: 33.333333333333336%;
302
+ }
303
+ .block-grid-md-3 > *:nth-of-type(n) {
304
+ clear: none;
305
+ }
306
+ .block-grid-md-3 > *:nth-of-type(3n+1) {
307
+ clear: both;
308
+ }
309
+ .block-grid-md-4 > * {
310
+ width: 25%;
311
+ }
312
+ .block-grid-md-4 > *:nth-of-type(n) {
313
+ clear: none;
314
+ }
315
+ .block-grid-md-4 > *:nth-of-type(4n+1) {
316
+ clear: both;
317
+ }
318
+ .block-grid-md-5 > * {
319
+ width: 20%;
320
+ }
321
+ .block-grid-md-5 > *:nth-of-type(n) {
322
+ clear: none;
323
+ }
324
+ .block-grid-md-5 > *:nth-of-type(5n+1) {
325
+ clear: both;
326
+ }
327
+ .block-grid-md-6 > * {
328
+ width: 16.666666666666668%;
329
+ }
330
+ .block-grid-md-6 > *:nth-of-type(n) {
331
+ clear: none;
332
+ }
333
+ .block-grid-md-6 > *:nth-of-type(6n+1) {
334
+ clear: both;
335
+ }
336
+ .block-grid-md-7 > * {
337
+ width: 14.285714285714286%;
338
+ }
339
+ .block-grid-md-7 > *:nth-of-type(n) {
340
+ clear: none;
341
+ }
342
+ .block-grid-md-7 > *:nth-of-type(7n+1) {
343
+ clear: both;
344
+ }
345
+ .block-grid-md-8 > * {
346
+ width: 12.5%;
347
+ }
348
+ .block-grid-md-8 > *:nth-of-type(n) {
349
+ clear: none;
350
+ }
351
+ .block-grid-md-8 > *:nth-of-type(8n+1) {
352
+ clear: both;
353
+ }
354
+ .block-grid-md-9 > * {
355
+ width: 11.11111111111111%;
356
+ }
357
+ .block-grid-md-9 > *:nth-of-type(n) {
358
+ clear: none;
359
+ }
360
+ .block-grid-md-9 > *:nth-of-type(9n+1) {
361
+ clear: both;
362
+ }
363
+ .block-grid-md-10 > * {
364
+ width: 10%;
365
+ }
366
+ .block-grid-md-10 > *:nth-of-type(n) {
367
+ clear: none;
368
+ }
369
+ .block-grid-md-10 > *:nth-of-type(10n+1) {
370
+ clear: both;
371
+ }
372
+ .block-grid-md-11 > * {
373
+ width: 9.090909090909092%;
374
+ }
375
+ .block-grid-md-11 > *:nth-of-type(n) {
376
+ clear: none;
377
+ }
378
+ .block-grid-md-11 > *:nth-of-type(11n+1) {
379
+ clear: both;
380
+ }
381
+ .block-grid-md-12 > * {
382
+ width: 8.333333333333334%;
383
+ }
384
+ .block-grid-md-12 > *:nth-of-type(n) {
385
+ clear: none;
386
+ }
387
+ .block-grid-md-12 > *:nth-of-type(12n+1) {
388
+ clear: both;
389
+ }
390
+ }
391
+ @include media-breakpoint-up(lg) {
392
+ .block-grid-lg-1 > * {
393
+ width: 100%;
394
+ }
395
+ .block-grid-lg-1 > *:nth-of-type(n) {
396
+ clear: none;
397
+ }
398
+ .block-grid-lg-1 > *:nth-of-type(1n+1) {
399
+ clear: both;
400
+ }
401
+ .block-grid-lg-2 > * {
402
+ width: 50%;
403
+ }
404
+ .block-grid-lg-2 > *:nth-of-type(n) {
405
+ clear: none;
406
+ }
407
+ .block-grid-lg-2 > *:nth-of-type(2n+1) {
408
+ clear: both;
409
+ }
410
+ .block-grid-lg-3 > * {
411
+ width: 33.333333333333336%;
412
+ }
413
+ .block-grid-lg-3 > *:nth-of-type(n) {
414
+ clear: none;
415
+ }
416
+ .block-grid-lg-3 > *:nth-of-type(3n+1) {
417
+ clear: both;
418
+ }
419
+ .block-grid-lg-4 > * {
420
+ width: 25%;
421
+ }
422
+ .block-grid-lg-4 > *:nth-of-type(n) {
423
+ clear: none;
424
+ }
425
+ .block-grid-lg-4 > *:nth-of-type(4n+1) {
426
+ clear: both;
427
+ }
428
+ .block-grid-lg-5 > * {
429
+ width: 20%;
430
+ }
431
+ .block-grid-lg-5 > *:nth-of-type(n) {
432
+ clear: none;
433
+ }
434
+ .block-grid-lg-5 > *:nth-of-type(5n+1) {
435
+ clear: both;
436
+ }
437
+ .block-grid-lg-6 > * {
438
+ width: 16.666666666666668%;
439
+ }
440
+ .block-grid-lg-6 > *:nth-of-type(n) {
441
+ clear: none;
442
+ }
443
+ .block-grid-lg-6 > *:nth-of-type(6n+1) {
444
+ clear: both;
445
+ }
446
+ .block-grid-lg-7 > * {
447
+ width: 14.285714285714286%;
448
+ }
449
+
450
+ .block-grid-lg-7 > *:nth-of-type(n) {
451
+ clear: none;
452
+ }
453
+ .block-grid-lg-7 > *:nth-of-type(7n+1) {
454
+ clear: both;
455
+ }
456
+ .block-grid-lg-8 > * {
457
+ width: 12.5%;
458
+ }
459
+ .block-grid-lg-8 > *:nth-of-type(n) {
460
+ clear: none;
461
+ }
462
+ .block-grid-lg-8 > *:nth-of-type(8n+1) {
463
+ clear: both;
464
+ }
465
+ .block-grid-lg-9 > * {
466
+ width: 11.11111111111111%;
467
+ }
468
+ .block-grid-lg-9 > *:nth-of-type(n) {
469
+ clear: none;
470
+ }
471
+ .block-grid-lg-9 > *:nth-of-type(9n+1) {
472
+ clear: both;
473
+ }
474
+ .block-grid-lg-10 > * {
475
+ width: 10%;
476
+ }
477
+ .block-grid-lg-10 > *:nth-of-type(n) {
478
+ clear: none;
479
+ }
480
+ .block-grid-lg-10 > *:nth-of-type(10n+1) {
481
+ clear: both;
482
+ }
483
+ .block-grid-lg-11 > * {
484
+ width: 9.090909090909092%;
485
+ }
486
+ .block-grid-lg-11 > *:nth-of-type(n) {
487
+ clear: none;
488
+ }
489
+ .block-grid-lg-11 > *:nth-of-type(11n+1) {
490
+ clear: both;
491
+ }
492
+ .block-grid-lg-12 > * {
493
+ width: 8.333333333333334%;
494
+ }
495
+ .block-grid-lg-12 > *:nth-of-type(n) {
496
+ clear: none;
497
+ }
498
+ .block-grid-lg-12 > *:nth-of-type(12n+1) {
499
+ clear: both;
500
+ }
501
+ }