You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
343 B
15 lines
343 B
.badge { |
|
color: white; |
|
background-color: var(--color-owncast-palette-0); |
|
height: 18px; |
|
width: 18px; |
|
border-radius: calc(0.3 * var(--theme-rounded-corners)); |
|
text-align: center; |
|
padding: 2px; |
|
display: inline-flex; |
|
justify-content: center; |
|
align-items: center; |
|
overflow: hidden; |
|
margin-left: 5px; |
|
font-size: 0.75rem; |
|
}
|
|
|