From 01df905986c8aa5d56c47cd74629f81dc48e1837 Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Mon, 27 Feb 2017 16:30:28 +0000 Subject: [PATCH] Set new logo defaults, increase width and remove responsive portion (no need with SVG). --- .../web/public/stylesheets/components/navbar.less | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/services/web/public/stylesheets/components/navbar.less b/services/web/public/stylesheets/components/navbar.less index 5079b10b7e..b7255a2f74 100755 --- a/services/web/public/stylesheets/components/navbar.less +++ b/services/web/public/stylesheets/components/navbar.less @@ -384,24 +384,13 @@ position: absolute; top: 5px; bottom: 5px; - width: 135px; + width: 160px; padding: 0; - background-image: url('/img/logo.png'); + background-image: url('/img/brand/logo-horizontal.svg'); background-size: contain; background-repeat: no-repeat; background-position: left center; } - @media - only screen and (-webkit-min-device-pixel-ratio: 2), - only screen and ( min--moz-device-pixel-ratio: 2), - only screen and ( -o-min-device-pixel-ratio: 2/1), - only screen and ( min-device-pixel-ratio: 2), - only screen and ( min-resolution: 192dpi), - only screen and ( min-resolution: 2dppx) { - .navbar-brand { - background-image: url('/img/logo@2x.png'); - } - } .navbar-text { color: @navbar-default-color;