15 lines
347 B
SCSS
15 lines
347 B
SCSS
/* Define your theme modifications inside next mixin */
|
|
@mixin id_co_metrocom_bni_tms-halo-ext {
|
|
|
|
@include halo;
|
|
|
|
/* Basic styles for stepper inner text box */
|
|
.stepper input[type="text"] {
|
|
@include box-defaults;
|
|
@include valo-textfield-style;
|
|
&:focus {
|
|
@include valo-textfield-focus-style;
|
|
}
|
|
}
|
|
|
|
} |