This commit is contained in:
Clément Fouché
2024-05-21 17:33:14 +02:00
parent 314a4875bd
commit 8f87d6c303

View File

@@ -11,11 +11,11 @@ function displayHomeTopBar() {
topbar.innerHTML = `
<div id="topInfo">
<a id="home">
<p id="DoctISEN" class="top-0 position-fixed">
<p id="DoctISEN" class="top-0">
Doct'ISEN
</p>
</a>
<div class="d-flex position-fixed end-0 flex-row align-items-center gap-3 mt-2 top-0">
<div class="d-flex position-absolute end-0 flex-row align-items-center gap-3 mt-2 top-0">
<button type="button" class="btn btn-danger" style="top: 0.4375em;" id="login-praticien">Vous êtes praticien ?</button> <button type="button" class="btn btn-danger" style="top: 0.4375em;" id="login-user">Se connecter</button><p> </p>
</div>
</div>