Remove redundant site notice styles

These are currently being overriden by styles inside core
which also set margin to 0.

In I83ac918ad8807c65aab2cd1dd8d7d2cd34b512af these would override the
default leading to unintended UI changes.

Bug: T354975
Change-Id: I379ad6293bd1aa2a9304369969978cea684da98a
This commit is contained in:
Jon Robson 2024-02-20 09:27:15 -08:00
parent 1c93781c78
commit fb9eccc071

View file

@ -6,7 +6,4 @@
/* Site Notice (includes notices from CentralNotice extension) */
#siteNotice {
font-size: @font-size-site-notice;
margin: @grid-row-gap 0;
position: relative;
text-align: center;
}