btc, btb registration

This commit is contained in:
smanylov
2026-01-29 14:34:04 +07:00
parent 832c4b0e76
commit 8b68e37b89
6 changed files with 147 additions and 42 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;
&-button {
padding: 3px 15px;
background: linear-gradient(135deg, #6366f1, #8b5cf6);
color: white;
border: none;
border-radius: 10px;
transition: all 0.3s;
opacity: 0.6;
text-transform: uppercase;
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 {