openreplay/frontend/app/components/Session/Player/ReplayPlayer/playerBlockHeader.module.css
Shekar Siri d0bcae82f2
change(ui) - player improvements (#1164)
* change(ui) - player - back button spacing

* change(ui) - onboarding - changes

* change(ui) - onboarding - changes

* change(ui) - integrations gap-4

* change(ui) - install script copy button styles

* change(ui) - copy button in account settings

* fix(ui) - error details modal loader position

* change(ui) - share popup styles

* change(ui) - player improvements

* change(ui) - player improvements - playback speed with menu

* change(ui) - player improvements - current timezone

* change(ui) - player improvements - autoplay options
2023-04-13 17:53:36 +02:00

20 lines
323 B
CSS

.header {
height: 50px;
border-bottom: solid thin $gray-light;
padding-right: 0;
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;
}