diff --git a/assets/styles/_base.css b/assets/styles/_base.css
index 98befd2..681ff5d 100644
--- a/assets/styles/_base.css
+++ b/assets/styles/_base.css
@@ -46,13 +46,13 @@
}
.bg-outer--1 {
- background-image: url('../images/bg_4.jpg'), linear-gradient(131.39deg, #0070E0 10.55%, #165883 53.93%, #18527B 80.73%);
+ background-image: url('../images/bg_4.jpg'), linear-gradient(190deg, rgba(24, 82, 123, 1) 0%, rgba(22, 88, 131, 1) 62%, rgba(0, 112, 224, 1) 100%);;
}
.bg-outer--2 {
- background-image: url('../images/bg_5.jpg'), linear-gradient(131.39deg, #0070E0 10.55%, #165883 53.93%, #18527B 80.73%);
+ background-image: url('../images/bg_5.jpg'), linear-gradient(190deg, rgba(24, 82, 123, 1) 0%, rgba(22, 88, 131, 1) 62%, rgba(0, 112, 224, 1) 100%);;
}
.bg-inner {
- background-image: linear-gradient(311.39deg, #0070E0cc 16.35%, #165883cc 41.93%, #18527Bcc 56.29%);
+ background-image: linear-gradient(190deg, rgba(24, 82, 123, 0.8) 0%, rgba(22, 88, 131, 0.8) 62%, rgba(0, 112, 224, 0.8) 100%);;
}
diff --git a/assets/styles/components/button.css b/assets/styles/components/button.css
index d09e6b4..4984eb9 100644
--- a/assets/styles/components/button.css
+++ b/assets/styles/components/button.css
@@ -14,12 +14,13 @@
}
.button--secondary {
- @apply bg-none bg-primary-light text-white;
+ @apply bg-none bg-primary-dark text-white;
@apply hover:bg-primary-light/80;
}
.button--primary {
- @apply bg-pink text-white;
+ background: linear-gradient(120deg, #960167 0%, #9e036a 40%, #fa1a8c 100%);
+ @apply text-white;
@apply hover:bg-none hover:bg-pink/80;
}
diff --git a/src/Controller/Booking/Create/IndexController.php b/src/Controller/Booking/Create/IndexController.php
index 21c2f57..3d21bce 100644
--- a/src/Controller/Booking/Create/IndexController.php
+++ b/src/Controller/Booking/Create/IndexController.php
@@ -150,7 +150,7 @@ class IndexController extends AbstractController
return $this->htmxRedirect($request, $returnUrl);
}
- return $this->render('booking/modal_cancel.html.twig');
+ return $this->render('booking/create/modal_cancel.html.twig');
}
/**
diff --git a/templates/account/index.html.twig b/templates/account/index.html.twig
index ffb6987..c20e63c 100644
--- a/templates/account/index.html.twig
+++ b/templates/account/index.html.twig
@@ -6,7 +6,7 @@
Mein
Account
-
- Nach Abschluss deiner Buchung wird automatisch ein Account für dich erstellt. - Du erhältst dann Zugangsdaten per E-Mail und kannst deine Buchungen jederzeit verwalten. -