Dodanie responsywnego stylu dla przycisku wysyłania zamówienia do apilo.com w panelu administracyjnym

This commit is contained in:
2024-12-21 19:46:21 +01:00
parent 84c9e285d6
commit dc3b801dcb
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;