Test refont grahpique véhicules

This commit is contained in:
Ambulance Clerc
2022-11-10 17:13:09 +01:00
parent 90d5191670
commit 4fa883235b
2 changed files with 7 additions and 1 deletions

View File

@@ -57,6 +57,12 @@
justify-content: space-between; justify-content: space-between;
gap: 10px; gap: 10px;
} }
.red{
color: red !important;
}
.red a{
color: red !important;
}
.child_box{ .child_box{
} }

View File

@@ -32,7 +32,7 @@
<div class="container" style="height: var(--main-child-container-height);"> <div class="container" style="height: var(--main-child-container-height);">
<b>Matériels manquants</b> <b>Matériels manquants</b>
{% for info in vhc.get_all_infos_mat %} {% for info in vhc.get_all_infos_mat %}
<div class="element" style="margin-top: 15px; color: red !important;"> <div class="element red" style="margin-top: 15px;">
<a href="/admin/vehicles/vehicles_infos/{{info.id}}" target="_blank">{{info.sDesc}}</a> <br> <a href="/admin/vehicles/vehicles_infos/{{info.id}}" target="_blank">{{info.sDesc}}</a> <br>
<br><span style="font-style: italic;text-transform:uppercase;">{{info.get_Start_formated}} {{info.get_Author_formated}}</span> <br><span style="font-style: italic;text-transform:uppercase;">{{info.get_Start_formated}} {{info.get_Author_formated}}</span>
</div> </div>