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
parent
commit
f6f0f5be40
No known key found for this signature in database GPG Key ID: 4C614C6ED2CDE6DF
  1. 4
      settings/css/settings.scss

4
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 {

Loading…
Cancel
Save