initial import
This commit is contained in:
BIN
modules/web/themes/havana/branding/app-icon-login.png
Normal file
BIN
modules/web/themes/havana/branding/app-icon-login.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
BIN
modules/web/themes/havana/branding/app-icon-menu.png
Normal file
BIN
modules/web/themes/havana/branding/app-icon-menu.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.7 KiB |
BIN
modules/web/themes/havana/favicon.ico
Normal file
BIN
modules/web/themes/havana/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
@ -0,0 +1,5 @@
|
||||
@import "havana-ext";
|
||||
|
||||
@mixin id_co_metrocom_bni_tms {
|
||||
@include id_co_metrocom_bni_tms-havana-ext;
|
||||
}
|
||||
@ -0,0 +1 @@
|
||||
/* Override global theme constants or define new ones here */
|
||||
@ -0,0 +1,4 @@
|
||||
/* Define your theme modifications inside next mixin */
|
||||
@mixin id_co_metrocom_bni_tms-havana-ext {
|
||||
|
||||
}
|
||||
11
modules/web/themes/havana/styles.scss
Normal file
11
modules/web/themes/havana/styles.scss
Normal file
@ -0,0 +1,11 @@
|
||||
@import "havana-defaults";
|
||||
@import "id.co.metrocom.bni.tms/havana-ext-defaults";
|
||||
@import "app-components";
|
||||
@import "id.co.metrocom.bni.tms/havana-ext";
|
||||
|
||||
.havana {
|
||||
// include auto-generated app components SCSS
|
||||
@include app_components;
|
||||
|
||||
@include id_co_metrocom_bni_tms-havana-ext;
|
||||
}
|
||||
Reference in New Issue
Block a user