Product list: Show icon for seated products (#5015)

* Product list: Show icon for seated products

* Use updated seat icon

* Update src/pretix/static/pretixbase/scss/_theme.scss

Co-authored-by: Richard Schreiber <schreiber@rami.io>

---------

Co-authored-by: Richard Schreiber <schreiber@rami.io>
This commit is contained in:
Raphael Michel
2025-05-06 11:14:28 +02:00
committed by GitHub
parent 2605fe93d9
commit 31bb0f4a91
9 changed files with 34 additions and 22 deletions

View File

@@ -227,6 +227,10 @@ svg.svg-icon {
top: 2px;
}
.text-muted path {
fill: $text-muted;
}
.link-muted a, a.link-muted {
color: $text-muted;
}