SPR-891: small fix for sprintdoc "Icons für Notifications in Message Area werden gekachelt"

This commit is contained in:
Silke Pisulla 2017-03-16 14:02:50 +01:00
commit 3823bb7b4f

View file

@ -7,9 +7,10 @@
&:empty{
display: none;
}
}
/* short fix: SPR-891 - Icons für Notifications in Message Area werden gekachelt */
.notify {
/* short fix: SPR-891 - Icons für Notifications in Message Area werden gekachelt */
div.success, div.error, div.info, div.notify {
background-repeat: no-repeat;
background-position: 8px 50%;
border: 1px solid #eeb;
@ -19,5 +20,4 @@
padding-left: 32px;
overflow: hidden;
border-radius: 5px;
}
}