1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-21 09:38:01 +02:00
joplin/packages/app-desktop/gui/ConfigScreen/styles/setting-description.scss

15 lines
239 B
SCSS
Raw Normal View History

.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;
}
}