Files
lingji-work-fe/src/views/property-marketing/component.scss

21 lines
390 B
SCSS
Raw Normal View History

2025-09-03 16:42:05 +08:00
.ant-modal {
.ant-modal-body {
.ant-form-item {
2025-06-26 17:10:53 +08:00
margin-bottom: 16px;
2025-06-27 11:56:05 +08:00
&:last-child {
margin-bottom: 0;
}
2025-09-03 16:42:05 +08:00
.ant-form-item-label {
2025-06-26 17:10:53 +08:00
color: var(--Text-1, #211f24);
font-family: $font-family-regular;
2025-06-26 17:10:53 +08:00
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 157.143% */
}
}
}
}