2020-09-05 14:12:50 +00:00
|
|
|
#page-watch {
|
2020-09-08 14:46:22 +00:00
|
|
|
.side-title.side-title--left {
|
|
|
|
left: 1%;
|
|
|
|
}
|
|
|
|
|
2020-09-05 14:12:50 +00:00
|
|
|
@include touch {
|
|
|
|
#rf-logo-wrapper {
|
|
|
|
width: 10%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-header {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row-reverse;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
#clock {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.logo {
|
|
|
|
margin: var(--size-16) 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|