fix(settings): Report user modal centered to the page

This commit is contained in:
Vivek Agrawal
2018-03-03 01:02:06 +05:30
committed by Stuart Taylor
parent aa42888b87
commit 809b3a9c8b

View File

@ -933,6 +933,7 @@ and (max-width : 400px) {
// Account Modal Styles // Account Modal Styles
.modal-dialog { .modal-dialog {
margin: 80px; margin: 80px;
bottom: 48px;
.modal-content { .modal-content {
background-color: #f9f9f9; background-color: #f9f9f9;