master
parent
5582443ac6
commit
271b454761
|
@ -67,6 +67,8 @@
|
||||||
@endif
|
@endif
|
||||||
@endisset
|
@endisset
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-12 col-lg-4 offset-lg-1" id="lumino-form-sent">
|
<div class="col-12 col-lg-4 offset-lg-1" id="lumino-form-sent">
|
||||||
|
|
|
@ -14,7 +14,10 @@
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<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>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
font-family: {{$_schriftart}};
|
font-family: {{$_schriftart}};
|
||||||
|
|
||||||
background-image: url("{{$_background_pattern}}");
|
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}};
|
.bg-ci { background-color: {{$_primary_ci_color}};
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
backdrop-filter: blur(5px);
|
backdrop-filter: blur(5px);
|
||||||
-webkit-backdrop-filter: blur(5px);
|
-webkit-backdrop-filter: blur(5px);
|
||||||
border: 1px solid rgba(255, 255, 255, 0.3);">
|
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')}}
|
{{config('settings.name')}}
|
||||||
</h1>
|
</h1>
|
||||||
<p class="card-text my-2 text-white fs-5" style="text-shadow: 0 2px 4px {{$_primary_ci_color}}36;">
|
<p class="card-text my-2 text-white fs-5" style="text-shadow: 0 2px 4px {{$_primary_ci_color}}36;">
|
||||||
|
|
|
@ -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">
|
<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
|
Lumino CMS
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="col-6 text-end">
|
<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 }}">
|
<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 ⟶
|
Administration ⟶
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue