openreplay/frontend/app/components/Session_/playerBlockHeader.css
2021-12-27 20:07:08 +05:30

26 lines
No EOL
428 B
CSS

.header {
height: 50px;
border-bottom: solid thin $gray-light;
padding: 10px 15px;
background-color: white;
}
.divider {
width: 1px;
height: 100%;
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;
}
}