mirror of
https://github.com/gwdevhub/Daybreak.git
synced 2026-09-14 04:19:24 +00:00
15 lines
272 B
CSS
15 lines
272 B
CSS
.empty-state {
|
|
display: flex;
|
|
flex: 1;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
gap: 16px;
|
|
color: var(--neutral-foreground-hint);
|
|
}
|
|
|
|
.empty-message {
|
|
font-size: var(--font-size-large);
|
|
text-align: center;
|
|
}
|