edit register form layout

This commit is contained in:
smanylov
2025-12-22 14:30:25 +07:00
parent e26a8c4742
commit 2bf6fcac2f
7 changed files with 131 additions and 138 deletions
+4 -3
View File
@@ -97,8 +97,9 @@
.show-password-button {
cursor: pointer;
position: absolute;
top: 0px;
right: 6px;
top: 50%;
right: 10px;
transform: translateY(-50%);
svg {
width: 16px;
@@ -108,7 +109,7 @@
&.show {
svg {
color: black;
color: #8b5cf6;
}
}
}