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 23: | Line 23: | ||
.join-button img { |
.join-button img { |
||
object-fit: cover; |
object-fit: cover; |
||
height: |
height: 28px; |
||
width: auto; |
width: auto; |
||
vertical-align: middle; |
vertical-align: middle; |
||
Revision as of 20:14, 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 > a.external::after {
display: none;
}
.join-button img {
object-fit: cover;
height: 28px;
width: auto;
vertical-align: middle;
}