1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-20 18:48:28 +02:00

13 lines
220 B
SCSS

.help-text {
color: var(--joplin-color);
line-height: var(--joplin-line-height);
font-family: var(--joplin-font-family);
font-size: var(--joplin-font-size);
margin-bottom: 10px;
&[hidden] {
display: none;
}
}