users page changes

This commit is contained in:
2026-02-27 13:48:05 +08:00
parent e2499cd67e
commit de692a1248
6 changed files with 190 additions and 4 deletions

View File

@@ -76,6 +76,19 @@
gap: 2px;
align-self: stretch;
}
.label > .required {
color: #cfb000;
font-weight: 600;
}
.label > .optionalTxt {
color: #85869b;
color: color(display-p3 0.5216 0.5255 0.6);
font-family: Inter;
font-size: 16 px;
font-style: normal;
font-weight: 300;
line-height: normal;
}
.label > p {
color: #d2d3e1;
color: color(display-p3 0.8235 0.8275 0.8784);
@@ -85,6 +98,7 @@
font-weight: 400;
line-height: normal;
}
.inputField {
display: flex;
flex-direction: column;