Style for notification types

Vector styles for I2d7305d9b62ebddc70e7f787e76e752b8b78d570.

Bug: T61099
Change-Id: I48fbbdc85b138813146a3f8e6aa4caf301ca6c96
This commit is contained in:
Fomafix 2015-08-04 16:12:39 +00:00 committed by [[mw:User:Fomafix]]
parent 6444edf33d
commit d6188be309
1 changed files with 10 additions and 0 deletions

View File

@ -21,4 +21,14 @@
border-radius: 0.75em;
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.125);
}
.mw-notification-type-warn {
border-color: #f5be00; /* yellow */
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.125), 0 0 0.75em rgba(245, 190, 0, 0.25) inset;
}
.mw-notification-type-error {
border-color: red;
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.125), 0 0 0.75em rgba(255, 0, 0, 0.25) inset;
}
}