45 lines
No EOL
761 B
CSS
45 lines
No EOL
761 B
CSS
.documentationCategorie {
|
|
font-family: "Poppins";
|
|
font-weight: 600;
|
|
/*semi-bold*/
|
|
font-size: 1.5rem;
|
|
/*24px*/
|
|
color: #fff;
|
|
/*Blanc pur*/
|
|
background-color: #394596;
|
|
/*Blanc pur*/
|
|
text-align: left;
|
|
width: 100%;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.documentationDescription {
|
|
padding: 20px;
|
|
}
|
|
|
|
.documentationListe {
|
|
font-weight: 400;
|
|
/*semi-bold*/
|
|
font-size: 1rem;
|
|
/*16px*/
|
|
background-color: #fff;
|
|
list-style: none;
|
|
padding: 0;
|
|
}
|
|
|
|
.documentationDocument {
|
|
font-weight: 400;
|
|
/*semi-bold*/
|
|
font-size: 1rem;
|
|
/*16px*/
|
|
padding: 15px 30px;
|
|
}
|
|
|
|
.documentationDocument:hover {
|
|
background-color: rgba(255, 86, 60, 0.2);
|
|
}
|
|
|
|
.documentationLien {
|
|
height: inherit;
|
|
width: inherit;
|
|
} |