Dodanie responsywnego stylu dla przycisku wysyłania zamówienia do apilo.com w panelu administracyjnym
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 {
|
||||||
.panel-heading {
|
.panel-heading {
|
||||||
|
.btn-send-order-to-apilo {
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
float: none !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&.with-buttons {
|
&.with-buttons {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user