SPR-891: small fix for sprintdoc "Icons für Notifications in Message Area werden gekachelt"
This commit is contained in:
parent
cbadfd08fd
commit
3823bb7b4f
1 changed files with 13 additions and 13 deletions
|
@ -7,9 +7,10 @@
|
||||||
&:empty{
|
&:empty{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* short fix: SPR-891 - Icons für Notifications in Message Area werden gekachelt */
|
/* short fix: SPR-891 - Icons für Notifications in Message Area werden gekachelt */
|
||||||
.notify {
|
div.success, div.error, div.info, div.notify {
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: 8px 50%;
|
background-position: 8px 50%;
|
||||||
border: 1px solid #eeb;
|
border: 1px solid #eeb;
|
||||||
|
@ -20,4 +21,3 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue