обновлен стиль иконки в email уведомлениях
This commit is contained in:
parent
5cd07bfa90
commit
f3fb00aad5
@ -2,10 +2,10 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td class="header">
|
<td class="header">
|
||||||
<a href="{{ $url }}" style="display: inline-block;">
|
<a href="{{ $url }}" style="display: inline-block;">
|
||||||
@if (trim($slot) === 'Alfa')
|
@if(array_key_exists('logo', DESIGN_PARAMETERS))
|
||||||
<img src="{{ url('/images/logo.png') }}" class="logo" alt="Logo">
|
<img src="{{ url('/storage/' . DESIGN_PARAMETERS['logo']) }}" alt="Logo" height="50">
|
||||||
@else
|
@else
|
||||||
{{ $slot }}
|
<img src={{ url('/images/logo.png') }} alt="Logo" height="70">
|
||||||
@endif
|
@endif
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
@ -114,7 +114,6 @@ .header a {
|
|||||||
.logo {
|
.logo {
|
||||||
height: 75px;
|
height: 75px;
|
||||||
max-height: 75px;
|
max-height: 75px;
|
||||||
width: 75px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Body */
|
/* Body */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user