14 lines
201 B
SCSS
14 lines
201 B
SCSS
.notice-info {
|
|
background-color: #fff;
|
|
border-radius: 10px;
|
|
padding: 16px 18px;
|
|
}
|
|
|
|
.notice-title {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
color: #333;
|
|
}
|