workadventure/front/dist/resources/style/mobile-style.scss

50 lines
722 B
SCSS
Raw Normal View History

2021-04-22 11:47:59 +02:00
@media screen and (max-width: 700px),
screen and (max-height: 700px){
video#myCamVideo {
2021-04-20 21:11:05 +02:00
width: 150px;
2021-04-20 18:49:42 +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 {
min-width: 150px;
2021-04-20 21:11:05 +02:00
&:hover{
transform: translateY(20px);
}
2021-04-20 21:11:05 +02:00
div {
margin: 0 1%;
2021-04-20 21:11:05 +02:00
&:hover {
background-color: #666;
}
margin-bottom: 30px;
}
2021-04-20 18:49:42 +02:00
}
.main-section {
position: absolute;
width: 100%;
min-width: 400px;
& > div {
z-index: 2;
}
2021-04-20 18:49:42 +02:00
}
}