mirror of
https://github.com/owncast/owncast.git
synced 2024-12-20 08:18:07 +03:00
11 lines
269 B
SCSS
11 lines
269 B
SCSS
.followers {
|
|
width: 100%;
|
|
background-color: var(--theme-color-background-light);
|
|
}
|
|
|
|
.noFollowers {
|
|
padding: calc(2 * var(--content-padding));
|
|
border-radius: var(--theme-rounded-corners);
|
|
width: 100%;
|
|
background-color: var(--theme-color-background-light);
|
|
}
|