mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-12-01 02:46:46 +00:00
11 lines
193 B
Plaintext
11 lines
193 B
Plaintext
|
@import '../echo.variables';
|
||
|
.mw-echo-ui-placeholderItemWidget {
|
||
|
padding: 2em;
|
||
|
background-color: @notification-background-read;
|
||
|
|
||
|
&-notLinked,
|
||
|
&-notLinked a {
|
||
|
cursor: default;
|
||
|
}
|
||
|
}
|