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,6 +10,11 @@
@endsection
@section("content")
<style>
.letterSpaceTable{
letter-spacing: 1.2px;
}
</style>
<div class="row align-items-center">
@if(auth()->user()->can('washing.machine.create'))
<a class="btn btn-inline btn-sde-blue mb-0" href="{{ route('washing-machines.create') }}"><img src="{{ asset('/images/icons/plus.svg') }}" alt="Create">Opret Vaskemaskine</a>
@@ -28,7 +33,7 @@
</div>
<div id="searchWashingMachine" class="mt-2">
<label>Vaskemaskiner</label>
<table id="washingSearch" class="tbl">
<table id="washingSearch" class="tbl letterSpaceTable">
<thead>
<th>Navn</th>
<th>Lokation</th>