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 14: | Line 14: | ||
justify-content: center; |
justify-content: center; |
||
align-items: center; |
align-items: center; |
||
padding |
padding: var(--space-md); |
||
} |
} |
||
Revision as of 20:13, July 7, 2025
.join-button {
border: var(--border-base);
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: var(--space-md);
}
.join-button img {
object-fit: cover;
height: 32px;
width: auto;
vertical-align: middle;
}