feat: renommer package ui pour frontend
Si on suit les considérations du domain-driven design, le fait qu'on réfère toustes à cette partie du code comme `le frontend` me pousse à renommer le package pour mieux réflèter notre utilisation. Ça devrait rendre plus évident où les fichiers sources du frontend sont situés.
This commit is contained in:
parent
74fe5ac697
commit
076bb1a90c
98 changed files with 9 additions and 12 deletions
46
frontend/public/css/documentation.css
Normal file
46
frontend/public/css/documentation.css
Normal file
|
@ -0,0 +1,46 @@
|
|||
.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;
|
||||
/*regular*/
|
||||
font-size: 1rem;
|
||||
/*16px*/
|
||||
background-color: #fff;
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.documentationDocument {
|
||||
font-weight: 400;
|
||||
/*regular*/
|
||||
font-size: 1rem;
|
||||
/*16px*/
|
||||
padding: 15px 30px;
|
||||
}
|
||||
|
||||
.documentationDocument:hover {
|
||||
background-color: rgba(255, 86, 60, 0.2);
|
||||
}
|
||||
|
||||
.documentationLien {
|
||||
height: inherit;
|
||||
width: inherit;
|
||||
color: #000;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue