4 changed files with 16 additions and 6 deletions
@ -1,14 +1,14 @@ |
|||||||
.badge { |
.badge { |
||||||
color: white; |
color: white; |
||||||
background-color: var(--color-owncast-palette-0); |
background-color: var(--color-owncast-palette-0); |
||||||
height: 18px; |
height: 16px; |
||||||
width: 18px; |
width: 16px; |
||||||
border-radius: calc(0.3 * var(--theme-rounded-corners)); |
border-radius: calc(0.4 * var(--theme-rounded-corners)); |
||||||
text-align: center; |
text-align: center; |
||||||
padding: 2px; |
padding: 2px; |
||||||
display: inline-flex; |
display: inline-flex; |
||||||
justify-content: center; |
justify-content: center; |
||||||
align-items: center; |
align-items: center; |
||||||
overflow: hidden; |
overflow: hidden; |
||||||
font-size: 0.75rem; |
font-size: 0.65rem; |
||||||
} |
} |
||||||
|
Loading…
Reference in new issue