v0.6.0 - Darkmode
This commit is contained in:
@@ -32,8 +32,8 @@
|
||||
padding-right: 8px;
|
||||
}
|
||||
</style>
|
||||
<main>
|
||||
<h1 class="text-center sde-blue mt-0">{{__('msg.vejledning')}}</h1>
|
||||
<main style="min-height: calc(100% - 61.34px);">
|
||||
<h1 class="text-center sde-blue mt-0" style="margin-bottom: auto;">{{__('msg.vejledning')}}</h1>
|
||||
@if(!$guides->isEmpty())
|
||||
@foreach($guides as $guide)
|
||||
<div class="card">
|
||||
@@ -49,6 +49,6 @@
|
||||
@else
|
||||
<p style="margin: 0 18px;">{{__('msg.dereringenvejledninger')}}.</p>
|
||||
@endif
|
||||
<button onclick="window.history.back()" class="btn btn-sde-blue text-white mb-1 mt-1" >{{__('msg.tilbage')}}</button>
|
||||
<button onclick="window.history.back()" style="margin-top: auto;" class="btn btn-sde-blue text-white mb-1 mt-1" >{{__('msg.tilbage')}}</button>
|
||||
</main>
|
||||
@endsection
|
||||
|
||||
Reference in New Issue
Block a user