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.
21 lines
319 B
Plaintext
21 lines
319 B
Plaintext
@import '../variables.less';
|
|
|
|
@media screen {
|
|
#ca-wikilove a {
|
|
.ca-icon ( '../images/heart-grey' );
|
|
}
|
|
|
|
@media ( min-width: @desktop-small-floor ) {
|
|
// per setting icon-only
|
|
#ca-wikilove.icon a {
|
|
.ca-icon-only();
|
|
}
|
|
}
|
|
|
|
@media ( max-width: @mobile-width ) {
|
|
#ca-wikilove a {
|
|
.ca-icon-only();
|
|
}
|
|
}
|
|
}
|