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
356 B
Plaintext

@import '../variables.less';
@media screen {
#ca-proofreadPageNextLink a {
.ca-icon ( '../images/arrow-large-grey-ltr' );
.ca-icon-only();
}
#ca-proofreadPagePrevLink a {
.ca-icon ( '../images/arrow-large-grey-rtl' );
.ca-icon-only();
}
#ca-proofreadPageIndexLink a {
.ca-icon ( '../images/arrow-large-up-grey' );
.ca-icon-only();
}
}