mirror of
https://github.com/pretix/pretix.git
synced 2026-05-14 16:44:06 +00:00
remove padding top/bottom if full-width-list is only element in panel
This commit is contained in:
@@ -574,6 +574,12 @@ h2 .label {
|
||||
border-top: 1px solid $table-border-color;
|
||||
}
|
||||
}
|
||||
.panel-body:has(>.full-width-list:first-child) {
|
||||
padding-top: 0;
|
||||
}
|
||||
.panel-body:has(>.full-width-list:last-child) {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.alternating-rows .row:nth-child(even) {
|
||||
background-color: $table-bg-accent;
|
||||
|
||||
Reference in New Issue
Block a user