23 lines
547 B
SCSS
23 lines
547 B
SCSS
|
|
.arco-form {
|
||
|
|
.arco-form-item {
|
||
|
|
margin-bottom: 16px !important;
|
||
|
|
.arco-form-item-label-col {
|
||
|
|
padding-right: 12px !important;
|
||
|
|
.arco-form-item-label {
|
||
|
|
color: #211f24;
|
||
|
|
font-family: $font-family-regular;
|
||
|
|
font-size: 14px;
|
||
|
|
font-style: normal;
|
||
|
|
font-weight: 400;
|
||
|
|
line-height: 22px;
|
||
|
|
.arco-form-item-label-required-symbol {
|
||
|
|
color: #f64b31;
|
||
|
|
margin-right: 4px;
|
||
|
|
font-size: 14px;
|
||
|
|
font-family: $font-family-regular;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|