21 lines
394 B
SCSS
21 lines
394 B
SCSS
.arco-modal {
|
|
.arco-modal-body {
|
|
.arco-form-item {
|
|
margin-bottom: 16px;
|
|
&:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
.arco-form-item-label {
|
|
color: var(--Text-1, #211f24);
|
|
font-family: $font-family-regular;
|
|
font-size: 14px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
line-height: 22px; /* 157.143% */
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|