* 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
20 lines
323 B
CSS
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;
|
|
}
|