mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-18 09:35:20 +02:00
13 lines
220 B
SCSS
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;
|
|
}
|
|
}
|