Adjust headline size of product teasers
This commit is contained in:
@@ -7,12 +7,18 @@
|
|||||||
|
|
||||||
.product-teaser__headline {
|
.product-teaser__headline {
|
||||||
display: block;
|
display: block;
|
||||||
line-height: 20px;
|
font-size: 24px;
|
||||||
|
line-height: 28px;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
padding-bottom: 8px;
|
||||||
|
letter-spacing: normal;
|
||||||
|
text-transform: none;
|
||||||
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
.product-teaser__subline {
|
.product-teaser__subline {
|
||||||
font-size: 20px;
|
font-size: 16px;
|
||||||
|
line-height: 20px;
|
||||||
padding-bottom: 8px;
|
padding-bottom: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -31,13 +31,13 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="teaserbox__main">
|
<div class="teaserbox__main">
|
||||||
<div class="teaserbox__header">
|
<div class="teaserbox__header">
|
||||||
<span class="headline headline__subline searchresult-item__headline">
|
<span class="headline headline__subline searchresult-item__headline">
|
||||||
{teaser.region.name}<f:if condition="{teaser.concept.code} == 'evt'"><strong> | {teaser.product.name}</strong></f:if>
|
{teaser.region.name}<f:if condition="{teaser.concept.code} == 'evt'"><strong> | {teaser.product.name}</strong></f:if>
|
||||||
</span>
|
</span>
|
||||||
<f:if condition="{teaser.hotelCount} == 1">
|
<f:if condition="{teaser.hotelCount} == 1">
|
||||||
<span class="searchresult-item__subline">{teaser.hotel.name}</span>
|
<span class="searchresult-item__subline">{teaser.hotel.name}</span>
|
||||||
<f:if condition="{teaser.hotel.category}">
|
<f:if condition="{teaser.hotel.category}">
|
||||||
<span class="searchresult-item__category"><strong>Kategorie</strong> {teaser.hotel.category}</span>
|
<span class="searchresult-item__category">Kategorie {teaser.hotel.category}</span>
|
||||||
</f:if>
|
</f:if>
|
||||||
</f:if>
|
</f:if>
|
||||||
<f:if condition="{teaser.hotelCount} > 1">
|
<f:if condition="{teaser.hotelCount} > 1">
|
||||||
|
|||||||
Reference in New Issue
Block a user