You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
397 B

/* Onglet */
.menu-pannel {
background-color: #000000;
color: #ffffff;
width: 100%;
}
.menu-pannel-item {
display: inline-block;
cursor: pointer;
padding: 5px;
}
.active {
display: block;
}
.hidden {
display: none;
}
/* Formulaire */
form label,
form input {
display: block;
}
/* CARD */
.team-card {
border: #000000 1px;
border-radius: 5px;
}