feat: add description for sleep timer

This commit is contained in:
MAZE
2024-04-29 00:43:35 +03:30
parent 4adfb3ddc9
commit 77e2ec5e79
2 changed files with 16 additions and 6 deletions

View File

@@ -1,12 +1,14 @@
.header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 8px;
margin-bottom: 16px;
& .title {
font-size: var(--font-sm);
font-weight: 500;
margin-bottom: 8px;
font-family: var(--font-heading);
font-size: var(--font-md);
font-weight: 600;
}
& .desc {
color: var(--color-foreground-subtle);
}
}