add headers

This commit is contained in:
Peter Maquiran
2021-08-18 16:35:23 +01:00
parent 65c77d6a7d
commit 09a38e134b
6 changed files with 59 additions and 49 deletions
@@ -3,18 +3,19 @@
--padding-bottom:20px !important;
--padding-start:20px !important;
--padding-end:20px !important;
width: 100%;
}
.arrow-right {
.arrow-right{
display: none;
margin-bottom: 20px;
.arrow-right-icon {
.arrow-right-icon{
width: 37px;
float: right;
font-size: 35px;
overflow: hidden;
}
}
.buttons {
.buttons{
display: flex;
flex-wrap: wrap;
justify-content: space-around;
@@ -30,10 +31,8 @@
margin-bottom: 5px !important;
margin-top: 5px !important;
}
@media only screen and (max-width: 800px) {
.btn-ok, .btn-cancel, .btn-delete{
width: 47% !important;
}
.btn-ok, .btn-cancel, .btn-delete{
width: 100% !important;
}
@media only screen and (min-width: 1024px) {
.arrow-right{
@@ -53,4 +52,10 @@
/* .solid{
display: block;
} */
}
.desk{
text-align: left;
background-color: white;
}