11 lines
168 B
Text
11 lines
168 B
Text
.msg-area{
|
|
clear: both;
|
|
padding-top: 1.6rem;
|
|
div{
|
|
//font-size: .88rem;
|
|
line-height: 135%;
|
|
}
|
|
&:empty{
|
|
display: none;
|
|
}
|
|
}
|