File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -130,3 +130,14 @@ input:checked + .checkbox-icon:after {
130
130
z-index : $z-index-item-checkbox ;
131
131
margin-top : (($checkbox-height + ($checkbox-height / 2 )) / 2 ) * -1 ;
132
132
}
133
+
134
+
135
+ .item-checkbox.item-checkbox-right {
136
+ padding-right : ($item-padding * 2 ) + $checkbox-width ;
137
+ padding-left : $item-padding ;
138
+ }
139
+
140
+ .item-checkbox-right .checkbox input ,
141
+ .item-checkbox-right .checkbox-icon {
142
+ float : right ;
143
+ }
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ <h1 class="title">Input: Checkbox</h1>
12
12
</ header >
13
13
14
14
< main class ="content has-header ">
15
-
15
+
16
16
< ul class ="list ">
17
17
< li class ="item item-checkbox ">
18
18
< label class ="checkbox ">
@@ -38,6 +38,12 @@ <h1 class="title">Input: Checkbox</h1>
38
38
</ label >
39
39
Plutonium Resupply
40
40
</ li >
41
+ < li class ="item item-checkbox item-checkbox-right ">
42
+ < label class ="checkbox ">
43
+ < input type ="checkbox ">
44
+ </ label >
45
+ Right side checkbox
46
+ </ li >
41
47
</ ul >
42
48
43
49
< div class ="padding ">
You can’t perform that action at this time.
0 commit comments