Jeremy DUCOURTHIAL 3 years ago
commit dcd42ebdca

@ -23,6 +23,11 @@ const NavigationAdmin = (props) => {
<button id="bouton_devis" className="bouton" type="button" value="Devis">Devis</button> <button id="bouton_devis" className="bouton" type="button" value="Devis">Devis</button>
</NavLink> </NavLink>
</div> </div>
<div className="BoutonDeco">
<NavLink className="déconnexion" to="/">
<button id="bouton_deco" className="bouton" type="button" value="Déco">Déconnexion</button>
</NavLink>
</div>
</div> </div>
); );
}; };

@ -28,6 +28,7 @@ body {
flex-direction: column; flex-direction: column;
justify-content: space-around; justify-content: space-around;
align-items: center; align-items: center;
height: 20%;
.logo { .logo {
max-width: 150px; max-width: 150px;
@ -39,8 +40,7 @@ body {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-evenly; justify-content: space-evenly;
height: 450px; height: 50%;
margin-bottom: 180px;
.create_user { .create_user {
display: flex; display: flex;
@ -69,6 +69,19 @@ body {
text-decoration: none; text-decoration: none;
align-self: center; align-self: center;
} }
}
.BoutonDeco {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 15%;
.déconnexion {
text-decoration: none;
}
}
.bouton { .bouton {
display: flex; display: flex;
@ -95,9 +108,6 @@ body {
} }
} }
} }
}
.Titre_Formulaire{ .Titre_Formulaire{
display: flex; display: flex;

Loading…
Cancel
Save