mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Further improvements to the print stylesheet
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
width: 50%;
|
||||
}
|
||||
.cart-row.has-downloads .product {
|
||||
width: percentage((9 / $grid-columns));
|
||||
width: 80%;
|
||||
}
|
||||
.cart-row .count {
|
||||
width: 10%;
|
||||
@@ -42,9 +42,12 @@
|
||||
display: none;
|
||||
}
|
||||
@media(max-width: $screen-sm-max) {
|
||||
.cart-row.has-downloads .product {
|
||||
.cart-row .product {
|
||||
width: 50%;
|
||||
}
|
||||
.cart-row.has-downloads .product {
|
||||
width: 80%;
|
||||
}
|
||||
}
|
||||
@media (min-width: $screen-sm-min) {
|
||||
.dl-horizontal dt {
|
||||
@@ -59,4 +62,4 @@
|
||||
@include make-grid(md);
|
||||
@include make-grid(lg);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user