diff --git a/src/app/commons/component/layout/topbar/app.topbar.component.html b/src/app/commons/component/layout/topbar/app.topbar.component.html
index be31aa7..aeffc71 100644
--- a/src/app/commons/component/layout/topbar/app.topbar.component.html
+++ b/src/app/commons/component/layout/topbar/app.topbar.component.html
@@ -13,7 +13,7 @@
diff --git a/src/assets/layout/css/layout-dark-blue.css b/src/assets/layout/css/layout-dark-blue.css
index b6c39ec..298fa86 100644
--- a/src/assets/layout/css/layout-dark-blue.css
+++ b/src/assets/layout/css/layout-dark-blue.css
@@ -967,7 +967,7 @@ body {
left: -16px;
top: 3px;
background-color: #5180ce;
- -moz-border-radius: 50%;
+ /* -moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
-moz-transition: all 0.3s;
@@ -976,13 +976,14 @@ body {
transition: all 0.3s;
-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
-moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
- box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16); }
+ box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16); */}
.layout-container .topbar .topbar-right #menu-button:hover {
- -webkit-transform: scale(1.2);
+ /* -webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
- transform: scale(1.2); }
+ transform: scale(1.2); */
+ }
.layout-container .topbar .topbar-right #menu-button i {
font-family: 'Material Icons';
font-weight: normal;
diff --git a/src/index.html b/src/index.html
index d6704d7..ecb76d3 100644
--- a/src/index.html
+++ b/src/index.html
@@ -13,8 +13,8 @@
-
-
+
+
diff --git a/src/styles.scss b/src/styles.scss
index 431372b..6eaac38 100644
--- a/src/styles.scss
+++ b/src/styles.scss
@@ -1,5 +1,72 @@
/* You can add global styles to this file, and also import other style files */
+//Logo
+.landing-wrapper #header .header-top .logo {
+ display: inline-block;
+ vertical-align: middle;
+ width: 200px;
+ height: 30px;
+ background: url("/assets/layout/images/overFlow_CI_white_200_30.png") top left no-repeat !important;
+}
+@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
+ .landing-wrapper .header .header-top .logo {
+ background: url("/assets/layout/images/overFlow_CI_white_200_30.png") top left no-repeat !important;
+ background-size: 200px 30px; } }
+.layout-container .topbar .logo {
+ display: inline-block;
+ vertical-align: middle;
+ width: 200px;
+ height: 30px;
+ background: url("/assets/layout/images/overFlow_CI_white_200_30.png") top left no-repeat !important;
+ background-size: 200px 30px; }
+//top menu-button
+.layout-container .topbar .topbar-right #menu-button {
+ color: #ffffff;
+ display: inline-block;
+ vertical-align: middle;
+ height: 36px;
+ margin-right: 10px;
+ position: relative;
+ //left: -16px;
+ left: 16px !important;
+ top: 3px;
+ background-color: transparent !important;
+}
+ .layout-container .topbar .topbar-right #menu-button:hover {
+ color: #e8e8e8;}
+ .layout-container .topbar .topbar-right #menu-button i {
+ font-family: 'Material Icons';
+ font-weight: normal;
+ font-style: normal;
+ font-size: 1.5em;
+ /* Preferred icon size */
+ display: inline-block;
+ width: 1em;
+ height: 1em;
+ line-height: 1;
+ text-transform: none;
+ letter-spacing: normal;
+ word-wrap: normal;
+ white-space: nowrap;
+ direction: ltr;
+ text-indent: 0;
+ /* Support for all WebKit browsers. */
+ -webkit-font-smoothing: antialiased;
+ /* Support for Safari and Chrome. */
+ text-rendering: optimizeLegibility;
+ /* Support for Firefox. */
+ -moz-osx-font-smoothing: grayscale;
+ /* Support for IE. */
+ font-feature-settings: 'liga';
+ -moz-transition: all 0.3s;
+ -o-transition: all 0.3s;
+ -webkit-transition: all 0.3s;
+ transition: all 0.3s;
+ font-size: 36px; }
+.layout-container .topbar .topbar-right #menu-button i:before {
+ //content: "chevron_left";
+ content: "menu" !important;
+}
//auth style
.login-body {
//background: url("../images/login/login.png") top left no-repeat #f7f7f7;