mirror of
https://github.com/zadam/trilium.git
synced 2026-02-01 03:14:37 +01:00
19 lines
299 B
CSS
19 lines
299 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%;
|
|
|
|
.tn-icon {
|
|
font-size: 3em;
|
|
}
|
|
|
|
button {
|
|
margin-top: 1em;
|
|
}
|
|
}
|