done create credentials

This commit is contained in:
2026-02-28 20:52:41 +08:00
parent 832e5de433
commit da64ef2255
2 changed files with 47 additions and 26 deletions

View File

@@ -77,8 +77,18 @@
align-self: stretch;
border-radius: 4px;
border: 1px dashed #5980f1;
border: 1px dashed color(display-p3 0.3804 0.4959 0.9137);
border: 2px dashed color(display-p3 0.3804 0.4959 0.9137);
cursor: pointer;
}
.upload:hover {
background: rgba(129, 135, 255, 0.25);
background: color(display-p3 0.5098 0.5294 1 / 0.25);
}
.upload:hover .chooseTxt {
color: #fff;
color: color(display-p3 1 1 1);
}
.chooseTxt {
color: #5980f1;
color: color(display-p3 0.3804 0.4959 0.9137);
@@ -90,6 +100,7 @@
line-height: normal;
align-self: stretch;
}
.dragTxt {
color: #85869b;
color: color(display-p3 0.5216 0.5255 0.6);