You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
363 B
Plaintext
12 lines
363 B
Plaintext
5 years ago
|
.background-image-svg( @svg, @fallback ) {
|
||
|
background-image: url( @fallback );
|
||
|
background-image: linear-gradient( transparent, transparent ), e( '/* @embed */' ) url( @svg );
|
||
|
}
|
||
|
|
||
|
@media screen {
|
||
|
@media ( max-width: 850px ) {
|
||
|
#ca-custom-url a {
|
||
|
.background-image-svg('./images/custom-url.svg', './images/custom-url.png');
|
||
|
}
|
||
|
}
|
||
|
}
|