Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Button/styles.css

Template page
Revision as of 21:11, 22 March 2025 by Gpe (talk | contribs) (Gpe changed the content model of the page Template:Button/styles.css from "wikitext" to "Sanitized CSS")
.teriock-button {
    border-radius: var( --border-radius--medium );
    padding: 0.5em;
    background-color: var( --color-surface-1 );
}

.teriock-button:hover {
    box-shadow: var( --box-shadow-card );
}

.teriock-button:active {
    background-color: var( --color-surface-2 );
}