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
This commit is contained in:
Ed Sanders 2024-03-14 11:50:02 -07:00 committed by Jon Robson
parent 2702cf106c
commit 54b750af14

View file

@ -1,5 +1,5 @@
.vector-popup-notification {
font-size: unit( @font-size-browser, px );
font-size: @font-size-dropdown;
p {
margin: 0;