Template:CS button/styles.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 10:
border:none;
border-radius:9999px; /* pill */
text-decoration:none; /* killremove underline on links<a> */
box-sizing:border-box;
text-align:center;
Line 17:
cursor:pointer;
}
 
.capsach-btn:link,
/* ensure anchors keep the button text color */
.capsach-btn:visited { color:#202122; text-decoration:none; }
a.capsach-btn:link,
a.capsach-btn:visited { color:#202122; text-decoration:none; }
 
.capsach-btn:hover { background-color:#FFDD00; }
.capsach-btn:active { background-color:#F0C800; transform:translateY(1px); }
 
/* Mobile-only full-width (opt-in via |mobile=full) */
@media (max-width:720px){
.capsach-btn--mobile { display:block; width:100% !important; }