complete story 12.5
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: 70px;
|
||||
border-bottom: 3px solid #C9C4BA;
|
||||
border-bottom: 3px solid #A5C87A;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
.brand-name {
|
||||
font-size: 22px;
|
||||
font-weight: bold;
|
||||
color: #4A4A42;
|
||||
color: #8AB357;
|
||||
}
|
||||
|
||||
.brand-subtitle {
|
||||
@@ -59,7 +59,7 @@
|
||||
.report-title {
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
color: #4A4A42;
|
||||
color: #8AB357;
|
||||
}
|
||||
|
||||
footer {
|
||||
@@ -68,7 +68,7 @@
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: 50px;
|
||||
border-top: 2px solid #C9C4BA;
|
||||
border-top: 2px solid #A5C87A;
|
||||
padding-top: 10px;
|
||||
font-size: 9px;
|
||||
color: #666;
|
||||
@@ -98,7 +98,7 @@
|
||||
|
||||
.filters-section {
|
||||
background-color: #E8E4DC;
|
||||
border: 1px solid #C9C4BA;
|
||||
border: 1px solid #A5C87A;
|
||||
border-radius: 4px;
|
||||
padding: 10px 15px;
|
||||
margin-bottom: 20px;
|
||||
@@ -106,7 +106,7 @@
|
||||
|
||||
.filters-title {
|
||||
font-weight: bold;
|
||||
color: #4A4A42;
|
||||
color: #8AB357;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
@@ -118,11 +118,11 @@
|
||||
|
||||
.summary {
|
||||
margin-bottom: 15px;
|
||||
color: #4A4A42;
|
||||
color: #8AB357;
|
||||
}
|
||||
|
||||
.summary strong {
|
||||
color: #4A4A42;
|
||||
color: #8AB357;
|
||||
}
|
||||
|
||||
table {
|
||||
@@ -132,8 +132,8 @@
|
||||
}
|
||||
|
||||
th {
|
||||
background-color: #4A4A42;
|
||||
color: #fff;
|
||||
background-color: #8AB357;
|
||||
color: #E8E4DC;
|
||||
padding: 10px 8px;
|
||||
text-align: {{ $locale === 'ar' ? 'right' : 'left' }};
|
||||
font-weight: bold;
|
||||
@@ -143,7 +143,7 @@
|
||||
|
||||
td {
|
||||
padding: 8px;
|
||||
border-bottom: 1px solid #C9C4BA;
|
||||
border-bottom: 1px solid #A5C87A;
|
||||
text-align: {{ $locale === 'ar' ? 'right' : 'left' }};
|
||||
font-size: 9px;
|
||||
}
|
||||
@@ -184,8 +184,7 @@
|
||||
<header>
|
||||
<div class="header-content">
|
||||
<div class="header-left">
|
||||
<div class="brand-name">Libra</div>
|
||||
<div class="brand-subtitle">{{ __('export.libra_law_firm', [], $locale) }}</div>
|
||||
<img src="{{ public_path('images/logo.png') }}" style="height: 50px; width: 50px;" alt="LIBRA for Rights">
|
||||
</div>
|
||||
<div class="header-right">
|
||||
<div class="report-title">{{ __('export.users_export_title', [], $locale) }}</div>
|
||||
|
||||
Reference in New Issue
Block a user