mirror of
https://github.com/Kugelschieber/schnittfest.git
synced 2026-01-18 10:20:27 +00:00
Replaced pricelist and more.
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -74,7 +74,7 @@ p {
|
|||||||
button, a.button {
|
button, a.button {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
padding: 23px 32px;
|
padding: 16px 24px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -316,12 +316,19 @@ button, a.button {
|
|||||||
button, a.button {
|
button, a.button {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
color: var(--black);
|
color: var(--black);
|
||||||
background-color: var(--yellow);
|
margin: 48px 12px 0 0;
|
||||||
margin-top: 48px;
|
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
box-shadow: inset 0 0 0 2px var(--black);
|
box-shadow: inset 0 0 0 2px var(--black);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.primary {
|
||||||
|
background-color: var(--yellow);
|
||||||
|
}
|
||||||
|
|
||||||
|
&.secondary {
|
||||||
|
background-color: var(--orange);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -178,8 +178,9 @@
|
|||||||
<div class="square" data-aos="fade-in">
|
<div class="square" data-aos="fade-in">
|
||||||
<h2 class="black-to-beige">Rental</h2>
|
<h2 class="black-to-beige">Rental</h2>
|
||||||
<p class="black-to-beige">
|
<p class="black-to-beige">
|
||||||
Ready to Shoot Set mit ARRI Alexa Mini LF inkl. Zubehör ab 700€ pro Tag. Weitere Details entnehmen Sie bitte der <a href="static/Schnittfest_Rental_Preisliste.pdf" target="_blank">Preisliste</a>. Es gelten die <a href="/agb" target="_blank">allgemeinen Geschäftsbedinungen</a>.
|
Ready to Shoot Set mit ARRI Alexa Mini LF inkl. Zubehör. Weitere Details entnehmen Sie bitte der Preisliste. Es gelten die <a href="/agb" target="_blank">allgemeinen Geschäftsbedinungen</a>.
|
||||||
</p>
|
</p>
|
||||||
|
<a class="button secondary" href="static/Schnittfest_Rental_Preisliste.pdf" target="_blank">Preisliste</a>
|
||||||
<a class="button primary" href="mailto:rental@schnittfest.gmbh">Jetzt buchen</a>
|
<a class="button primary" href="mailto:rental@schnittfest.gmbh">Jetzt buchen</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user