mediawiki-skins-Vector/resources/skins.vector.js/popupNotification.less
Ed Sanders 54b750af14 vector-popup-notification: Use 14px font size instead of 16px
Vector still uses 14px almost everywhere, so use it here
as well.

Bug: T360335
Change-Id: Icf4891375a62480ffbb4808a357935aa6d6fdc58
2024-05-20 13:59:31 -07:00

12 lines
130 B
Plaintext

.vector-popup-notification {
font-size: @font-size-dropdown;
p {
margin: 0;
&:last-child {
padding-bottom: 0;
}
}
}