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 18: | Line 18: | ||
align-items: center; |
align-items: center; |
||
padding-inline: var(--space-md); |
padding-inline: var(--space-md); |
||
} |
|||
.join-button > a.external { |
|||
display: none; |
|||
} |
} |
||
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-small);
}
#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;
}