xref: /template/sprintdoc/css/area_msg.less (revision 55a903a9da9bfb399fb467d0996f37a12681c52e)
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