2021-04-22 11:47:59 +02:00
|
|
|
@media screen and (max-width: 700px),
|
|
|
|
screen and (max-height: 700px){
|
2021-04-20 19:54:37 +02:00
|
|
|
video#myCamVideo {
|
2021-04-20 21:11:05 +02:00
|
|
|
width: 150px;
|
2021-04-20 18:49:42 +02:00
|
|
|
}
|
|
|
|
|
2021-04-20 19:54:37 +02:00
|
|
|
.sidebar {
|
|
|
|
width: 20%;
|
|
|
|
min-width: 200px;
|
|
|
|
position: absolute;
|
|
|
|
display: block;
|
|
|
|
right: 0;
|
|
|
|
height: 80%;
|
|
|
|
|
|
|
|
&> div {
|
|
|
|
max-height: 120px;
|
|
|
|
min-width: 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.video-container{
|
|
|
|
min-width: 200px;
|
|
|
|
}
|
2021-04-20 18:49:42 +02:00
|
|
|
}
|
|
|
|
|
2021-04-20 21:11:05 +02:00
|
|
|
.btn-cam-action {
|
2021-05-05 01:49:04 +02:00
|
|
|
min-width: 150px;
|
|
|
|
|
2021-04-20 21:11:05 +02:00
|
|
|
&:hover{
|
|
|
|
transform: translateY(20px);
|
2021-04-20 19:54:37 +02:00
|
|
|
}
|
2021-04-20 21:11:05 +02:00
|
|
|
div {
|
2021-05-05 01:49:04 +02:00
|
|
|
margin: 0 1%;
|
2021-04-20 21:11:05 +02:00
|
|
|
&:hover {
|
|
|
|
background-color: #666;
|
|
|
|
}
|
2021-05-05 01:49:04 +02:00
|
|
|
margin-bottom: 30px;
|
2021-04-20 19:54:37 +02:00
|
|
|
}
|
2021-04-20 18:49:42 +02:00
|
|
|
}
|
|
|
|
|
2021-04-20 19:54:37 +02:00
|
|
|
.main-section {
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
min-width: 400px;
|
|
|
|
|
|
|
|
& > div {
|
|
|
|
z-index: 2;
|
|
|
|
}
|
2021-04-20 18:49:42 +02:00
|
|
|
}
|
2021-04-20 19:54:37 +02:00
|
|
|
}
|