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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user