openreplay/frontend/app/components/Session_/Player/player.module.css
2024-03-27 14:59:23 +01:00

43 lines
793 B
CSS

.playerBody {
background: $white;
/* border-radius: 3px; */
/* padding: 10px 10px 5px 10px; */
/* box-shadow: 0px 2px 10px 0 $gray-light; */
height: 100%;
/* border: solid thin $gray-light; */
border-right: solid thin $gray-light;
}
.screenWrapper {
width: 100%;
position: relative;
height: 100%;
/* border: solid thin $gray-light; */
/* border-radius: 3px; */
overflow: hidden;
}
.checkers {
background: repeating-linear-gradient(135deg, #f3f3f3, #f3f3f3 1px, #f6f6f6 1px, #FFF 4px);
}
.solidBg {
background: $gray-lightest;
}
.mobileScreenWrapper {
width: 100%;
position: relative;
height: 100%;
background: #F6F6F6;
}
.disconnected {
font-size: 40px;
font-weight: 200;
color: $gray-medium;
}
.playerView {
position: relative;
flex: 1;
}