2022-08-21 14:04:16 -07:00
|
|
|
@import 'styles/mixins.scss';
|
|
|
|
|
|
|
|
.badge {
|
2022-08-21 16:01:35 -07:00
|
|
|
font-family: var(--theme-text-display-font-family);
|
2022-08-21 14:04:16 -07:00
|
|
|
font-weight: 500;
|
2022-09-01 21:41:33 -07:00
|
|
|
font-size: 0.6rem;
|
2022-08-21 14:04:16 -07:00
|
|
|
text-transform: uppercase;
|
2022-09-01 21:41:33 -07:00
|
|
|
padding: 1px;
|
|
|
|
padding-top: 0px;
|
2022-08-21 14:04:16 -07:00
|
|
|
border-radius: 3px;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
margin-left: 3px;
|
|
|
|
}
|