fix(whisperbox): different properties for background

This commit is contained in:
timhartmann 2019-03-06 09:15:29 +01:00
parent a7311d80b9
commit 32685f5499
1 changed files with 3 additions and 1 deletions

View File

@ -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 {