xref: /template/sprintdoc/css/area_msg.less (revision 3823bb7b4fd9b85cfe7db609777a5b406aa1c23a)
1.msg-area{
2    clear: both;
3    padding-top: 1.6rem;
4    div{
5        line-height: 135%;
6    }
7    &:empty{
8        display: none;
9    }
10}
11
12/* short fix: SPR-891 - Icons für Notifications in Message Area werden gekachelt */
13div.success, div.error, div.info, div.notify {
14    background-repeat: no-repeat;
15    background-position: 8px 50%;
16    border: 1px solid #eeb;
17    font-size: 90%;
18    margin: 0 0 .5em;
19    padding: .4em;
20    padding-left: 32px;
21    overflow: hidden;
22    border-radius: 5px;
23}
24