mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-24 15:53:46 +00:00
f8ddffc26a
Bug: T276566 Change-Id: I1b48c91e499bf74185b4d584419d4a48af427bde
32 lines
580 B
Plaintext
32 lines
580 B
Plaintext
@import 'mediawiki.ui/variables.less';
|
|
@import 'mediawiki.skin.variables.less';
|
|
|
|
.vector-user-links {
|
|
#pt-notifications-alert {
|
|
margin-right: 0.75em;
|
|
}
|
|
|
|
.vector-menu-content-list {
|
|
.mw-echo-alert {
|
|
margin: 0 0 0 0.2em;
|
|
padding: 0.2em 0.5em;
|
|
white-space: nowrap;
|
|
|
|
.mw-ui-icon.mw-ui-icon-before:before {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
@media ( max-width: @width-breakpoint-desktop-wide ) {
|
|
.mw-echo-alert {
|
|
font-size: 12px;
|
|
position: absolute;
|
|
top: calc( 100% + 12px );
|
|
right: 0;
|
|
margin-left: 0.75em;
|
|
padding-top: 0.25em;
|
|
}
|
|
}
|
|
}
|
|
}
|