mediawiki-extensions-Echo/modules/styles/mw.echo.ui.PlaceholderItemWidget.less

11 lines
193 B
Plaintext
Raw Normal View History

@import '../echo.variables';
.mw-echo-ui-placeholderItemWidget {
padding: 2em;
background-color: @notification-background-read;
&-notLinked,
&-notLinked a {
cursor: default;
}
}