hippie/source/style/modules/_clock.scss

19 lines
No EOL
291 B
SCSS

@use "sass:map";
@use "../hippie-style/hippie";
.body_clock {
header {
z-index: map.get(hippie.$z-indexes, "content-top");
}
main {
display: flex;
flex-flow: column nowrap;
justify-content: center;
align-items: center;
height: 100vh;
width: 100%;
overflow: hidden;
}
}