17 lines
202 B
Plaintext
17 lines
202 B
Plaintext
.msg-page {
|
|
background: white;
|
|
width: 100%;
|
|
height: 100%;
|
|
padding: 10px 0px;
|
|
}
|
|
|
|
.msg-title {
|
|
text-align: center;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.msg-content {
|
|
padding: 8px 15px;
|
|
font-size: 14px;
|
|
}
|