13 lines
216 B
SCSS
13 lines
216 B
SCSS
@import '../../../styles/abstracts/variables';
|
|
|
|
.subtitle-empty-seated {
|
|
color: #636363;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
}
|
|
.ant-alert-description {
|
|
display: none;
|
|
font-size: 14px;
|
|
line-height: 21px;
|
|
}
|