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:
Victor Lacasse-Beaudoin 2025-05-06 19:40:23 -04:00
parent 74fe5ac697
commit 076bb1a90c
98 changed files with 9 additions and 12 deletions

View file

@ -0,0 +1,42 @@
.indexAbout {
font-family: "Poppins";
font-weight: 400;
/*regular*/
font-size: 1rem;
/*16px*/
color: #000;
/*Bleu AGECEM*/
line-height: 150%;
}
.indexContactContent {
padding: 10px;
}
.indexContactInfo {
font-family: "Poppins";
font-weight: 400;
/*regular*/
font-size: 1rem;
/*16px*/
color: #000;
/*Bleu AGECEM*/
line-height: 175%;
margin: 5px 0;
}
.iconLink {
height: 50px;
width: 50px;
}
.indexContactSocials {
display: grid;
column-gap: 10px;
grid-template-columns: repeat(auto-fit, 50px);
}
.indexContactSocial {
height: 50px;
width: 50px;
}