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: Difference between revisions

Template page
Content deleted Content added
// via Wikitext Extension for VSCode
 
Gpe changed the content model of the page Template:Button/styles.css from "wikitext" to "Sanitized CSS"
Tag: content model change
(No difference)

Revision as of 21:11, 22 March 2025

.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 );
}