Files
Trilium/apps/client/src/widgets/react/NoItems.css
2026-02-21 19:02:29 +02:00

21 lines
352 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;
.tn-icon {
font-size: 4em;
margin-bottom: 1rem;
}
button {
margin-top: 1em;
}
}