owncast/web/components/chat/ChatUserBadge/ChatUserBadge.module.scss

14 lines
280 B
SCSS
Raw Normal View History

.badge {
2022-08-22 01:01:35 +02:00
font-family: var(--theme-text-display-font-family);
font-weight: 500;
2022-12-16 04:40:26 +01:00
font-size: 0.5rem;
text-transform: uppercase;
2022-12-16 04:40:26 +01:00
padding: 2px;
padding-top: 0px;
2022-12-16 04:40:26 +01:00
padding-bottom: 0px;
border-radius: 3px;
border-width: 1px;
border-style: solid;
margin-left: 3px;
}