Dodano responsywne style dla przycisku wysyłania zamówienia do apilo w pliku style.scss
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user