Benjamin Völkl 2024-01-14 15:44:56 +01:00
parent b7b7d18d43
commit 99144a387d
3 changed files with 9 additions and 8 deletions

View File

@ -34,12 +34,10 @@
color: {{$_title_color}}; color: {{$_title_color}};
} }


.navbar a:last-of-type{ .navbar .nav-item:last-of-type{
margin-right: 0px; margin-right: 0px;
} }


.navbar .nav-link:active{}

.navbar-nav .nav-link.active{ .navbar-nav .nav-link.active{
color: {{$_title_color}}; color: {{$_title_color}};
font-weight: bold; font-weight: bold;
@ -101,7 +99,6 @@
} }




.nav-item{last-of-type: margin-right:0px;}


.breadcrumb-item + .breadcrumb-item::before { .breadcrumb-item + .breadcrumb-item::before {
color: inherit; color: inherit;

View File

@ -79,7 +79,7 @@
</div> </div>
</div> </div>
</a> </a>
@els @else
<div class="alert alert-{{ $content->color }} my-2" role="alert"> <div class="alert alert-{{ $content->color }} my-2" role="alert">
<h5 class="alert-heading"> <h5 class="alert-heading">
<svg width="25" height="25" class="me-2" style="fill: currentColor;"> <svg width="25" height="25" class="me-2" style="fill: currentColor;">
@ -266,7 +266,6 @@
</div> </div>


</div> </div>

<div class="col-md-4 text-center" data-aos="zoom-in" data-aos-delay="250"> <div class="col-md-4 text-center" data-aos="zoom-in" data-aos-delay="250">
<div class="icon-box-2"> <div class="icon-box-2">
<svg style="fill: {{$_title_color}}; width: 70px;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M256 8C118.941 8 8 118.919 8 256c0 137.058 110.919 248 248 248 52.925 0 104.68-17.078 147.092-48.319 5.501-4.052 6.423-11.924 2.095-17.211l-5.074-6.198c-4.018-4.909-11.193-5.883-16.307-2.129C346.93 457.208 301.974 472 256 472c-119.373 0-216-96.607-216-216 0-119.375 96.607-216 216-216 118.445 0 216 80.024 216 200 0 72.873-52.819 108.241-116.065 108.241-19.734 0-23.695-10.816-19.503-33.868l32.07-164.071c1.449-7.411-4.226-14.302-11.777-14.302h-12.421a12 12 0 0 0-11.781 9.718c-2.294 11.846-2.86 13.464-3.861 25.647-11.729-27.078-38.639-43.023-73.375-43.023-68.044 0-133.176 62.95-133.176 157.027 0 61.587 33.915 98.354 90.723 98.354 39.729 0 70.601-24.278 86.633-46.982-1.211 27.786 17.455 42.213 45.975 42.213C453.089 378.954 504 321.729 504 240 504 103.814 393.863 8 256 8zm-37.92 342.627c-36.681 0-58.58-25.108-58.58-67.166 0-74.69 50.765-121.545 97.217-121.545 38.857 0 58.102 27.79 58.102 65.735 0 58.133-38.369 122.976-96.739 122.976z"/></svg> <svg style="fill: {{$_title_color}}; width: 70px;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M256 8C118.941 8 8 118.919 8 256c0 137.058 110.919 248 248 248 52.925 0 104.68-17.078 147.092-48.319 5.501-4.052 6.423-11.924 2.095-17.211l-5.074-6.198c-4.018-4.909-11.193-5.883-16.307-2.129C346.93 457.208 301.974 472 256 472c-119.373 0-216-96.607-216-216 0-119.375 96.607-216 216-216 118.445 0 216 80.024 216 200 0 72.873-52.819 108.241-116.065 108.241-19.734 0-23.695-10.816-19.503-33.868l32.07-164.071c1.449-7.411-4.226-14.302-11.777-14.302h-12.421a12 12 0 0 0-11.781 9.718c-2.294 11.846-2.86 13.464-3.861 25.647-11.729-27.078-38.639-43.023-73.375-43.023-68.044 0-133.176 62.95-133.176 157.027 0 61.587 33.915 98.354 90.723 98.354 39.729 0 70.601-24.278 86.633-46.982-1.211 27.786 17.455 42.213 45.975 42.213C453.089 378.954 504 321.729 504 240 504 103.814 393.863 8 256 8zm-37.92 342.627c-36.681 0-58.58-25.108-58.58-67.166 0-74.69 50.765-121.545 97.217-121.545 38.857 0 58.102 27.79 58.102 65.735 0 58.133-38.369 122.976-96.739 122.976z"/></svg>

View File

@ -10,7 +10,7 @@
</head> </head>
<body> <body>


@if(1==1) @if(2==1)
<div style="background: #000 url('https://www.getlumino.com/admin-assets/images/back.png');" class="text-light py-1 sticky-top"> <div style="background: #000 url('https://www.getlumino.com/admin-assets/images/back.png');" class="text-light py-1 sticky-top">
<div class="container"> <div class="container">
<div class="row"> <div class="row">
@ -86,7 +86,12 @@
@if($type->get("Referenzen")->status) @if($type->get("Referenzen")->status)
<a class="nav-item nav-link {{request()->is('events*')?'active':''}}" href="{{url('/events')}}">Events</a> <a class="nav-item nav-link {{request()->is('events*')?'active':''}}" href="{{url('/events')}}">Events</a>
@endif @endif
<a class="nav-item nav-link {{request()->is('karriere*')?'active':''}}" href="{{url('/karriere')}}">Karriere</a>
@if($type->get("Jobs")->status)
<a class="nav-item nav-link {{request()->is('karriere*')?'active':''}}" href="{{url('/karriere')}}">Karriere</a>
@endif


<a class="nav-item nav-link {{request()->is('kontakt*')?'active':''}}" href="{{url('/kontakt')}}">Kontakt</a> <a class="nav-item nav-link {{request()->is('kontakt*')?'active':''}}" href="{{url('/kontakt')}}">Kontakt</a>
@if($_warenkorb_aktiv) @if($_warenkorb_aktiv)
<li class="nav-item ms-md-5"> <li class="nav-item ms-md-5">