min width on modal btns

This commit is contained in:
ARvind Tiwari 2017-07-31 20:46:57 +05:30
parent 299e9146e0
commit 2f9920ca27

View file

@ -120,6 +120,9 @@
text-align: center;
padding: 15px 15px;
}
.modal-footer button[type="submit"] {
min-width: 80px;
}
@media (min-width: 1300px) {
.modal-dialog {/* top: 30%; */width: 35%;}
}