forked from CGM_Public/pretix_original
Switched from LESS to SASS
This commit is contained in:
32
src/static/pretixcontrol/scss/_orders.scss
Normal file
32
src/static/pretixcontrol/scss/_orders.scss
Normal file
@@ -0,0 +1,32 @@
|
||||
.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 {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
#sumtoggle {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.logentry {
|
||||
.meta {
|
||||
font-size: 12px;
|
||||
margin: 0 0 5px;
|
||||
}
|
||||
p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user