update confirm email code window
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user