feat: Add clock screen
- New screen for a ring clock - Add a canvas with the first ring - No functionality yet
This commit is contained in:
parent
432af47d2c
commit
fcdbfb41ef
3 changed files with 44 additions and 0 deletions
9
source/style/modules/_clock.scss
Normal file
9
source/style/modules/_clock.scss
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
@use "../../hippie-style/hippie";
|
||||
|
||||
.body_clock {
|
||||
main {
|
||||
@extend .sec_main_center;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue