Template:Join Amaranth Legacy/styles.css: Difference between revisions
Template page
More actions
Content deleted Content added
Tesinormed (talk | contribs) No edit summary |
Tesinormed (talk | contribs) No edit summary |
||
| Line 27: | Line 27: | ||
.join-button img { |
.join-button img { |
||
object-fit: cover; |
object-fit: cover; |
||
height: var(--font-size- |
height: var(--font-size-x-large); |
||
width: auto; |
width: auto; |
||
vertical-align: middle; |
vertical-align: middle; |
||
Revision as of 20:08, July 7, 2025
.join-button {
position: relative;
overflow: hidden;
padding: 0;
border: var(--border-base);
background: var(--color-surface-1);
border-radius: var(--border-radius-medium);
font-size: var(--font-size-x-large);
font-weight: bold;
}
#join-button-discord {
background: #5865f2;
}
.join-button > a {
display: flex;
justify-content: center;
align-items: center;
padding-inline: var(--space-md);
}
.join-button > a.external {
display: none;
}
.join-button img {
object-fit: cover;
height: var(--font-size-x-large);
width: auto;
vertical-align: middle;
}