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

15 lines
323 B
SCSS
Raw Normal View History

.badge {
color: white;
background-color: var(--color-owncast-palette-0);
height: 18px;
width: 18px;
2023-03-24 05:10:48 +03:00
border-radius: calc(0.3 * var(--theme-rounded-corners));
text-align: center;
2022-12-16 06:40:26 +03:00
padding: 2px;
display: inline-flex;
justify-content: center;
align-items: center;
overflow: hidden;
font-size: 0.75rem;
}