Add separator between settings sections

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2018-03-27 16:08:23 +02:00
parent d30109c316
commit f6f0f5be40
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 4 additions and 0 deletions

View File

@ -882,6 +882,10 @@ span.version {
margin: 8px 0;
}
margin-bottom: 0;
/* use 2nd child since app-navigation-toggle is the first */
&:not(:nth-child(2)) {
border-top: 1px solid $color-border;
}
}
.personal-settings-setting-box .section {