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-header.scss

9 lines
220 B
SCSS

.setting-header {
display: block;
color: var(--joplin-color);
font-size: calc(var(--joplin-font-size) * 1.25);
font-weight: 500;
margin-bottom: var(--joplin-main-padding);
line-height: var(--joplin-line-height);
}