This commit is contained in:
tiago.kayaya
2021-09-03 15:20:42 +01:00
parent 1ab73f0daf
commit 6d33498352
5 changed files with 23 additions and 17 deletions
@@ -25,11 +25,11 @@
border-top: 1px solid #bbb;
margin: 0 auto !important;
}
.btn-ok, .btn-cancel{
//width: 50% !important;
margin-bottom: 5px !important;
margin-top: 5px !important;
}
.btn-ok, .btn-cancel, .btn-delete{
width: calc(50% - 10px) !important;
margin: 5px 5px 5px 5px !important;
}
@media only screen and (max-width: 800px) {
.btn-ok, .btn-cancel, .btn-delete{
width: 47% !important;
@@ -53,4 +53,4 @@
/* .solid{
display: block;
} */
}
}