39 lines
482 B
CSS
39 lines
482 B
CSS
|
|
.img-container
|
|
{
|
|
background-image: url('../api/stream.jpg');
|
|
background-size: contain;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
;
|
|
}
|
|
.drop2
|
|
{
|
|
width: 25%;
|
|
}
|
|
.timelapse-state
|
|
{
|
|
|
|
position: absolute;
|
|
right: 5%;
|
|
top: 10px;
|
|
}
|
|
.timelapse-state .rec
|
|
{
|
|
color: greenyellow;
|
|
}
|
|
.timelapse-state .real-time
|
|
{
|
|
color: lightblue;
|
|
}
|
|
.form0
|
|
{
|
|
height: 100vh;
|
|
}
|
|
.bott
|
|
{
|
|
|
|
bottom: 0px;
|
|
} |