mirror of
https://github.com/owncast/owncast.git
synced 2024-12-26 11:08:43 +03:00
17 lines
231 B
SCSS
17 lines
231 B
SCSS
.modalContainer {
|
|
padding: 10px;
|
|
}
|
|
|
|
.chatHistory {
|
|
margin: 10px;
|
|
padding: 15px;
|
|
border: 1px solid #ccc;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.colorBlock {
|
|
width: 50%;
|
|
height: 20px;
|
|
border: 1px solid #000;
|
|
text-align: center;
|
|
}
|