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
@@ -32,8 +32,8 @@
<div class="card">
@if($new->resource_id !== null)
<div class="header" style="background-size: cover; background-image: url('{{ asset(\App\Resource::query()->where("id", "=", $new->resource_id)->first()->filename) }}');">
<p style="text-shadow: 2px 2px 2px #00078A;"><b>{{ $new->name }}</b></p>
<h3 style="text-shadow: 2px 2px 2px #00078A;">{{ $new->subname }}</h3>
<p style="text-shadow: 2px 2px 2px #00788A;"><b>{{ $new->name }}</b></p>
<h3 style="text-shadow: 2px 2px 2px #00788A;">{{ $new->subname }}</h3>
</div>
@else
<div class="header">