mirror of
https://github.com/remvze/moodist.git
synced 2026-03-08 13:03:14 +08:00
refactor: relocate generic components
This commit is contained in:
12
src/components/timer/timer.module.css
Normal file
12
src/components/timer/timer.module.css
Normal file
@@ -0,0 +1,12 @@
|
||||
.timer {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
padding: 30px 0;
|
||||
font-size: var(--font-xlg);
|
||||
font-weight: 500;
|
||||
background-color: var(--color-neutral-50);
|
||||
border: 1px solid var(--color-neutral-200);
|
||||
border-radius: 8px;
|
||||
}
|
||||
Reference in New Issue
Block a user