Dodano responsywne style dla przycisku wysyłania zamówienia do apilo w pliku style.scss

This commit is contained in:
2024-12-21 19:46:28 +01:00
parent 451a8a491f
commit 2cf3eb683a
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;