Skip to content

Commit c0c8056

Browse files
author
Wesley
committed
update layout offset classes
1 parent 735c9cd commit c0c8056

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

styles/web/sass/core/widgets/_layoutgrid.scss

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -252,57 +252,57 @@
252252
}
253253

254254
.offset-1,
255-
.col-1-offset {
255+
.col-offset-1 {
256256
margin-left: 8.333333%;
257257
}
258258

259259
.offset-2,
260-
.col-2-offset {
260+
.col-offset-2 {
261261
margin-left: 16.666667%;
262262
}
263263

264264
.offset-3,
265-
.col-3-offset {
265+
.col-offset-3 {
266266
margin-left: 25%;
267267
}
268268

269269
.offset-4,
270-
.col-4-offset {
270+
.col-offset-4 {
271271
margin-left: 33.333333%;
272272
}
273273

274274
.offset-5,
275-
.col-5-offset {
275+
.col-offset-5 {
276276
margin-left: 41.666667%;
277277
}
278278

279279
.offset-6,
280-
.col-6-offset {
280+
.col-offset-6 {
281281
margin-left: 50%;
282282
}
283283

284284
.offset-7,
285-
.col-7-offset {
285+
.col-offset-7 {
286286
margin-left: 58.333333%;
287287
}
288288

289289
.offset-8,
290-
.col-8-offset {
290+
.col-offset-8 {
291291
margin-left: 66.666667%;
292292
}
293293

294294
.offset-9,
295-
.col-9-offset {
295+
.col-offset-9 {
296296
margin-left: 75%;
297297
}
298298

299299
.offset-10,
300-
.col-10-offset {
300+
.col-offset-10 {
301301
margin-left: 83.333333%;
302302
}
303303

304304
.offset-11,
305-
.col-11-offset {
305+
.col-offset-11 {
306306
margin-left: 91.666667%;
307307
}
308308

0 commit comments

Comments
 (0)