moved version in help menu to top

This commit is contained in:
David Kaltschmidt
2018-04-16 16:25:28 +02:00
parent 712212d6aa
commit 5a29c17282
3 changed files with 9 additions and 8 deletions

View File

@@ -149,12 +149,13 @@
color: #ebedf2;
}
.side-menu-subtitle {
padding: 0.5rem 0.5rem 0.5rem 1rem;
.sidemenu-subtitle {
padding: 0.5rem 1rem 0.5rem;
font-size: $font-size-sm;
color: $text-color-weak;
border-top: 1px solid $dropdownDividerBottom;
margin-top: 0.25rem;
border-bottom: 1px solid $dropdownDividerBottom;
margin-bottom: 0.25rem;
white-space: nowrap;
}
li.sidemenu-org-switcher {