openreplay/frontend/app/components/Session_/playerBlockHeader.css
2022-02-21 16:41:04 +01:00

26 lines
No EOL
427 B
CSS

.header {
height: 50px;
border-bottom: solid thin $gray-light;
padding: 0px 15px;
background-color: white;
}
.divider {
width: 1px;
height: 49px;
margin: 0 15px;
background-color: $gray-light;
}
.liveSwitchButton {
cursor: pointer;
padding: 3px 8px;
border: solid thin $green;
color: $green;
border-radius: 3px;
margin-right: 10px;
&:hover {
background-color: $green;
color: white;
}
}