initial import
BIN
modules/web/themes/halo/branding/app-icon-login.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
modules/web/themes/halo/branding/app-icon-menu.png
Normal file
|
After Width: | Height: | Size: 4.7 KiB |
BIN
modules/web/themes/halo/branding/bni-logo.png
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
modules/web/themes/halo/branding/tms-logo-big.png
Normal file
|
After Width: | Height: | Size: 6.3 KiB |
BIN
modules/web/themes/halo/branding/tms-logo-only.png
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
BIN
modules/web/themes/halo/branding/tms-logo.png
Normal file
|
After Width: | Height: | Size: 5.9 KiB |
BIN
modules/web/themes/halo/favicon.ico
Normal file
|
After Width: | Height: | Size: 17 KiB |
@ -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
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
11
modules/web/themes/halo/styles.scss
Normal file
@ -0,0 +1,11 @@
|
||||
@import "halo-defaults";
|
||||
@import "id.co.metrocom.bni.tms/halo-ext-defaults";
|
||||
@import "app-components";
|
||||
@import "id.co.metrocom.bni.tms/halo-ext";
|
||||
|
||||
.halo {
|
||||
// include auto-generated app components SCSS
|
||||
@include app_components;
|
||||
|
||||
@include id_co_metrocom_bni_tms-halo-ext;
|
||||
}
|
||||