openreplay/frontend/app/components/Session_/playerBlockHeader.module.css
2022-06-10 17:11:14 +02:00

20 lines
324 B
CSS

.header {
height: 50px;
border-bottom: solid thin $gray-light;
padding: 0px 15px;
background-color: white;
}
.divider {
width: 1px;
height: 49px;
margin: 0 10px;
background-color: $gray-light;
}
.liveSwitchButton {
cursor: pointer;
color: $green;
text-decoration: underline;
white-space: nowrap;
}