Template:CS button/styles.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 1:
/*
.capsach-btn { display:inline-block; width:278px; max-width:100%; box-sizing:border-box; }
/*
.capsach-btn > a,
.capsach-btn > .capsach-btn__inner {
display:block;
padding:.2em 1.5em;
font: inherit; /* inherit site font & size */
color:#202122;
background-color:#FEE330;
text-decoration:none;
border:none;
border-radius:9999px;
text-align:center;
white-space:nowrap;
Line 23 ⟶ 18:
cursor:pointer;
}
.capsach-btn > a:hover,
Line 33 ⟶ 24:
.capsach-btn > a:active,
.capsach-btn > .capsach-btn__inner:active { background-color:#F0C800; transform:translateY(1px); }
/* Mobile-only full width (opt-in via |mobile=full) */
Line 43 ⟶ 30:
}
/*
.capsach-align { text-align:left; }
.capsach-align-right { text-align:right; }
.capsach-align-center { text-align:center; }
| |||