MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 13: | Line 13: | ||
/* Estilo do Botão Buy Now (Igual ao do site) */ | /* Estilo do Botão Buy Now (Igual ao do site) */ | ||
.button-buy-now a { | .button-buy-now a { | ||
display: inline-flex !important; | |||
align-items: center !important; | align-items: center !important; | ||
justify-content: center !important; | justify-content: center !important; | ||
background-color: #d1ff00 !important; /* Verde néon */ | background-color: #d1ff00 !important; /* Verde néon */ | ||
color: #000 !important; /* Texto preto */ | color: #000 !important; /* Texto preto */ | ||
| Line 26: | Line 27: | ||
box-shadow: 0 4px 8px rgba(0,0,0,0.15) !important; | box-shadow: 0 4px 8px rgba(0,0,0,0.15) !important; | ||
transition: transform 0.2s ease !important; | transition: transform 0.2s ease !important; | ||
text-align: center !important; | |||
line-height: 1 !important; | |||
} | } | ||