workadventure/front/style/mobile-style.scss

50 lines
738 B
SCSS
Raw Normal View History

2021-05-28 15:48:58 +02:00
@media (hover: none) {
/**
* If we cannot hover over elements, let's display camera button in full.
*/
.btn-cam-action {
div {
transform: translateY(0px);
}
}
}
2021-04-22 11:47:59 +02:00
@media screen and (max-width: 700px),
screen and (max-height: 700px){
2021-05-28 15:48:58 +02:00
video.myCamVideo {
2021-04-20 21:11:05 +02:00
width: 150px;
2021-04-20 18:49:42 +02:00
}
2021-05-28 15:48:58 +02:00
.div-myCamVideo.hide {
right: -160px;
}
.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
}
.main-section {
position: absolute;
width: 100%;
min-width: 400px;
& > div {
z-index: 2;
}
2021-04-20 18:49:42 +02:00
}
}