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.
33 lines
484 B
Plaintext
33 lines
484 B
Plaintext
@import '../variables.less';
|
|
|
|
@media screen {
|
|
.client-js {
|
|
.mw-editsection-divider {
|
|
display: none;
|
|
}
|
|
|
|
#ca-edit a {
|
|
.ca-icon( '../images/pencil-source-grey' );
|
|
}
|
|
|
|
#ca-ve-edit a {
|
|
.ca-icon( '../images/pencil-grey' );
|
|
}
|
|
|
|
@media ( max-width: @mobile-width ) {
|
|
#ca-ve-edit a {
|
|
.ca-icon-only();
|
|
}
|
|
}
|
|
}
|
|
|
|
.client-nojs,
|
|
.ve-not-available {
|
|
.mw-editsection a {
|
|
// make the icon part of the link
|
|
padding-left: 20px;
|
|
margin-left: -20px;
|
|
}
|
|
}
|
|
}
|