Module:Key/styles.css: Difference between revisions

From CM-SS13 - Wiki
(Created page with ".keyboard-key { padding: 0.25em 0.5em; display: inline-block; line-height: 1; font-weight: var( --font-weight-medium ); font-size: 0.875rem; border-radius: var( --border-radius--small ); border: 1px solid; border-color: var( --border-color-base ); background: var( --color-surface-3 ); color: var( --color-base--emphasized ); }")
 
No edit summary
Tag: Manual revert
 
(2 intermediate revisions by the same user not shown)
(No difference)

Latest revision as of 08:25, 7 September 2023

.keyboard-key {
	padding: 0.25em 0.5em;
	display: inline-block;
    line-height: 1;
    font-weight: var( --font-weight-medium );
    font-size: 0.875rem;
    border-radius: var( --border-radius--small );
    border: 1px solid;
    border-color: var( --border-color-base );
    background: var( --color-surface-3 );
    color: var( --color-base--emphasized );
}