Event index: Increase white-space for products and headlines (#3092)

This commit is contained in:
Richard Schreiber
2023-02-07 15:03:28 +01:00
committed by GitHub
parent 38b8269f14
commit ba2c6e1e58
5 changed files with 20 additions and 10 deletions

View File

@@ -96,9 +96,9 @@
}
&.headline, &.simple {
border-top: 2px solid transparent;
border-top: 1px solid transparent;
&::before {
border-top: 2px solid $table-border-color;
border-top: 1px solid $table-border-color;
}
}
}
@@ -110,14 +110,14 @@ article.item-with-variations {
article.item-with-variations:last-child, .product-row:last-child {
position: relative;
border-bottom: 2px solid transparent;
border-bottom: 1px solid transparent;
&::after {
position: absolute;
bottom: 0;
left: 15px;
width: calc(100% - 30px);
content: '';
border-bottom: 2px solid $table-border-color;
border-bottom: 1px solid $table-border-color;
}
}
article.item-with-variations .product-row:last-child:after {
@@ -146,7 +146,7 @@ article.item-with-variations .product-row:last-child:after {
}
.product-row {
padding: 10px 0;
padding: 0.75*$line-height-computed 0;
.count form {
display: inline;