mirror of
https://github.com/owncast/owncast.git
synced 2024-11-23 05:14:20 +03:00
14 lines
288 B
SCSS
14 lines
288 B
SCSS
@import 'styles/mixins.scss';
|
|
|
|
.badge {
|
|
font-family: var(--theme-text-display-font-family);
|
|
font-weight: 500;
|
|
font-size: 0.6rem;
|
|
text-transform: uppercase;
|
|
padding: 1px;
|
|
padding-top: 0px;
|
|
border-radius: 3px;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
margin-left: 3px;
|
|
}
|