File tree Expand file tree Collapse file tree 3 files changed +18
-12
lines changed Expand file tree Collapse file tree 3 files changed +18
-12
lines changed Original file line number Diff line number Diff line change 3
3
padding-left : 20px ; }
4
4
.abc-checkbox label {
5
5
display : inline-block;
6
- vertical-align : middle ;
6
+ vertical-align : top ;
7
7
position : relative;
8
8
padding-left : 5px ; }
9
9
.abc-checkbox label ::before {
13
13
position : absolute;
14
14
width : 17px ;
15
15
height : 17px ;
16
+ top : 2px ;
16
17
left : 0 ;
17
18
margin-left : -20px ;
18
19
border : 1px solid # ccc ;
25
26
width : 16px ;
26
27
height : 16px ;
27
28
left : 0 ;
28
- top : 0 ;
29
+ top : 2 px ;
29
30
margin-left : -20px ;
30
31
padding-left : 3px ;
31
32
padding-top : 1px ;
161
162
padding-left : 20px ; }
162
163
.abc-radio label {
163
164
display : inline-block;
164
- vertical-align : middle ;
165
+ vertical-align : top ;
165
166
position : relative;
166
167
padding-left : 5px ; }
167
168
.abc-radio label ::before {
171
172
position : absolute;
172
173
width : 17px ;
173
174
height : 17px ;
175
+ top : 2px ;
174
176
left : 0 ;
175
177
margin-left : -20px ;
176
178
border : 1px solid # ccc ;
184
186
width : 11px ;
185
187
height : 11px ;
186
188
left : 3px ;
187
- top : 3 px ;
189
+ top : 5 px ;
188
190
margin-left : -20px ;
189
191
border-radius : 50% ;
190
192
background-color : # 55595c ;
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ $check-icon: $fa-var-check !default;
39
39
40
40
label {
41
41
display : inline-block ;
42
- vertical-align : middle ;
42
+ vertical-align : top ;
43
43
position : relative ;
44
44
padding-left : 5px ;
45
45
@@ -50,6 +50,7 @@ $check-icon: $fa-var-check !default;
50
50
position : absolute ;
51
51
width : 17px ;
52
52
height : 17px ;
53
+ top : 2px ;
53
54
left : 0 ;
54
55
margin-left : -20px ;
55
56
border : 1px solid $input-border-color ;
@@ -65,7 +66,7 @@ $check-icon: $fa-var-check !default;
65
66
width : 16px ;
66
67
height : 16px ;
67
68
left : 0 ;
68
- top : 0 ;
69
+ top : 2 px ;
69
70
margin-left : -20px ;
70
71
padding-left : 3px ;
71
72
padding-top : 1px ;
@@ -160,7 +161,7 @@ $check-icon: $fa-var-check !default;
160
161
161
162
label {
162
163
display : inline-block ;
163
- vertical-align : middle ;
164
+ vertical-align : top ;
164
165
position : relative ;
165
166
padding-left : 5px ;
166
167
@@ -171,6 +172,7 @@ $check-icon: $fa-var-check !default;
171
172
position : absolute ;
172
173
width : 17px ;
173
174
height : 17px ;
175
+ top : 2px ;
174
176
left : 0 ;
175
177
margin-left : -20px ;
176
178
border : 1px solid $input-border-color ;
@@ -187,7 +189,7 @@ $check-icon: $fa-var-check !default;
187
189
width : 11px ;
188
190
height : 11px ;
189
191
left : 3px ;
190
- top : 3 px ;
192
+ top : 5 px ;
191
193
margin-left : -20px ;
192
194
border-radius : 50% ;
193
195
background-color : $input-color ;
Original file line number Diff line number Diff line change 3
3
padding-left : 20px ; }
4
4
.abc-checkbox label {
5
5
display : inline-block;
6
- vertical-align : middle ;
6
+ vertical-align : top ;
7
7
position : relative;
8
8
padding-left : 5px ; }
9
9
.abc-checkbox label ::before {
14
14
width : 17px ;
15
15
height : 17px ;
16
16
left : 0 ;
17
+ top : 2px ;
17
18
margin-left : -20px ;
18
19
border : 1px solid # ccc ;
19
20
border-radius : 3px ;
25
26
width : 16px ;
26
27
height : 16px ;
27
28
left : 0 ;
28
- top : 0 ;
29
+ top : 2 px ;
29
30
margin-left : -20px ;
30
31
padding-left : 3px ;
31
32
padding-top : 1px ;
161
162
padding-left : 20px ; }
162
163
.abc-radio label {
163
164
display : inline-block;
164
- vertical-align : middle ;
165
+ vertical-align : top ;
165
166
position : relative;
166
167
padding-left : 5px ; }
167
168
.abc-radio label ::before {
172
173
width : 17px ;
173
174
height : 17px ;
174
175
left : 0 ;
176
+ top : 2px ;
175
177
margin-left : -20px ;
176
178
border : 1px solid # ccc ;
177
179
border-radius : 50% ;
184
186
width : 11px ;
185
187
height : 11px ;
186
188
left : 3px ;
187
- top : 3 px ;
189
+ top : 5 px ;
188
190
margin-left : -20px ;
189
191
border-radius : 50% ;
190
192
background-color : # 55595c ;
You can’t perform that action at this time.
0 commit comments