More actions
Content deleted Content added
Alistair3149 (talk | contribs) Update style |
Alistar Bot (talk | contribs) m →top: deprecate old Citizen variables, replaced: --border-radius--small → --border-radius-base |
||
Line 1: | Line 1: | ||
.template-badge { |
.template-badge { |
||
padding: var( --space-xxs ) var( --space-xs ); |
padding: var( --space-xxs ) var( --space-xs ); |
||
border-radius: var( --border-radius- |
border-radius: var( --border-radius-base ); |
||
background-color: var( --color-surface-2 ); |
background-color: var( --color-surface-2 ); |
||
color: var( --color-emphasized ); |
color: var( --color-emphasized ); |
Revision as of 18:18, 15 October 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;
}