Sengi-Windows-MacOS-Linux/src/app/components/stream/stream.component.scss

34 lines
486 B
SCSS

#mam-stream-column {
width: 320px; /*320*/
height: calc(100%);
background-color: #090b10;
background-color: #0f111a;
}
#mam-stream-header {
width: calc(100%);
height: 30px;
background-color: black;
border-bottom: 1px solid black;
}
#mam-stream-header h1 {
color: whitesmoke;
font-size: 0.8em;
font-weight: normal;
margin: 0;
padding: 8px 0 0 10px;
}
#mam-stream-toots {
height: calc(100% - 30px);
width: 320px;
overflow: auto;
}