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
This commit is contained in:
parent
91df239a42
commit
6a574d92c2
2 changed files with 98 additions and 6 deletions
|
|
@ -1,6 +1,12 @@
|
|||
@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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue