MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 264: | Line 264: | ||
} | } | ||
/* Marupedia WhatsApp Support Button */ | /* Marupedia WhatsApp Support Button (Wiki-safe) */ | ||
. | .mw-parser-output a[href^="https://wa.me/"] { | ||
display: inline-flex; | display: inline-flex; | ||
align-items: center; | align-items: center; | ||
| Line 279: | Line 279: | ||
} | } | ||
. | /* WhatsApp Icon */ | ||
.mw-parser-output a[href^="https://wa.me/"]::before { | |||
content: ""; | |||
width: 16px; | width: 16px; | ||
height: 16px; | height: 16px; | ||
| Line 289: | Line 287: | ||
background-size: contain; | background-size: contain; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
} | } | ||