mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-21 09:38:01 +02:00
a616dc3cd2
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
15 lines
239 B
SCSS
15 lines
239 B
SCSS
|
|
.setting-description {
|
|
color: var(--joplin-color-faded);
|
|
font-size: var(--joplin-font-size);
|
|
line-height: var(--joplin-line-height);
|
|
font-style: italic;
|
|
max-width: 70em;
|
|
margin-top: 5px;
|
|
|
|
&.-empty {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
}
|