mw.notify: Remove rules duplicated from core

Change-Id: Ibaebea290b2a912fdc9914cfc12d7916a0fe1d18
Depends-On: I157e41631c4a09842b869215b0d6dbb99c1a4d36
This commit is contained in:
Ed Sanders 2017-11-29 16:01:50 +00:00
parent 0db35388d0
commit e3effd4201
1 changed files with 0 additions and 10 deletions

View File

@ -11,17 +11,7 @@
}
.mw-notification {
background-color: #fff;
padding: 0.75em 1.5em;
border: 1px solid @colorFieldBorder;
border-radius: 2px;
box-shadow: 0 2px 2px 0 rgba( 0, 0, 0, 0.25 );
}
.mw-notification-type-warn {
border-color: #f5be00; /* yellow */
}
.mw-notification-type-error {
border-color: #d33; /* red */
}