This commit is contained in:
tiago.kayaya
2021-08-20 14:45:44 +01:00
parent ef9858dbea
commit 68c8e334c0
8 changed files with 19 additions and 11 deletions
@@ -25,7 +25,8 @@
border-top: 1px solid #bbb;
margin: 10px auto !important;
}
@media only screen and (min-width: 1024px) {
@media only screen and (min-width: 701px) {
.arrow-right{
display: flex;
justify-content: flex-end;
@@ -35,6 +36,10 @@
width: 100% !important;
margin-bottom: 10px !important;
}
.btn-cancel:hover, .btn-delete:hover{
background-color: #42b9fe;
color: #fff !important;
}
.btn-ok{
width: 100% !important;
}
@@ -48,4 +53,5 @@
.mobile-only{
display: none !important;
}
}