22 lines
298 B
SCSS
22 lines
298 B
SCSS
#page-watch {
|
|
@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;
|
|
}
|
|
}
|
|
}
|