mirror of
https://github.com/owncast/owncast.git
synced 2024-11-25 14:20:54 +03:00
14 lines
323 B
SCSS
14 lines
323 B
SCSS
.badge {
|
|
color: white;
|
|
background-color: var(--color-owncast-palette-0);
|
|
height: 16px;
|
|
width: 16px;
|
|
border-radius: calc(0.4 * var(--theme-rounded-corners));
|
|
text-align: center;
|
|
padding: 2px;
|
|
display: inline-flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
overflow: hidden;
|
|
font-size: 0.65rem;
|
|
}
|