From 32685f549947c520faebee74bf5e757e4e3122f3 Mon Sep 17 00:00:00 2001 From: timhartmann Date: Wed, 6 Mar 2019 09:15:29 +0100 Subject: [PATCH] fix(whisperbox): different properties for background --- src/stylesheets/components/_whisperbox.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/stylesheets/components/_whisperbox.scss b/src/stylesheets/components/_whisperbox.scss index 57152f2..07e0e4f 100644 --- a/src/stylesheets/components/_whisperbox.scss +++ b/src/stylesheets/components/_whisperbox.scss @@ -2,13 +2,15 @@ padding: get-inset-spacing(l) 0; border-radius: $global-border-radius; background-color: get-layout-color(quite); + background-position: bottom center; + background-repeat: no-repeat; background-size: 75%; transition: background-size .5s; transition-delay: .6s; @include respond(large) { padding: get-inset-spacing(xl) 0; - background: url(../images/circles-background.jpg) no-repeat bottom center; + background-image: url(../images/circles-background.jpg); } &.is-active {