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 6: | Line 6: | ||
background: var(--color-surface-1); |
background: var(--color-surface-1); |
||
border-radius: var(--border-radius-medium); |
border-radius: var(--border-radius-medium); |
||
font-size: var(--font-size- |
font-size: var(--font-size-x-large); |
||
font-weight: bold; |
|||
} |
} |
||
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-small);
width: auto;
vertical-align: middle;
}