mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
18 lines
332 B
SCSS
18 lines
332 B
SCSS
.chatHeader {
|
|
text-align: center;
|
|
font-weight: bold;
|
|
padding: 5px 0;
|
|
color: var(--text-color-secondary);
|
|
border-bottom: 1px solid var(--color-owncast-gray-700);
|
|
font-variant: small-caps;
|
|
}
|
|
|
|
.toBottomWrap {
|
|
display: flex;
|
|
opacity: 0.9;
|
|
width: 100%;
|
|
justify-content: center;
|
|
position: absolute;
|
|
bottom: 5px;
|
|
}
|