fix position of delete account modal

pull/733/head
Audric Ackermann 5 years ago
parent 9b19222e38
commit 72d71e022a
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -1348,6 +1348,17 @@ input {
}
}
.session-confirm-wrapper {
position: absolute;
height: 100%;
width: 100%;
display: flex;
.session-modal {
margin: auto auto;
}
}
button.module-scroll-down {
&__button {
background-color: $session-shade-6;

Loading…
Cancel
Save