forked from CGM_Public/pretix_original
33 lines
567 B
SCSS
33 lines
567 B
SCSS
.table-product-overview {
|
|
.item.categorized td:first-child {
|
|
padding-left: 20px;
|
|
}
|
|
.variation td:first-child {
|
|
padding-left: 20px;
|
|
}
|
|
.variation.categorized td:first-child {
|
|
padding-left: 40px;
|
|
}
|
|
td:not(:first-child),
|
|
th:not(:first-child) {
|
|
text-align: right;
|
|
}
|
|
span.sum-net, span.sum-gross {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
#sumtoggle {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.logentry {
|
|
.meta {
|
|
font-size: 12px;
|
|
margin: 0 0 5px;
|
|
}
|
|
p:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|