Change cursor when hovering clickable teasers
This commit is contained in:
@@ -15,6 +15,10 @@
|
||||
width: percentage(3/4);
|
||||
padding: 0 16px;
|
||||
|
||||
&--clickable {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@include mq($until: tablet) {
|
||||
padding-bottom: 16px;
|
||||
}
|
||||
|
||||
@@ -12,13 +12,13 @@
|
||||
|
||||
<f:section name="Teasers">
|
||||
<div class="teasers {ep:sectionCssClass(sectionValue: offer.configuratorType)}">
|
||||
<div class="teaser">
|
||||
<div class="teaser teaser--clickable">
|
||||
<f:render section="Teaser" arguments="{image: offer.hotel.imageTeaser, title: 'Unterkunft', subtitle: offer.hotel.name, link: '#hotel'}"/>
|
||||
</div>
|
||||
<div class="teaser">
|
||||
<div class="teaser teaser--clickable">
|
||||
<f:render section="Teaser" arguments="{image: offer.location.imageTeaser, title: 'Destination', subtitle: offer.location.name, link: '#location'}"/>
|
||||
</div>
|
||||
<div class="teaser program-slider">
|
||||
<div class="teaser teaser--clickable program-slider">
|
||||
<f:for each="{offer.activities}" as="activity">
|
||||
<f:render section="Teaser" arguments="{image: activity.imageTeaser, title: 'Programm', subtitle: activity.name, link: '#activities'}"/>
|
||||
</f:for>
|
||||
|
||||
Reference in New Issue
Block a user