fix mail confirm work
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user