fix: Remove unnecessary modal style for smaller screens

This commit is contained in:
Suraj Shetty 2020-08-27 19:04:15 +05:30
parent 77b4880893
commit 620ec34a38

View file

@ -232,23 +232,6 @@ body {
}
}
.modal {
.modal-dialog {
margin: 0px;
padding: 0px;
width: 100%;
background-color: #fff;
}
.modal-content {
border-radius: 0px;
border: none;
height: 100%;
}
.modal-body .form-layout {
margin: -15px;
}
.file-upload {
.input-upload {
width: 100%;