This commit is contained in:
tiago.kayaya
2021-04-21 15:14:43 +01:00
parent 75c51fd868
commit 5dc3229bb0
5 changed files with 16 additions and 19 deletions
@@ -20,10 +20,10 @@
justify-content: space-around;
}
.solid {
display: none;
display: block;
width: 90%;
border-top: 1px solid #bbb;
margin: 0 auto !important;
margin: 10px auto !important;
}
@media only screen and (min-width: 1024px) {
.arrow-right{
@@ -37,12 +37,10 @@
}
.btn-ok{
width: 100% !important;
margin-bottom: 10px !important;
}
}
.btn-delete{
width: 100% !important;
margin-bottom: 10px !important;
margin-top: 10px !important;
}
.solid{
display: block;