19 lines
332 B
CSS
19 lines
332 B
CSS
.stream-chat {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.stream-chat-header {
|
|
text-align: left;
|
|
background-color: rgba(6,23,38,1);
|
|
border-bottom: 1px solid #495a6a;
|
|
height: 19px;
|
|
padding: 10px 20px;
|
|
}
|
|
|
|
.stream-chat-title {
|
|
color: white;
|
|
font-family: sans-serif;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
} |