X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=skyquake%2Fframework%2Fstyle%2Fcore.css;h=e9d5de9cfba88cae33b3b8d6b79277429e43409e;hb=refs%2Fchanges%2F79%2F5479%2F2;hp=8183eab5fef54139fd6ab9ce953fad2d316f108a;hpb=f680064f5e6daafad59da1c665e96cd66ebbf17d;p=osm%2FUI.git diff --git a/skyquake/framework/style/core.css b/skyquake/framework/style/core.css index 8183eab5f..e9d5de9cf 100644 --- a/skyquake/framework/style/core.css +++ b/skyquake/framework/style/core.css @@ -16,8 +16,6 @@ * */ /*@import "./vendor/css-reset-2.0/css-reset.css";*/ -@import "../../node_modules/reset-css/reset.css"; - .has-drop-shadow { box-shadow: 2px 2px rgba(0, 0, 0, .15) } @@ -95,7 +93,8 @@ body { position: relative } .header-app h1 { - background: url(./img/header-logo.png) no-repeat left center; + /*background: url(./img/header-logo.png) no-repeat left center;*/ + background: url(./img/svg/osm-logo_color_rgb.svg) no-repeat left center; height: 51px; line-height: 51px; margin-left: 80px; @@ -2022,7 +2021,8 @@ a[role=button] { margin-top: 150px; margin-bottom: 20px; background-size: 154px 102px; - background-image: url(./img/header-logo.png) + /*background-image: url(./img/header-logo.png)*/ + background-image: url(./img/svg/osm-logo_color_rgb.svg); } .login-cntnr .riftio { margin-bottom: 40px;