mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
New event series selection field
This commit is contained in:
@@ -430,6 +430,21 @@ table td > .checkbox input[type="checkbox"] {
|
||||
}
|
||||
}
|
||||
}
|
||||
.form-horizontal .big-radio {
|
||||
border: 2px solid #ccc;
|
||||
padding: 0;
|
||||
border-radius: $border-radius-base;
|
||||
label {
|
||||
padding: 15px 15px 15px 30px;
|
||||
}
|
||||
|
||||
.help-block {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
.form-horizontal .big-radio:not(:last-child) {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
.accordion-radio {
|
||||
display: block;
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user