initial import
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
@import "halo-ext";
|
||||
|
||||
@mixin id_co_metrocom_bni_tms {
|
||||
@include id_co_metrocom_bni_tms-halo-ext;
|
||||
}
|
||||
@ -0,0 +1 @@
|
||||
/* Override global theme constants or define new ones here */
|
||||
15
modules/web/themes/halo/id.co.metrocom.bni.tms/halo-ext.scss
Normal file
15
modules/web/themes/halo/id.co.metrocom.bni.tms/halo-ext.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user