Test refont grahpique véhicules
This commit is contained in:
@@ -57,6 +57,12 @@
|
||||
justify-content: space-between;
|
||||
gap: 10px;
|
||||
}
|
||||
.red{
|
||||
color: red !important;
|
||||
}
|
||||
.red a{
|
||||
color: red !important;
|
||||
}
|
||||
.child_box{
|
||||
|
||||
}
|
||||
|
@@ -32,7 +32,7 @@
|
||||
<div class="container" style="height: var(--main-child-container-height);">
|
||||
<b>Matériels manquants</b>
|
||||
{% 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>
|
||||
<br><span style="font-style: italic;text-transform:uppercase;">{{info.get_Start_formated}} {{info.get_Author_formated}}</span>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user