Files
tms-bit/modules/web/themes/halo/id.co.metrocom.bni.tms/halo-ext.scss
2026-05-11 20:01:23 +07:00

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;
}
}
}