More actions
Blanked the page Tag: Blanking |
No edit summary |
||
Line 1: | Line 1: | ||
.template-rarity { | |||
display: inline-block; | |||
border-radius: 4px; | |||
padding: 0px 6px 0px 4px; | |||
background: #2bb2d4; | |||
color: #fff; | |||
letter-spacing: 0.5px; | |||
font-style: italic; | |||
font-weight: bold; | |||
font-family: 'Saira Extra Condensed','Nunito','Saira',system-ui,-apple-system,sans-serif; | |||
text-transform: uppercase; | |||
line-height: 1.4; | |||
} |
Revision as of 12:21, 21 October 2024
.template-rarity {
display: inline-block;
border-radius: 4px;
padding: 0px 6px 0px 4px;
background: #2bb2d4;
color: #fff;
letter-spacing: 0.5px;
font-style: italic;
font-weight: bold;
font-family: 'Saira Extra Condensed','Nunito','Saira',system-ui,-apple-system,sans-serif;
text-transform: uppercase;
line-height: 1.4;
}