2022-08-21 14:04:16 -07:00
|
|
|
.badge {
|
2023-01-29 15:39:50 -08:00
|
|
|
color: white;
|
|
|
|
background-color: var(--color-owncast-palette-0);
|
2023-08-17 19:28:21 -07:00
|
|
|
height: 16px;
|
|
|
|
width: 16px;
|
|
|
|
border-radius: calc(0.4 * var(--theme-rounded-corners));
|
2023-01-29 15:39:50 -08:00
|
|
|
text-align: center;
|
2022-12-15 19:40:26 -08:00
|
|
|
padding: 2px;
|
2023-03-06 06:59:31 +07:00
|
|
|
display: inline-flex;
|
2023-01-29 15:39:50 -08:00
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
overflow: hidden;
|
2023-08-17 19:28:21 -07:00
|
|
|
font-size: 0.65rem;
|
2022-08-21 14:04:16 -07:00
|
|
|
}
|