min width on modal btns
This commit is contained in:
parent
299e9146e0
commit
2f9920ca27
1 changed files with 3 additions and 0 deletions
|
@ -120,6 +120,9 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 15px 15px;
|
padding: 15px 15px;
|
||||||
}
|
}
|
||||||
|
.modal-footer button[type="submit"] {
|
||||||
|
min-width: 80px;
|
||||||
|
}
|
||||||
@media (min-width: 1300px) {
|
@media (min-width: 1300px) {
|
||||||
.modal-dialog {/* top: 30%; */width: 35%;}
|
.modal-dialog {/* top: 30%; */width: 35%;}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue