initial import
8
modules/web/themes/.classpath
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry path="bin" kind="output"/>
|
||||
<classpathentry kind="src" path="."/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/"/>
|
||||
<classpathentry kind="lib" path="C:/Users/Jaka/.gradle/caches/modules-2/files-2.1/com.haulmont.cuba/cuba-web-themes/6.10.2/c7bf1c9531d23b3fefe240df352d736bcbec527f/cuba-web-themes-6.10.2.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Users/Jaka/.gradle/caches/modules-2/files-2.1/com.vaadin/vaadin-themes/7.7.14.cuba.0/85a621691c4a97105861494f7e9ae809865857bc/vaadin-themes-7.7.14.cuba.0.jar"/>
|
||||
</classpath>
|
||||
17
modules/web/themes/.project
Normal file
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>tms-web-themes</name>
|
||||
<comment></comment>
|
||||
<projects/>
|
||||
<natures>
|
||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||
</natures>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||
<arguments/>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<linkedResources/>
|
||||
<filteredResources/>
|
||||
</projectDescription>
|
||||
13
modules/web/themes/.settings/org.eclipse.jdt.core.prefs
Normal file
@ -0,0 +1,13 @@
|
||||
#
|
||||
#Tue Feb 26 15:48:53 ICT 2019
|
||||
org.eclipse.jdt.core.compiler.debug.localVariable=generate
|
||||
org.eclipse.jdt.core.compiler.compliance=1.8
|
||||
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
|
||||
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
|
||||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
|
||||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
|
||||
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
|
||||
eclipse.preferences.version=1
|
||||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
|
||||
org.eclipse.jdt.core.compiler.source=1.8
|
||||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
|
||||
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;
|
||||
}
|
||||
BIN
modules/web/themes/havana/branding/app-icon-login.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
modules/web/themes/havana/branding/app-icon-menu.png
Normal file
|
After Width: | Height: | Size: 4.7 KiB |
BIN
modules/web/themes/havana/favicon.ico
Normal file
|
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
@ -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;
|
||||
}
|
||||
BIN
modules/web/themes/hover/branding/app-icon-login.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
modules/web/themes/hover/branding/app-icon-menu.png
Normal file
|
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
|
After Width: | Height: | Size: 17 KiB |
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;
|
||||
}
|
||||