complete story 10.4
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
body {
|
||||
font-family: 'DejaVu Sans', sans-serif;
|
||||
font-size: 10px;
|
||||
color: #333;
|
||||
color: #1A1A1A;
|
||||
direction: {{ $locale === 'ar' ? 'rtl' : 'ltr' }};
|
||||
}
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: 70px;
|
||||
border-bottom: 3px solid #D4AF37;
|
||||
border-bottom: 3px solid #C9C4BA;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
.brand-name {
|
||||
font-size: 22px;
|
||||
font-weight: bold;
|
||||
color: #0A1F44;
|
||||
color: #4A4A42;
|
||||
}
|
||||
|
||||
.brand-subtitle {
|
||||
@@ -59,7 +59,7 @@
|
||||
.report-title {
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
color: #0A1F44;
|
||||
color: #4A4A42;
|
||||
}
|
||||
|
||||
footer {
|
||||
@@ -68,7 +68,7 @@
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: 50px;
|
||||
border-top: 2px solid #D4AF37;
|
||||
border-top: 2px solid #C9C4BA;
|
||||
padding-top: 10px;
|
||||
font-size: 9px;
|
||||
color: #666;
|
||||
@@ -97,8 +97,8 @@
|
||||
}
|
||||
|
||||
.filters-section {
|
||||
background-color: #f8f9fa;
|
||||
border: 1px solid #e9ecef;
|
||||
background-color: #E8E4DC;
|
||||
border: 1px solid #C9C4BA;
|
||||
border-radius: 4px;
|
||||
padding: 10px 15px;
|
||||
margin-bottom: 20px;
|
||||
@@ -106,7 +106,7 @@
|
||||
|
||||
.filters-title {
|
||||
font-weight: bold;
|
||||
color: #0A1F44;
|
||||
color: #4A4A42;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
@@ -118,11 +118,11 @@
|
||||
|
||||
.summary {
|
||||
margin-bottom: 15px;
|
||||
color: #0A1F44;
|
||||
color: #4A4A42;
|
||||
}
|
||||
|
||||
.summary strong {
|
||||
color: #D4AF37;
|
||||
color: #4A4A42;
|
||||
}
|
||||
|
||||
table {
|
||||
@@ -132,7 +132,7 @@
|
||||
}
|
||||
|
||||
th {
|
||||
background-color: #0A1F44;
|
||||
background-color: #4A4A42;
|
||||
color: #fff;
|
||||
padding: 10px 8px;
|
||||
text-align: {{ $locale === 'ar' ? 'right' : 'left' }};
|
||||
@@ -143,17 +143,17 @@
|
||||
|
||||
td {
|
||||
padding: 8px;
|
||||
border-bottom: 1px solid #e9ecef;
|
||||
border-bottom: 1px solid #C9C4BA;
|
||||
text-align: {{ $locale === 'ar' ? 'right' : 'left' }};
|
||||
font-size: 9px;
|
||||
}
|
||||
|
||||
tr:nth-child(even) {
|
||||
background-color: #f8f9fa;
|
||||
background-color: #E8E4DC;
|
||||
}
|
||||
|
||||
tr:hover {
|
||||
background-color: #fff3cd;
|
||||
background-color: #E8E4DC;
|
||||
}
|
||||
|
||||
.status-pending {
|
||||
@@ -187,7 +187,7 @@
|
||||
}
|
||||
|
||||
.consultation-type {
|
||||
background-color: #e9ecef;
|
||||
background-color: #E8E4DC;
|
||||
padding: 2px 6px;
|
||||
border-radius: 3px;
|
||||
font-size: 8px;
|
||||
|
||||
Reference in New Issue
Block a user