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

35 lines
521 B
SCSS
Raw Normal View History

2018-03-16 02:03:23 +01:00
#mam-stream-column {
2018-08-03 03:52:24 +02:00
width: 320px; /*320*/
2018-03-17 00:57:14 +01:00
height: calc(100%);
2018-03-16 02:03:23 +01:00
2018-08-03 03:52:24 +02:00
background-color: #090b10;
background-color: #0f111a;
2018-03-16 02:03:23 +01:00
outline: 1px dotted greenyellow;
2018-03-16 02:03:23 +01:00
}
2018-03-16 04:48:30 +01:00
#mam-stream-header {
width: calc(100%);
height: 30px;
background-color: black;
2018-08-03 03:52:24 +02:00
border-bottom: 1px solid black;
2018-03-16 04:48:30 +01:00
}
#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);
2018-08-03 03:52:24 +02:00
width: 320px;
2018-03-16 04:48:30 +01:00
overflow: auto;
}