Mise en page de la section documentation
Catégories de documents et noms de documents
This commit is contained in:
parent
415ad428f7
commit
26751f508f
2 changed files with 48 additions and 2 deletions
45
public/css/documentation.css
Normal file
45
public/css/documentation.css
Normal file
|
@ -0,0 +1,45 @@
|
|||
.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: 10px 20px;
|
||||
}
|
||||
|
||||
.documentationDocument:hover {
|
||||
background-color: rgba();
|
||||
}
|
||||
|
||||
.documentationLien {
|
||||
height: inherit;
|
||||
width: inherit;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue