Style sitenotice
Note that this wraps localNotice in a box and may mess up custom sitenotice css that does not expect a box to already be there. Bug: T182517 Change-Id: I7d25017ba89cb833317aea61f9ea5f8f0a145df8isekai
parent
28a6d31912
commit
cc20454757
@ -0,0 +1,15 @@
|
||||
@import '../variables.less';
|
||||
|
||||
.mw-dismissable-notice-close {
|
||||
margin: 1em 1.25em;
|
||||
}
|
||||
|
||||
.mw-dismissable-notice-body #localNotice {
|
||||
// reset the default; we're doing this elsewhere here
|
||||
.unbox();
|
||||
}
|
||||
|
||||
.mw-dismissable-notice {
|
||||
.box();
|
||||
padding: 0;
|
||||
}
|
Loading…
Reference in New Issue