Former-commit-id: ea2533c4ee2f7835f4832b2c923a15f1279d321d
This commit is contained in:
Ben
2022-04-29 18:38:38 +01:00
parent f9da1e2789
commit 5840972dc2

View File

@@ -104,8 +104,6 @@
} }
} }
/* loosely based on https://codepen.io/luisar/pen/JjoOZav */
.order-body-item-table { .order-body-item-table {
width: 100%; width: 100%;
margin-top: 10px; margin-top: 10px;
@@ -121,9 +119,14 @@
.order-body-item-right { .order-body-item-right {
width: 49%; width: 49%;
height: auto;
order: 1; order: 1;
} }
.order-list {
height: min-content;
}
.order-body-header { .order-body-header {
margin-top: 20px; margin-top: 20px;
font-size: 1.3em; font-size: 1.3em;
@@ -132,6 +135,7 @@
margin-bottom: 10px; margin-bottom: 10px;
} }
/* loosely based on https://codepen.io/luisar/pen/JjoOZav */
.order-track-step { .order-track-step {
display: flex; display: flex;
height: 7rem; height: 7rem;