add headers to options

This commit is contained in:
Peter Maquiran
2021-08-24 14:07:27 +01:00
parent 567209ed4b
commit 019b85d209
16 changed files with 184 additions and 32 deletions
@@ -30,27 +30,33 @@
margin-bottom: 5px !important;
margin-top: 5px !important;
}
@media only screen and (max-width: 800px) {
.btn-ok, .btn-cancel, .btn-delete{
width: 47% !important;
.pr-options {
.btn-ok, .btn-cancel{
width: 100% !important;
}
}
@media only screen and (min-width: 1024px) {
.arrow-right{
display: flex;
justify-content: flex-end;
@media only screen and (min-width: 1024px){
.content{
width: 70%;
}
.btn-cancel{
display: none;
width: 100% !important;
margin-bottom: 10px !important;
.aside-right{
width: 30%;
}
.btn-delete, .btn-ok{
width: 100% !important;
margin-bottom: 10px !important;
margin-top: 10px !important;
}
@media only screen and (min-width: 1140px){
.content{
width: 75%;
}
/* .solid{
display: block;
} */
.aside-right{
width: 25%;
}
}
.desk{
text-align: left;
background-color: white;
}