initial import

This commit is contained in:
2026-05-11 20:01:23 +07:00
commit d8a1fac678
332 changed files with 9454 additions and 0 deletions

View File

@ -0,0 +1,15 @@
/* 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;
}
}
}