Merge branch 'feature/updates-2019-11-27' into develop
This commit is contained in:
-14
@@ -2,13 +2,6 @@
|
||||
<div class="offerlist">
|
||||
<div class="offerlist__filterpanel">
|
||||
<form class="form form--horizontal">
|
||||
<div class="form__item">
|
||||
<label>{{ language.type }}</label>
|
||||
<select v-model="filterSettings.travelType" @change="load" class="form__field">
|
||||
<option value="0">{{ language.noSelection }}</option>
|
||||
<option v-for="item in filterOptions.travelTypes" :value="item.type">{{ item.label }}</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="form__item">
|
||||
<label>{{ language.destination }}</label>
|
||||
<select v-model="filterSettings.locationType" @change="load" class="form__field">
|
||||
@@ -24,13 +17,6 @@
|
||||
</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="form__item">
|
||||
<label>{{ language.hotel }}</label>
|
||||
<select v-model="filterSettings.hotelType" @change="load" class="form__field">
|
||||
<option value="0">{{ language.noSelection }}</option>
|
||||
<option v-for="item in filterOptions.hotelTypes" :value="item.type">{{ item.label }}</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="form__item">
|
||||
<label>{{ language.programme }}</label>
|
||||
<select v-model="filterSettings.activityType" @change="load" class="form__field">
|
||||
|
||||
@@ -71,6 +71,18 @@ b, strong {
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
|
||||
&.anchor {
|
||||
display: block;
|
||||
height: 0;
|
||||
padding-top: $header-height-mobile;
|
||||
margin-top: -$header-height-mobile;
|
||||
|
||||
@include mq($from: tablet) {
|
||||
padding-top: $header-height-desktop;
|
||||
margin-top: -$header-height-desktop;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ul {
|
||||
|
||||
@@ -29,8 +29,7 @@
|
||||
text-align: center;
|
||||
padding: 0 8px 32px;
|
||||
|
||||
@include mq($from: mobile) {
|
||||
width: percentage(1/3);
|
||||
&--align-left {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
|
||||
@@ -15,3 +15,7 @@ $content-width-max: 1280px;
|
||||
|
||||
// Default padding
|
||||
$padding-default: 16px;
|
||||
|
||||
// Header height
|
||||
$header-height-mobile: 100px;
|
||||
$header-height-desktop: 160px;
|
||||
@@ -158,7 +158,7 @@
|
||||
<target>Unterkunft</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tx_epevents.label.configurator_distance">
|
||||
<target>Ziel</target>
|
||||
<target>Reiseziel</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tx_epevents.label.configurator_pax">
|
||||
<target>Teilnehmerzahl</target>
|
||||
|
||||
+1
@@ -1 +1,2 @@
|
||||
<a class="anchor" id="c{data.uid}"></a>
|
||||
<f:render section="Main" optional="true"/>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<div class="page-footer__inner">
|
||||
<v:menu pageUid="{settings.footerNavPid}" levels="3" expandAll="1" useShortcutUid="1">
|
||||
<f:for each="{menu}" as="topItem">
|
||||
<div class="page-footer__column page-footer__column--hide-mobile">
|
||||
<div class="page-footer__column page-footer__column--align-left">
|
||||
<h3 class="page-footer__column__title"><a class="page-footer__link" href="{topItem.link}"
|
||||
title="{topItem.title}">{topItem.title}</a></h3>
|
||||
<ul class="plain-list">
|
||||
|
||||
+1
@@ -2,3 +2,4 @@ $color-brand-primary: #9f0d4c;
|
||||
|
||||
$color-button-background: #ffe900;
|
||||
$color-button-foreground: $color-brand-primary;
|
||||
$color-button-booking: $color-label-success;
|
||||
|
||||
+1
@@ -2,3 +2,4 @@ $color-brand-primary: #b5e400;
|
||||
|
||||
$color-button-background: #19a3dc;
|
||||
$color-button-foreground: white;
|
||||
$color-button-booking: $color-label-success;
|
||||
Reference in New Issue
Block a user