MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 262: | Line 262: | ||
} | } | ||
} | } | ||
. | /* Marupedia WhatsApp Support Button */ | ||
display: flex; | .mp-whatsapp-btn { | ||
display: inline-flex; | |||
align-items: center; | align-items: center; | ||
gap: | gap: 8px; | ||
background: #25D366; | background-color: #25D366; | ||
color: # | color: #ffffff !important; | ||
padding: | padding: 8px 14px; | ||
border-radius: | border-radius: 20px; | ||
font-size: 14px; | |||
font- | font-weight: 600; | ||
box-shadow: 0 2px | text-decoration: none !important; | ||
box-shadow: 0 2px 5px rgba(0,0,0,0.2); | |||
} | } | ||
. | .mp-whatsapp-btn:hover { | ||
background-color: #1ebe5d; | |||
} | } | ||
. | .mp-wa-icon { | ||
width: | width: 16px; | ||
height: | height: 16px; | ||
background: url("https://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg") | background-image: url("https://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg"); | ||
background-size: contain; | background-size: contain; | ||
background-repeat: no-repeat; | |||
background-position: center; | |||
} | } | ||
. | .mp-wa-text { | ||
line-height: 1 | line-height: 1; | ||
} | } | ||