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) */
.mp-whatsapp-btn {
.mw-parser-output a[href^="https://wa.me/"] {
   display: inline-flex;
   display: inline-flex;
   align-items: center;
   align-items: center;
Line 279: Line 279:
}
}


.mp-whatsapp-btn:hover {
/* WhatsApp Icon */
   background-color: #1ebe5d;
.mw-parser-output a[href^="https://wa.me/"]::before {
}
   content: "";
 
.mp-wa-icon {
   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;
  background-position: center;
}
.mp-wa-text {
  line-height: 1;
}
}