Ajout de nouvelles classes de badge avec des couleurs personnalisées pour améliorer la présentation des fonctionnalités

This commit is contained in:
Boris Waaub
2026-01-22 17:33:52 +01:00
parent 47d38a5dda
commit f00db5a558
4 changed files with 46 additions and 8 deletions

View File

@@ -381,5 +381,28 @@ figure.image {
@media screen and (max-width: 420px) {
section.li-block.section-5 .container .row ul li {
width: 300px; } }
.badge-chill-blue {
--badge-color: #334d5c; }
.badge-chill-green {
--badge-color: rgba(67, 178, 157, 0.61); }
.badge-chill-beige {
--badge-color: #d3c7b1; }
.badge-chill-red {
--badge-color: #dc516d; }
.badge-chill-pink {
--badge-color: #e57469; }
.badge-chill-orange {
--badge-color: #e89463; }
.badge-chill-lightgray {
--badge-color: #efefef; }
.badge-chill-yellow {
--badge-color: #f1d275; }
/*# sourceMappingURL=custom.css.map */