Files
Trilium/apps/client/src/widgets/react/NoItems.css
2026-03-11 21:26:24 +02:00

22 lines
379 B
CSS

.no-items {
display: flex;
align-items: center;
justify-content: center;
flex-grow: 1;
flex-direction: column;
padding: 0.75em;
color: var(--muted-text-color);
height: 100%;
text-align: center;
white-space: pre-line;
.tn-icon {
font-size: 4em;
margin-bottom: 1rem;
}
button {
margin-top: 1em;
}
}