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 29: | Line 29: | ||
.join-button img { |
.join-button img { |
||
object-fit: cover; |
object-fit: cover; |
||
height: |
height: 36px; |
||
width: auto; |
width: auto; |
||
vertical-align: middle; |
vertical-align: middle; |
||
| Line 36: | Line 36: | ||
.join-button .citizen-ui-icon:hover { |
.join-button .citizen-ui-icon:hover { |
||
transform: none; |
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; |
|||
} |
} |
||
Revision as of 20:38, 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: 36px;
width: auto;
vertical-align: middle;
}
.join-button .citizen-ui-icon:hover {
transform: none;
}
#join-button-discord {
background: #5865f2;
}
#join-button-discord img {
height: 24px;
}