Dodanie stylów dla przycisku wysyłania zamówienia do apilo w responsywnym widoku

This commit is contained in:
2024-12-21 19:46:05 +01:00
parent 2880d3e6fc
commit 2246e4781e
3 changed files with 8 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -2027,6 +2027,12 @@ input:checked[type="checkbox"]:before {
.panel {
.panel-heading {
.btn-send-order-to-apilo {
@media (max-width: 768px) {
float: none !important;
}
}
&.with-buttons {
display: flex;
align-items: center;