X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FUI.git;a=blobdiff_plain;f=skyquake%2Fframework%2Fstyle%2Fcore.css;h=0944e15d7bc3744807b58c9253e2c4fbe8999d35;hp=2a64a8c57348f7dc679bb5c2f701e7c22e4af5a1;hb=refs%2Fchanges%2F28%2F5528%2F1;hpb=e29efc315df33d546237e270470916e26df391d6 diff --git a/skyquake/framework/style/core.css b/skyquake/framework/style/core.css index 2a64a8c57..0944e15d7 100644 --- a/skyquake/framework/style/core.css +++ b/skyquake/framework/style/core.css @@ -1,5 +1,5 @@ /* - * + * * Copyright 2016 RIFT.IO Inc * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -15,7 +15,7 @@ * limitations under the License. * */ -@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) } @@ -93,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; @@ -2020,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;