26 lines
350 B
SCSS
26 lines
350 B
SCSS
#page-watch {
|
|
.side-title.side-title--left {
|
|
left: 1%;
|
|
}
|
|
|
|
@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;
|
|
}
|
|
}
|
|
}
|