mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
Add variation descriptions and allow to order addons
This commit is contained in:
@@ -47,9 +47,18 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.radio .variation-description {
|
||||
padding-left: 20px;
|
||||
}
|
||||
.variation-description {
|
||||
color: lighten($text-color, 25%);
|
||||
}
|
||||
.voucher-row {
|
||||
margin-top: 10px;
|
||||
}
|
||||
.toggle-variation-description {
|
||||
cursor: pointer;
|
||||
}
|
||||
#voucher-toggle {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user