Files
coze-studio/frontend/packages/devops/testset-manage/src/components/testset-edit-sidesheet/form-label.module.less
fanlv 890153324f feat: manually mirror opencoze's code from bytedance
Change-Id: I09a73aadda978ad9511264a756b2ce51f5761adf
2025-07-20 17:36:12 +08:00

26 lines
507 B
Plaintext

.wrapper {
font-size: 12px;
font-weight: 500;
font-style: normal;
line-height: 16px;
color: var(--light-usage-text-color-text-0, #1D1C23);
.label {
display: inline-block;
font-weight: 600;
color: var(--semi-color-text-0);
&.required::after {
content: "*";
font-weight: 600;
color: var(--semi-color-danger);
}
}
.type-label {
display: inline-block;
margin-left: 8px;
color: var(--light-usage-text-color-text-3, rgb(29 28 35 / 35%));
}
}