forked from CGM_Public/pretix_original
Allow selecting the same add-on multiple times (#1717)
This commit is contained in:
@@ -87,3 +87,12 @@
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.addons {
|
||||
fieldset {
|
||||
margin-top: 20px;
|
||||
&:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
.product-row {
|
||||
border-top: 1px solid $table-border-color;
|
||||
.addons &:first-child {
|
||||
border-top: 2px solid $table-border-color;
|
||||
}
|
||||
.addons &:last-child {
|
||||
border-bottom: 2px solid $table-border-color;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user