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

16 lines
306 B
SCSS
Raw Normal View History

.badge {
color: white;
background-color: var(--color-owncast-palette-0);
height: 18px;
width: 18px;
border-radius: 2px;
text-align: center;
2022-12-16 06:40:26 +03:00
padding: 2px;
display: inline-flex;
justify-content: center;
align-items: center;
overflow: hidden;
margin-left: 5px;
font-size: 0.75rem;
}