mirror of
https://github.com/pretix/pretix.git
synced 2026-05-18 17:24:03 +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;
|
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) {
|
.alternating-rows .row:nth-child(even) {
|
||||||
background-color: $table-bg-accent;
|
background-color: $table-bg-accent;
|
||||||
|
|||||||
Reference in New Issue
Block a user