« Modèle:Accueil/CardCategorie.css » : différence entre les versions
De Wikithionville
Autres actions
m A protégé « Modèle:Accueil/CardCategorie.css » : Sync homepage from repository (commit b06f0a0): restrict repository-managed page ([Modifier=⧼protect-level-repo-sync⧽] (infini) [Renommer=⧼protect-level-repo-sync⧽] (infini)) |
Sync homepage from repository (commit 0e34c54) |
||
| Ligne 10 : | Ligne 10 : | ||
background: var(--home-card-tint); | background: var(--home-card-tint); | ||
outline: solid var(--home-border-muted) 1px; | outline: solid var(--home-border-muted) 1px; | ||
} | |||
.home-category-card__icon img { | |||
height: 25px; | |||
width: fit-content; | |||
} | } | ||
Dernière version du 12 juin 2026 à 13:00
.home-category-card {
width: 100%;
}
.home-category-card__icon {
padding: 8px;
width: fit-content;
height: fit-content;
border-radius: 8px;
background: var(--home-card-tint);
outline: solid var(--home-border-muted) 1px;
}
.home-category-card__icon img {
height: 25px;
width: fit-content;
}