1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-26 18:58:21 +02:00

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