Merge remote-tracking branch 'origin/upcoming'

This commit is contained in:
jordi fita mas 2023-12-21 21:19:18 +01:00
commit 8b9f3438a0
2 changed files with 32 additions and 1 deletions

View File

@ -319,6 +319,25 @@ nav .has-submenu:hover ul, nav .has-submenu:focus-within ul {
display: flex; display: flex;
} }
.boto-reserva a {
padding-top: 3px;
}
.boto-reserva {
border: 2px solid;
border-radius: 5px;
height: 40px;
display: flex;
align-items: center;
margin-bottom: 3px;
transition: 0.5s ease;
}
.boto-reserva:hover {
background: var(--accent);
transition: 0.5s ease;
}
@media (max-width: 80rem) { @media (max-width: 80rem) {
body > header { body > header {
grid-template-columns: 1fr 1fr; grid-template-columns: 1fr 1fr;
@ -1159,7 +1178,19 @@ body > footer > div, .campsite_type_features, .campsite_type_detail {
/* highlight footer season */ /* highlight footer season */
body > footer section:nth-child(3) { body > footer section:nth-child(3) {
border: solid 1px;
border-radius: 5px;
}
body > footer section:nth-child(3) h2 {
background: var(--accent-2); background: var(--accent-2);
border-top-left-radius: 5px;
border-top-right-radius: 5px;
padding-left: 15px;
}
body > footer section:nth-child(3) p {
padding-left: 15px;
} }

View File

@ -106,7 +106,7 @@
{{ printf ( gettext "<abbr title=\"Catalonia Tourism Registry\">RTC</abbr> <abbr title=\"Number\">#</abbr>%s") .CompanyAddress.RTCNumber | raw }} {{ printf ( gettext "<abbr title=\"Catalonia Tourism Registry\">RTC</abbr> <abbr title=\"Number\">#</abbr>%s") .CompanyAddress.RTCNumber | raw }}
</section> </section>
</div> </div>
<span>© {{( gettext "Campsite Montagut" )}} | 19842023</span> <span>© {{( gettext "Campsite Montagut" )}} | 19942023</span>
</footer> </footer>
</body> </body>
</html> </html>