« Modèle:Button/styles.css » : différence entre les versions
De Nefald
Autres actions
m Couleur par défaut du Skin Citizen OKLCH https://starcitizentools.github.io/mediawiki-skins-Citizen/customization/theming |
m blue color |
||
| Ligne 19 : | Ligne 19 : | ||
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); | box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); | ||
position: relative; | position: relative; | ||
background: var(--btn- | background: var(--btn-progressive, #3366cc); /* BLEU PAR DÉFAUT */ | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
justify-content: center; | justify-content: center; | ||
} | } | ||
.button-link-wrapper:hover { | .button-link-wrapper:hover { | ||