update confirm email code window

This commit is contained in:
smanylov
2026-01-26 13:04:13 +07:00
parent 4166cb1d80
commit bf9926f004
7 changed files with 101 additions and 26 deletions
+16
View File
@@ -140,6 +140,22 @@
transition: all 0.3s;
margin-bottom: 18px;
margin: 20px 0 0 0;
&:hover {
transform: translateY(-2px);
}
&:disabled {
background: linear-gradient(135deg, #414291, #4b3975);
&:hover {
transform: none;
}
}
&.refresh {
width: fit-content;
}
}
.form-group-confrim-window {