mirror of
https://github.com/remvze/moodist.git
synced 2026-03-05 19:43:13 +08:00
17 lines
312 B
CSS
17 lines
312 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;
|
|
|
|
&.tall {
|
|
padding: 60px 0;
|
|
}
|
|
}
|