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.

19 lines
428 B
Plaintext

@import '../variables.less';
@media screen {
// Only apply icon if setting enabled
@media ( min-width: @desktop-small-floor ) {
#ca-wikilove.icon a {
.ca-icon();
.background-image-svg( '../images/heart-grey.svg', '../images/heart-grey.png' );
}
}
@media ( max-width: @mobile-width ) {
#ca-wikilove a {
.ca-icon();
.background-image-svg( '../images/heart-grey.svg', '../images/heart-grey.png' );
}
}
}