hippie/source/style/modules/_clock.scss
sthag 6a574d92c2 feat: Add overlay to HippieClock
- Add method to create overlay element
- Use DateDisplay and TimeDisplay classes
- Add button to toggle display
- Update style for header
- Add methods to handle shapes
2026-03-01 20:57:15 +01:00

19 lines
No EOL
291 B
SCSS

@use "../hippie-style/hippie";
@use "sass:map";
.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;
}
}