mirror of
https://github.com/remvze/moodist.git
synced 2025-12-18 01:14:17 +00:00
12 lines
275 B
CSS
12 lines
275 B
CSS
.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;
|
|
}
|