v1.4.8 Fixed alot of the areas the graphic designer told me to.
This commit is contained in:
@@ -10,12 +10,17 @@
|
||||
@endsection
|
||||
|
||||
@section("content")
|
||||
<style>
|
||||
.letterSpaceTable{
|
||||
letter-spacing: 1.2px;
|
||||
}
|
||||
</style>
|
||||
<div class="row align-items-center">
|
||||
@if(auth()->user()->can('contact.create'))
|
||||
<a class="btn btn-inline btn-sde-blue mb-0" href="{{ route('contacts.create') }}"><img src="{{ asset('/images/icons/plus.svg') }}" alt="Create">Opret Kontakt</a>
|
||||
@endif
|
||||
</div>
|
||||
<table class="tbl mt-2" id="table_id">
|
||||
<table class="tbl mt-2 letterSpaceTable" id="table_id">
|
||||
<thead>
|
||||
<th>Kontakt Navn</th>
|
||||
<th>Titel</th>
|
||||
|
||||
Reference in New Issue
Block a user