You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
332 B
17 lines
332 B
.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; |
|
}
|
|
|