From 70657589b47f270183d65ca82476f2aec9514cbb Mon Sep 17 00:00:00 2001 From: Kacper Lebiedziewicz Date: Fri, 22 Mar 2019 16:49:00 +0000 Subject: [PATCH] add new logo\ --- css/themes/purplebricks/css/custom.css | 11 ++++------- css/themes/purplebricks/css/custom.scss | 6 +++--- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/css/themes/purplebricks/css/custom.css b/css/themes/purplebricks/css/custom.css index 5d77cdd..6c6301d 100644 --- a/css/themes/purplebricks/css/custom.css +++ b/css/themes/purplebricks/css/custom.css @@ -325,15 +325,13 @@ pre { padding: 0; } #header .logo { display: block; - width: 35px; + width: 149px; height: 33px; text-indent: -9999px; margin: 6px 0 0 0; - background-image: url("https://pbonlineassets.azureedge.net/web-images/marketingWebsite/global/siteCore@1x-p8-2.png"); } - @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) { - #header .logo { - background-image: url("https://pbonlineassets.azureedge.net/web-images/marketingWebsite/global/siteCore@2x-p8-3.png"); - background-size: 243px 225px; } } + background-image: url("https://pbonlineassets.azureedge.net/web-images/marketing-global/logos/pb-logo-dark.svg"); + background-repeat: no-repeat; + } .introPic { padding-bottom: 22px; @@ -512,7 +510,6 @@ pre { #header .logo { width: 200px; height: 42px; - background-position: 0 -175px; margin: 17px 0 0 0; } #header .btn-lg { background: #f9845b; diff --git a/css/themes/purplebricks/css/custom.scss b/css/themes/purplebricks/css/custom.scss index b02fc42..39c3048 100644 --- a/css/themes/purplebricks/css/custom.scss +++ b/css/themes/purplebricks/css/custom.scss @@ -194,10 +194,11 @@ pre { } .logo { display: block; - @include size(35px, 33px); + @include size(149px, 33px); text-indent: -9999px; margin: 6px 0 0 0; - @include img-retina("#{$imageCdnRoot}/marketingWebsite/global/siteCore@1x-p8-2.png", "#{$imageCdnRoot}/marketingWebsite/global/siteCore@2x-p8-3.png", 243px, 225px); + background-image: url("https://pbonlineassets.azureedge.net/web-images/marketing-global/logos/pb-logo-dark.svg"); + background-repeat: no-repeat; } } .introPic { @@ -422,7 +423,6 @@ pre { } .logo { @include size(200px, 42px); - background-position: 0 -175px; margin: 17px 0 0 0; } .btn-lg {