This commit is contained in:
KANE LAZENI 2026-04-04 11:26:15 +00:00
parent 7c48d58c2d
commit ca1cdca7f0
2 changed files with 3 additions and 4 deletions

View File

@ -124,7 +124,6 @@
$etatRdv = $this->nettoyer($v['etatRdvEng']);
}
?>
<hr>
<div class="card-body py-2">
<div class="row mb-2">
<div class="col-12 mb-2">

View File

@ -134,9 +134,9 @@
}
hr {
border: none;
border-top: 2px solid red;
width: 50%;
/*border: none;*/
border-top: 5px solid red;
/*width: 50%;*/
}
</style>