File tree 2 files changed +17
-13
lines changed
2 files changed +17
-13
lines changed Original file line number Diff line number Diff line change @@ -214,10 +214,13 @@ input[type="color"] {
214
214
}
215
215
}
216
216
217
- input ,
218
- textarea {
219
- width : 100% ;
217
+ .item-input {
218
+ input ,
219
+ textarea {
220
+ width : 100% ;
221
+ }
220
222
}
223
+
221
224
textarea {
222
225
padding-left : 0 ;
223
226
@include placeholder ($input-color-placeholder , -3px );
@@ -255,14 +258,16 @@ input[type="checkbox"] {
255
258
}
256
259
257
260
// Reset width of input images, buttons, radios, checkboxes
258
- input [type = " file" ],
259
- input [type = " image" ],
260
- input [type = " submit" ],
261
- input [type = " reset" ],
262
- input [type = " button" ],
263
- input [type = " radio" ],
264
- input [type = " checkbox" ] {
265
- width : auto ; // Override of generic input selector
261
+ .item-input {
262
+ input [type = " file" ],
263
+ input [type = " image" ],
264
+ input [type = " submit" ],
265
+ input [type = " reset" ],
266
+ input [type = " button" ],
267
+ input [type = " radio" ],
268
+ input [type = " checkbox" ] {
269
+ width : auto ; // Override of generic input selector
270
+ }
266
271
}
267
272
268
273
// Set the height of file to match text inputs
Original file line number Diff line number Diff line change 4
4
* --------------------------------------------------
5
5
*/
6
6
7
- input [ type = " range" ] {
7
+ . range input {
8
8
display : inline-block ;
9
9
overflow : hidden ;
10
10
margin-top : 5px ;
@@ -119,4 +119,3 @@ input[type="range"] {
119
119
padding-right : 5px ;
120
120
padding-left : 0 ;
121
121
}
122
-
You can’t perform that action at this time.
0 commit comments