feat: ajouter la configuration SMTP et améliorer la documentation technique

This commit is contained in:
Boris Waaub
2026-02-19 11:31:03 +01:00
parent 4fceda15f2
commit c5042105f9
11 changed files with 71 additions and 239 deletions
+16 -16
View File
@@ -346,22 +346,22 @@ section.dark {
///// PAGES
.content-subtitle {
text-transform: uppercase;
padding-left: 2rem;
}
.bord-1 {
border-left: 4px solid $chill-orange;
}
.bord-2 {
border-left: 4px solid $chill-beige;
}
.bord-3 {
border-left: 4px solid $chill-yellow;
}
.bord-4 {
border-left: 4px solid $chill-green;
}
.content-subtitle {
padding-left: 2rem;
font-weight: bold;
}
.bord-1 {
border-left: 4px solid $chill-orange;
}
.bord-2 {
border-left: 4px solid $chill-beige;
}
.bord-3 {
border-left: 4px solid $chill-yellow;
}
.bord-4 {
border-left: 4px solid $chill-green;
}
.chapo {