initial import
This commit is contained in:
BIN
modules/web/themes/hover/branding/app-icon-login.png
Normal file
BIN
modules/web/themes/hover/branding/app-icon-login.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
BIN
modules/web/themes/hover/branding/app-icon-menu.png
Normal file
BIN
modules/web/themes/hover/branding/app-icon-menu.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.7 KiB |
@ -0,0 +1,5 @@
|
||||
@import "hover-ext";
|
||||
|
||||
@mixin com_cmobile_unifiedtms_ext {
|
||||
@include com_cmobile_unifiedtms_ext-hover-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 com_cmobile_unifiedtms_ext-hover-ext {
|
||||
|
||||
}
|
||||
BIN
modules/web/themes/hover/favicon.ico
Normal file
BIN
modules/web/themes/hover/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
11
modules/web/themes/hover/styles.scss
Normal file
11
modules/web/themes/hover/styles.scss
Normal file
@ -0,0 +1,11 @@
|
||||
@import "hover-defaults";
|
||||
@import "com.cmobile.unifiedtms.ext/hover-ext-defaults";
|
||||
@import "app-components";
|
||||
@import "com.cmobile.unifiedtms.ext/hover-ext";
|
||||
|
||||
.hover {
|
||||
// include auto-generated app components SCSS
|
||||
@include app_components;
|
||||
|
||||
@include com_cmobile_unifiedtms_ext-hover-ext;
|
||||
}
|
||||
Reference in New Issue
Block a user