More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
.template-rarity { | .template-rarity-common { | ||
display: inline-block; | display: inline-block; | ||
border-radius: 4px; | border-radius: 4px; | ||
padding: 0px 6px | padding: 0px 6px 1px 4px; | ||
background: #2bb2d4; | background: #2bb2d4; | ||
color: #fff; | color: #fff; | ||
letter-spacing: 0.5px; | /* letter-spacing: 0.5px; */ | ||
font-style: italic; | font-style: italic; | ||
font-weight: bold; | font-weight: bold; |
Revision as of 12:28, 21 October 2024
.template-rarity-common {
display: inline-block;
border-radius: 4px;
padding: 0px 6px 1px 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;
}