v0.6.0 - Darkmode

This commit is contained in:
frederikpyt
2020-08-11 09:13:48 +02:00
parent d071e583f5
commit 64c260a63f
12 changed files with 116 additions and 37 deletions
@@ -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