Merge pull request 'NCFRONT-81' (#5) from NCFRONT-81 into main

Reviewed-on: #5
This commit was merged in pull request #5.
This commit is contained in:
2026-01-29 22:34:35 +08:00
8 changed files with 163 additions and 51 deletions
+40 -1
View File
@@ -41,8 +41,35 @@
.form-group {
margin-bottom: 18px;
}
&-confrim-window {
.form-switcher {
display: flex;
justify-content: center;
gap: 10px;
margin-bottom: 10px;
&-button {
padding: 5px 15px;
background: linear-gradient(135deg, #6366f1, #8b5cf6);
color: white;
border: none;
border-radius: 10px;
transition: all 0.3s;
opacity: 0.6;
cursor: pointer;
&.active {
opacity: 1;
}
&:disabled {
opacity: 0.5;
}
&:hover:not(:disabled) {
transform: translateY(-2px);
}
}
}
@@ -74,6 +101,10 @@
transition: all 0.3s;
background: #f9fafb;
&-hidden {
display: none;
}
&[type="password"]::-ms-reveal {
display: none;
}
@@ -140,6 +171,14 @@
transition: all 0.3s;
margin-bottom: 18px;
margin: 20px 0 0 0;
&:disabled {
opacity: 0.5;
}
&:hover:not(:disabled) {
transform: translateY(-2px);
}
}
.form-group-confrim-window {