mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Allow customers to change add-ons on existing orders (#2283)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user