openreplay/frontend/app/components/Session_/Player/player.module.css
2025-05-09 11:29:12 +02:00

38 lines
671 B
CSS

.playerBody {
background: $white;
height: 100%;
}
.screenWrapper {
width: 100%;
position: relative;
height: 100%;
/* border: solid thin $gray-light; */
/* border-radius: 3px; */
overflow-y: scroll;
}
.checkers {
background: repeating-linear-gradient(135deg, var(--color-gray-lighter), var(--color-gray-lighter) 1px, var(--color-gray-lightest) 1px, var(--color-white) 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;
}