Template:Badge/styles.css: Difference between revisions
Template page
More actions
m 1 revision imported: Going to "borrow" parts of the star citizen main page to make this look nicer |
Zippybonzo changed the content model of the page Template:Badge/styles.css from "plain text" to "Sanitized CSS" |
||
(No difference)
|
Latest revision as of 11:11, 8 May 2025
.template-badge {
padding: var( --space-xxs ) var( --space-xs );
border-radius: var( --border-radius-base );
background-color: var( --color-surface-2 );
color: var( --color-emphasized );
font-size: var( --font-size-x-small );
font-weight: var( --font-weight-medium );
line-height: 1;
letter-spacing: 0.025em;
}