mediawiki-skins-Vector/resources/skins.vector.styles/components/SiteNotice.less
bwang 967fc5d350 Copy common styles into vector
Bug: T345766
Change-Id: Ib7a10d3351ad99c025237ab03ece84c1e2c1e257
2023-10-05 13:28:16 -05:00

13 lines
288 B
Plaintext

/** element that wraps a notice that comes from wiki page */
#localNotice {
margin-bottom: 0.9em;
}
/* Site Notice (includes notices from CentralNotice extension) */
#siteNotice {
font-size: @font-size-site-notice;
margin: @grid-row-gap 0;
position: relative;
text-align: center;
}