Benjamin Völkl 2024-01-16 20:38:32 +01:00
parent 5582443ac6
commit 271b454761
5 changed files with 8 additions and 7 deletions

View File

@ -69,6 +69,8 @@

</div>

</div>

<div class="col-12 col-lg-4 offset-lg-1" id="lumino-form-sent">
<div class="card mb-5 mt-5 shadow-lg position-sticky" style="top:5rem;">
<div class="card-header text-center">

View File

@ -14,7 +14,10 @@
<br>
<br>
<br>
<a href="https://ivv.5ya.de" class="btn btn-primary">Zurück zur Startseite</a>
<a href="{{url('/')}}" class="btn btn-primary">
<svg style="fill: currentColor; width: 18px; margin-bottom: 5px;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M298.6 4c-6-5.3-15.1-5.3-21.2 0L5.4 244c-6.6 5.8-7.3 16-1.4 22.6s16 7.3 22.6 1.4L64 235V432c0 44.2 35.8 80 80 80H432c44.2 0 80-35.8 80-80V235l37.4 33c6.6 5.8 16.7 5.2 22.6-1.4s5.2-16.7-1.4-22.6L298.6 4zM96 432V206.7L288 37.3 480 206.7V432c0 26.5-21.5 48-48 48H368V320c0-17.7-14.3-32-32-32H240c-17.7 0-32 14.3-32 32V480H144c-26.5 0-48-21.5-48-48zm144 48V320h96V480H240z"/></svg>

Zurück zur Startseite</a>
<br>
<br>
<br>

View File

@ -8,7 +8,6 @@
font-family: {{$_schriftart}};

background-image: url("{{$_background_pattern}}");
background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%239C92AC' fill-opacity='0.2' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}

.bg-ci { background-color: {{$_primary_ci_color}};

View File

@ -34,7 +34,7 @@
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);">
<h1 class="card-title text-white mb-5 text-center text-uppercase" style="text-shadow: 0 2px 4px {{$_primary_ci_color}}36;">
<h1 class="card-title mb-3 text-center" style="text-shadow: 0 2px 4px {{$_primary_ci_color}}36;">
{{config('settings.name')}}
</h1>
<p class="card-text my-2 text-white fs-5" style="text-shadow: 0 2px 4px {{$_primary_ci_color}}36;">

View File

@ -18,12 +18,9 @@
<img src="https://ik.imagekit.io/areya/tr:ar-1-1,w-24/lumino-logo_eyOxwlM0c.png" class="img-fluid" alt="Lumino CMS">
Lumino CMS
</div>



<div class="col-6 text-end">
<img id="open-user-menu" class="rounded-circle border me-2" data-bs-toggle="dropdown" aria-haspopup="true" style="cursor:pointer;" aria-expanded="false" src="{{ auth()->user()->profile() }}" width="24" height="24" alt="{{ auth()->user()->name }}">
<a href="{{url('/admin')}}" class="text-decoration-none text-light">
<a href="{{url(config('settings.admin_slug', 'admin'))}}" class="text-decoration-none text-light">
Administration ⟶
</a>
</div>