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 5: | Line 5: | ||
font-weight: bold; |
font-weight: bold; |
||
margin-block: var(--space-sm); |
margin-block: var(--space-sm); |
||
background-color: var(--color-surface-1); |
|||
color: var(--color-fixed); |
color: var(--color-fixed); |
||
} |
} |
||
Revision as of 20:33, July 7, 2025
.join-button {
border: var(--border-base);
border-radius: var(--border-radius-medium);
font-size: var(--font-size-xx-large);
font-weight: bold;
margin-block: var(--space-sm);
background-color: var(--color-surface-1);
color: var(--color-fixed);
}
.join-button, .join-button > a {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: var(--space-xs);
}
.join-button > a {
height: 100%;
width: 100%;
padding: var(--space-md);
}
.join-button > a.external::after {
display: none;
}
.join-button img {
object-fit: cover;
height: 32px;
width: auto;
vertical-align: middle;
}
.join-button .citizen-ui-icon:hover {
transform: none;
}
#join-button-website > a::before {
content: "";
height: 32px;
width: 32px;
background-image: url(https://amaranth-legacy.yttrium.systems/Glypht.png);
background-size: contain;
}
#join-button-discord {
background: #5865f2;
}
#join-button-discord img {
height: 24px;
}