fix(whisperbox): different properties for background
This commit is contained in:
parent
a7311d80b9
commit
32685f5499
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue