File tree 2 files changed +15
-4
lines changed
2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 213
213
margin : 0 ;
214
214
border-style : solid ;
215
215
border-color : inherit ;
216
- height : auto ;
217
- align-self : stretch ;
216
+ border-width : 0 0 0 1px ;
217
+ height : $kendo-icon-size ;
218
+ align-self : center ;
218
219
219
220
& -horizontal {
221
+ height : auto ;
220
222
margin-inline : $kendo-input-md-padding-y ;
223
+ align-self : stretch ;
221
224
border-width : 1px 0 0 ;
222
225
}
223
226
224
227
& -vertical {
228
+ height : auto ;
225
229
margin-block : $kendo-input-md-padding-y ;
230
+ align-self : stretch ;
226
231
border-width : 0 0 0 1px ;
227
232
}
228
233
}
Original file line number Diff line number Diff line change 1
1
@use " sass:map" ;
2
2
@use " ../core/" as * ;
3
3
@use " ./_variables.scss" as * ;
4
+ @use " ../icon/_variables.scss" as * ;
4
5
5
6
@mixin kendo-input--layout () {
6
7
237
238
margin : 0 ;
238
239
border-style : solid ;
239
240
border-color : inherit ;
240
- height : auto ;
241
- align-self : stretch ;
241
+ border-width : 0 0 0 1px ;
242
+ height : $kendo-icon-size ;
243
+ align-self : center ;
242
244
243
245
& -horizontal {
246
+ height : auto ;
244
247
margin-inline : $kendo-input-md-padding-y ;
248
+ align-self : stretch ;
245
249
border-width : 1px 0 0 ;
246
250
}
247
251
248
252
& -vertical {
253
+ height : auto ;
249
254
margin-block : $kendo-input-md-padding-y ;
255
+ align-self : stretch ;
250
256
border-width : 0 0 0 1px ;
251
257
}
252
258
}
You can’t perform that action at this time.
0 commit comments