v0.9.12 - Fixed CSS - Started working on wants_email button in account

This commit is contained in:
Anders
2020-08-13 15:28:20 +02:00
parent 8bfcfb6441
commit 9232ed99a1
5 changed files with 80 additions and 9 deletions
@@ -39,7 +39,7 @@
<div class="card">
@if($guide->resource_id !== null)
<div class="header" style="background-size: cover; background-image: url('{{ asset(\App\Resource::query()->where("id", "=", $guide->resource_id)->first()->filename) }}');">
<h3 style="text-shadow: 2px 2px 2px #00078A;">{{ $guide->name}}</h3>
<h3 style="text-shadow: 2px 2px 2px #00788A;">{{ $guide->name}}</h3>
</div>
@else
<div class="header">