1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-15 09:04:04 +02:00
joplin/packages/app-desktop/gui/ConfigScreen/style.scss

15 lines
306 B
SCSS
Raw Normal View History

.config-screen-content-wrapper {
padding: 24px;
overflow: auto;
background-color: var(--joplin-background-color3);
}
.config-screen-content > .section {
padding-bottom: 20px;
border-bottom: 1px solid var(--joplin-divider-color);
}
.config-screen-content > .section:last-child {
border-bottom: 0;
}