mirror of
https://github.com/owncast/owncast.git
synced 2024-11-29 11:39:08 +03:00
13 lines
280 B
SCSS
13 lines
280 B
SCSS
.badge {
|
|
font-family: var(--theme-text-display-font-family);
|
|
font-weight: 500;
|
|
font-size: 0.5rem;
|
|
text-transform: uppercase;
|
|
padding: 2px;
|
|
padding-top: 0px;
|
|
padding-bottom: 0px;
|
|
border-radius: 3px;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
margin-left: 3px;
|
|
}
|