@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();
}
}