Template:Join Amaranth Legacy/styles.css
Template page
More actions
.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;
}