Bug 65 resolved.
Signed-off-by: KIRAN KASHALKAR <kiran.kashalkar@riftio.com>
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;
}