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
@@ -3,6 +3,7 @@
--padding-bottom:20px !important;
--padding-start:20px !important;
--padding-end:20px !important;
}
.arrow-right {
display: none;
@@ -25,11 +26,10 @@
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;
}
.pr-options {
.btn-ok, .btn-cancel{
@@ -45,7 +45,7 @@
width: 30%;
}
}
@media only screen and (min-width: 1140px){
.content{
width: 75%;
@@ -54,9 +54,9 @@
width: 25%;
}
}
.desk{
text-align: left;
background-color: white;
}
}