complete story 12.4

This commit is contained in:
Naser Mansour
2026-01-04 00:42:49 +02:00
parent 74eacd53ae
commit be05f1d759
4 changed files with 101 additions and 40 deletions
+2 -2
View File
@@ -10,10 +10,10 @@
Ramallah, Palestine | رام الله، فلسطين
</p>
<p style="color: #a1a1aa; font-size: 11px; margin-bottom: 4px;">
<a href="mailto:info@libra.ps" style="color: #C9C4BA;">info@libra.ps</a>
<a href="mailto:info@libra.ps" style="color: #A5C87A;">info@libra.ps</a>
</p>
<p style="color: #a1a1aa; font-size: 11px;">
<a href="{{ config('app.url') }}" style="color: #C9C4BA;">{{ config('app.url') }}</a>
<a href="{{ config('app.url') }}" style="color: #A5C87A;">{{ config('app.url') }}</a>
</p>
{{ Illuminate\Mail\Markdown::parse($slot) }}
</td>
+2 -2
View File
@@ -1,9 +1,9 @@
@props(['url'])
<tr>
<td class="header" style="background-color: #4A4A42; padding: 25px; text-align: center;">
<td class="header" style="background-color: #8AB357; padding: 25px; text-align: center;">
<a href="{{ $url }}" style="display: inline-block;">
@if (trim($slot) === 'Laravel')
<img src="{{ asset('images/logo-email.png') }}" class="logo" alt="Libra Law Firm" style="height: 45px;">
<img src="{{ asset('images/logo-email.png') }}" class="logo" alt="LIBRA for Rights" style="height: 60px; width: 60px;">
@else
{!! $slot !!}
@endif
+16 -15
View File
@@ -28,7 +28,7 @@ blockquote {
}
a {
color: #4A4A42;
color: #8AB357;
}
a img {
@@ -38,7 +38,7 @@ a img {
/* Typography */
h1 {
color: #4A4A42;
color: #6A9337;
font-size: 18px;
font-weight: bold;
margin-top: 0;
@@ -46,7 +46,7 @@ h1 {
}
h2 {
color: #4A4A42;
color: #6A9337;
font-size: 16px;
font-weight: bold;
margin-top: 0;
@@ -54,7 +54,7 @@ h2 {
}
h3 {
color: #4A4A42;
color: #6A9337;
font-size: 14px;
font-weight: bold;
margin-top: 0;
@@ -100,7 +100,7 @@ img {
/* Header */
.header {
background-color: #4A4A42;
background-color: #8AB357;
padding: 25px 0;
text-align: center;
}
@@ -115,10 +115,11 @@ img {
/* Logo */
.logo {
height: 45px;
height: 60px;
width: 60px;
margin-top: 10px;
margin-bottom: 10px;
max-height: 45px;
max-height: 60px;
}
/* Body */
@@ -184,7 +185,7 @@ img {
}
.footer a {
color: #C9C4BA;
color: #A5C87A;
text-decoration: underline;
}
@@ -200,7 +201,7 @@ img {
.table th {
border-bottom: 1px solid #e4e4e7;
color: #4A4A42;
color: #8AB357;
margin: 0;
padding-bottom: 8px;
}
@@ -242,11 +243,11 @@ img {
.button-blue,
.button-primary {
background-color: #4A4A42;
border-bottom: 8px solid #4A4A42;
border-left: 18px solid #4A4A42;
border-right: 18px solid #4A4A42;
border-top: 8px solid #4A4A42;
background-color: #8AB357;
border-bottom: 8px solid #8AB357;
border-left: 18px solid #8AB357;
border-right: 18px solid #8AB357;
border-top: 8px solid #8AB357;
color: #E8E4DC;
}
@@ -271,7 +272,7 @@ img {
/* Panels */
.panel {
border-left: #C9C4BA solid 4px;
border-left: #A5C87A solid 4px;
margin: 21px 0;
}