2026-03-01 20:57:15 +01:00
|
|
|
@use "sass:map";
|
|
|
|
|
|
2026-03-21 11:48:20 +01:00
|
|
|
@use "../hippie-style/hippie";
|
|
|
|
|
|
2025-11-16 12:29:19 +01:00
|
|
|
.body_clock {
|
2026-03-01 20:57:15 +01:00
|
|
|
header {
|
|
|
|
|
z-index: map.get(hippie.$z-indexes, "content-top");
|
|
|
|
|
}
|
|
|
|
|
|
2025-11-16 12:29:19 +01:00
|
|
|
main {
|
|
|
|
|
display: flex;
|
2025-11-16 12:57:43 +01:00
|
|
|
flex-flow: column nowrap;
|
2026-02-25 23:35:29 +01:00
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
height: 100vh;
|
|
|
|
|
width: 100%;
|
2026-02-26 19:30:30 +01:00
|
|
|
overflow: hidden;
|
2026-02-25 21:13:53 +01:00
|
|
|
}
|
2025-11-16 12:29:19 +01:00
|
|
|
}
|