Amélioration visuel véhicule

This commit is contained in:
Ambulance Clerc
2022-11-10 14:34:55 +01:00
parent 18d8ce5f37
commit a557c97ca9
2 changed files with 5 additions and 1 deletions

View File

@@ -10,6 +10,10 @@
justify-content: space-between; justify-content: space-between;
height: 100%; height: 100%;
}
a{
color: var(--main-text-color) !important;
text-decoration: none !important;
} }
.child{ .child{
width: 350px; width: 350px;

View File

@@ -44,7 +44,7 @@
<div class="child_box"> <div class="child_box">
{% for info in vhc.get_all_infos_perempt %} {% for info in vhc.get_all_infos_perempt %}
<div style="width: 170px;"> <div style="width: 170px;">
{{info.sDesc}} <a href="/admin/vehicles/vehicles_infos/{{info.id}}" >{{info.sDesc}}</a>
</div> </div>
{% endfor %} {% endfor %}
</div> </div>