More actions
Content deleted Content added
Alistair3149 (talk | contribs) Created page with ".template-badge { margin: 0 0.1rem; padding: 0.1rem 0.4rem; border-radius: 4px; background-color: #272e34; color: #fff; font-size: 0.875rem; font-weight: 500; }" |
m Modify the wrong web Tag: Undo |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
.template-badge { |
.template-badge { |
||
padding: var( --space-xxs ) var( --space-xs ); |
|||
margin: 0 0.1rem; |
|||
border-radius: var( --border-radius-base ); |
|||
padding: 0.1rem 0.4rem; |
|||
⚫ | |||
border-radius: 4px; |
|||
color: var( --color-emphasized ); |
|||
⚫ | |||
font-size: var( --font-size-x-small ); |
|||
color: #fff; |
|||
font- |
font-weight: var( --font-weight-medium ); |
||
line-height: 1; |
|||
letter-spacing: 0.025em; |
|||
} |
} |
Latest revision as of 14:13, 6 December 2024
.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;
}