Bug 65 resolved.
Signed-off-by: KIRAN KASHALKAR <kiran.kashalkar@riftio.com>
diff --git a/skyquake/framework/widgets/header/header.scss b/skyquake/framework/widgets/header/header.scss
index 9238c22..5e1e717 100644
--- a/skyquake/framework/widgets/header/header.scss
+++ b/skyquake/framework/widgets/header/header.scss
@@ -27,7 +27,8 @@
align-items:center;
}
h1 {
- background: url('../../style/img/header-logo.png') no-repeat;
+ /*background: url('../../style/img/header-logo.png') no-repeat;*/
+ background: url('../../style/img/svg/osm-logo_color_rgb.svg') no-repeat;
background-size:contain;
height: 51px;
line-height: 51px;
diff --git a/skyquake/framework/widgets/login/login.scss b/skyquake/framework/widgets/login/login.scss
index cb14e9b..c7968a2 100644
--- a/skyquake/framework/widgets/login/login.scss
+++ b/skyquake/framework/widgets/login/login.scss
@@ -16,6 +16,7 @@
*
*/
.login-cntnr .logo {
- background-image: url(../../style/img/header-logo.png);
-
+ /*background-image: url(../../style/img/header-logo.png);*/
+ background: url('../../style/img/svg/osm-logo_color_rgb.svg') no-repeat center;
+ background-size: contain;
}
diff --git a/skyquake/framework/widgets/skyquake_container/skyquakeApp.scss b/skyquake/framework/widgets/skyquake_container/skyquakeApp.scss
index 4f77d71..a01f154 100644
--- a/skyquake/framework/widgets/skyquake_container/skyquakeApp.scss
+++ b/skyquake/framework/widgets/skyquake_container/skyquakeApp.scss
@@ -89,12 +89,12 @@
&:before {
content: '';
height:1.85rem;
- width:2.5rem;
- margin:0 1rem;
- padding:0 0.125rem;
- // background: url('../../style/img/header-logo.png') no-repeat center center white;
- background: url('../../style/img/svg/riftio_logo_white.svg') no-repeat center center;
- background-size:65%;
+ width:5.5rem;
+ /*margin:0 1rem;*/
+ /*padding:0 0.125rem;*/
+ /*background: url('../../style/img/svg/riftio_logo_white.svg') no-repeat center center;*/
+ background: url('../../style/img/svg/osm-logo_color_rgb_white_text.svg') no-repeat center center;
+ background-size: contain;
}
}
.skyquakeContainerWrapper {