v1.4.8 Fixed alot of the areas the graphic designer told me to.

This commit is contained in:
2020-10-21 09:12:53 +02:00
parent 26ae5f1212
commit 94749fcf21
17 changed files with 103 additions and 41 deletions
@@ -10,13 +10,18 @@
@endsection
@section("content")
<style>
.letterSpaceTable{
letter-spacing: 1.2px;
}
</style>
@if(auth()->user()->can('guides.create'))
<div class="row align-items-center mb-2">
<a class="btn btn-inline btn-sde-blue mb-0" href="{{ route('guides.create') }}"><img src="{{ asset('/images/icons/plus.svg') }}" alt="Create">Opret Bruger Vejledning</a>
<a class="btn btn-inline btn-sde-blue mb-0 ml-1" href="{{ route('guides-category.create') }}"><img src="{{ asset('/images/icons/plus.svg') }}" alt="Create">Opret vejlednings kategori</a>
</div>
@endif
<div id="guides">
<div id="guides" class="letterSpaceTable">
<label>Vejledninger</label>
<table class="tbl">
<tr>
@@ -55,7 +60,7 @@
</table>
</div>
<div id="guidesCategory" class="mt-2">
<div id="guidesCategory" class="mt-2 letterSpaceTable">
<label>Kategorier til de forskellige vejledninger</label>
<table class="tbl">
<tr>