Allow customers to change add-ons on existing orders (#2283)

This commit is contained in:
Raphael Michel
2021-11-19 14:59:54 +01:00
committed by GitHub
parent 34e4f7e0fc
commit 492288f437
19 changed files with 2511 additions and 687 deletions

View File

@@ -109,6 +109,13 @@
font-weight: bold;
}
}
.form-order-change-main {
border-bottom: 1px solid $hr-border;
background: $panel-footer-bg;
margin: -15px -15px 15px;
padding: 15px 15px 0;
}
.profile-pre-select {
background: $panel-footer-bg;
margin-top: -15px;
@@ -171,4 +178,4 @@
.panel-heading-flex-gap {
flex: 1;
}
}
}