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 {
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
padding: 23px 32px;
|
||||
padding: 16px 24px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@@ -316,12 +316,19 @@ button, a.button {
|
||||
button, a.button {
|
||||
display: inline-flex;
|
||||
color: var(--black);
|
||||
background-color: var(--yellow);
|
||||
margin-top: 48px;
|
||||
margin: 48px 12px 0 0;
|
||||
|
||||
&:hover {
|
||||
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">
|
||||
<h2 class="black-to-beige">Rental</h2>
|
||||
<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>
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user