diff --git a/src/app/pages/home/home-page.component.html b/src/app/pages/home/home-page.component.html index 4c2c481..0c94ba9 100644 --- a/src/app/pages/home/home-page.component.html +++ b/src/app/pages/home/home-page.component.html @@ -1,8 +1,16 @@ -

home works

+
+
+
+
+

Home works

- - - - - \ No newline at end of file + + + + + +
+
+
+
diff --git a/src/app/pages/infra/infra-page.component.html b/src/app/pages/infra/infra-page.component.html index a53e928..12f1715 100644 --- a/src/app/pages/infra/infra-page.component.html +++ b/src/app/pages/infra/infra-page.component.html @@ -1 +1,9 @@ - +
+
+
+
+ +
+
+
+
\ No newline at end of file diff --git a/src/assets/layout/css/layout-indigo.css b/src/assets/layout/css/layout-indigo.css index 89bb1c8..5c05915 100644 --- a/src/assets/layout/css/layout-indigo.css +++ b/src/assets/layout/css/layout-indigo.css @@ -537,8 +537,9 @@ @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { .login-body { - background: url("../images/login/login2x.png") top left no-repeat #f7f7f7; - background-size: 100% auto; } } + /*background: url("../images/login/login2x.png") top left no-repeat #f7f7f7;*/ + background: url("../images/login11.jpg") top left no-repeat; + background-size: 100% 100%; } } @media (max-width: 1024px) { .login-panel { text-align: center; @@ -631,7 +632,8 @@ vertical-align: middle; width: 200px; height: 30px; - background: url("../images/logo.png") top left no-repeat; } + /*background: url("../images/logo.png") top left no-repeat; }*/ + background: url("../images/overFlow_CI_white_200_30.png") top left no-repeat; } .landing-wrapper #header .header-top #menu { float: right; list-style: none; @@ -899,7 +901,8 @@ padding: 0; } } @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { .landing-wrapper .header .header-top .logo { - background: url("../images/logo2x.png") top left no-repeat; + /*background: url("../images/logo2x.png") top left no-repeat;*/ + background: url("../images/overFlow_CI_white_200_30.png") top left no-repeat; background-size: 200px 30px; } } html { height: 100%; } @@ -942,7 +945,8 @@ body { vertical-align: middle; width: 200px; height: 30px; - background: url("../images/logo2x.png") top left no-repeat; + /*background: url("../images/logo2x.png") top left no-repeat;*/ + background: url("../images/overFlow_CI_white_200_30.png") top left no-repeat; background-size: 200px 30px; } .layout-container .topbar .topbar-left { box-sizing: border-box; diff --git a/src/assets/layout/images/overFlow_CI_white_162.png b/src/assets/layout/images/overFlow_CI_white_162.png new file mode 100644 index 0000000..31a796d Binary files /dev/null and b/src/assets/layout/images/overFlow_CI_white_162.png differ diff --git a/src/assets/layout/images/overFlow_CI_white_200_30.png b/src/assets/layout/images/overFlow_CI_white_200_30.png new file mode 100644 index 0000000..293ad58 Binary files /dev/null and b/src/assets/layout/images/overFlow_CI_white_200_30.png differ diff --git a/src/packages/infra/component/map/map.component.html b/src/packages/infra/component/map/map.component.html index a72d518..6b3a7ea 100644 --- a/src/packages/infra/component/map/map.component.html +++ b/src/packages/infra/component/map/map.component.html @@ -1,20 +1,25 @@ - - - - - - - - - - - -
- - +
+

Map

+ + + +
+
+
+ +
+
+ + +
+
+
+
+ +
- + diff --git a/src/styles.scss b/src/styles.scss index 0eb4e4a..0a25685 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -17,4 +17,12 @@ //background: url("../images/login/login2x.png") top left no-repeat #f7f7f7; background: url("/assets/layout/images/login11.jpg") top left no-repeat #f7f7f7 !important; } +} + +.ui-button-secondary:hover{ + color : white !important; +} + +.ui-button-large { + font-size: 1.6em !important; } \ No newline at end of file