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>
</NavLink>
</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>
);
};

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

Loading…
Cancel
Save