fix mail confirm work

This commit is contained in:
smanylov
2026-02-27 14:18:14 +07:00
parent 55acfe7efe
commit 10c3a2326b
6 changed files with 101 additions and 58 deletions
+21 -1
View File
@@ -186,11 +186,31 @@
}
&.refresh {
width: fit-content;
width: 100%;
display: flex;
justify-content: center;
gap: 3px;
}
}
.form-group-confrim-window {
min-width: 500px;
&-button-group {
display: flex;
justify-content: center;
gap: 10px;
}
@media (max-width: 550px) {
min-width: auto;
&-button-group {
flex-direction: column;
gap: 10px;
}
}
.btn {
margin: 0;
}