SPR-891: small fix for sprintdoc "Icons für Notifications in Message Area werden gekachelt"
This commit is contained in:
parent
a66574fc4e
commit
cbadfd08fd
1 changed files with 13 additions and 1 deletions
|
@ -2,10 +2,22 @@
|
||||||
clear: both;
|
clear: both;
|
||||||
padding-top: 1.6rem;
|
padding-top: 1.6rem;
|
||||||
div{
|
div{
|
||||||
//font-size: .88rem;
|
|
||||||
line-height: 135%;
|
line-height: 135%;
|
||||||
}
|
}
|
||||||
&:empty{
|
&:empty{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* short fix: SPR-891 - Icons für Notifications in Message Area werden gekachelt */
|
||||||
|
.notify {
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: 8px 50%;
|
||||||
|
border: 1px solid #eeb;
|
||||||
|
font-size: 90%;
|
||||||
|
margin: 0 0 .5em;
|
||||||
|
padding: .4em;
|
||||||
|
padding-left: 32px;
|
||||||
|
overflow: hidden;
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue