Browse Source
Add separator between settings sections
Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/9029/head
Julius Härtl
8 years ago
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with
4 additions and
0 deletions
-
settings/css/settings.scss
|
|
|
@ -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 { |
|
|
|
|