message area + admin part 1

This commit is contained in:
Jana Deutschländer 2017-01-10 16:04:58 +01:00
commit ccf1b0eac9
8 changed files with 439 additions and 363 deletions

11
css/area_msg.less Normal file
View file

@ -0,0 +1,11 @@
.msg-area{
clear: both;
padding-top: 1.6rem;
div{
font-size: .88rem;
line-height: 135%;
}
&:empty{
display: none;
}
}