debut design ajout d'un poste
continuous-integration/drone/push Build encountered an error Details

master
Darius BERTRAND 2 years ago
parent 581f39f72e
commit dc650e8d05

@ -24,9 +24,6 @@
}
.modal {
position: absolute;
top: 10%;
left: 50%;
transform: translate(-100%);
background: $color-2;
padding: 25px;
@ -113,3 +110,14 @@
}
}
}
#newPoste-buttonForm{
button{
color: white;
transition: all 1s;
margin-top: 2%;
border-radius: 20px;
min-width: 80px;
background-color: $color-7;
}
}

@ -218,7 +218,6 @@ input{
min-width: 80px;
color: white;
transition: all 1s;
background-color: $color-7;
}

Loading…
Cancel
Save