Skip to content

Commit 5d70eab

Browse files
committed
add more voffsets up to 200px
1 parent 38cf3aa commit 5d70eab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

common.less

+5
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,12 @@
9898
.voffset-60 { .voffset(60px); }
9999
.voffset-80 { .voffset(80px); }
100100
.voffset-100 { .voffset(100px); }
101+
.voffset-120 { .voffset(120px); }
102+
.voffset-140 { .voffset(140px); }
101103
.voffset-150 { .voffset(150px); }
104+
.voffset-160 { .voffset(160px); }
105+
.voffset-180 { .voffset(180px); }
106+
.voffset-200 { .voffset(200px); }
102107

103108
/* background and foreground color shortcut classes */
104109
.bg-white { .bg-color(@white); }

0 commit comments

Comments
 (0)