xref: /template/sprintdoc/css/area_msg.less (revision b25b2fb7b6b40cecbd37fb0a9f28242e17dd5a7b)
1.msg-area{
2    clear: both;
3    padding-top: 1.6rem;
4    div{
5        font-size: .88rem;
6        line-height: 135%;
7    }
8    &:empty{
9        display: none;
10    }
11}
12