diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-05-27 13:17:14 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-05-27 13:17:14 +0200 |
commit | 56ab471f9868bb8c8f204b11bb712572c20bb250 (patch) | |
tree | d0deee1ac70198fbafd8a813acd1d6daa725c7f0 /app/assets/stylesheets/themes | |
parent | 701c2e9a3b4b60642eba0ee00c3e11e1e43fb131 (diff) | |
download | gitlab-ce-56ab471f9868bb8c8f204b11bb712572c20bb250.tar.gz |
Move user avatar and logout button to sidebarprofile-in-sidebar
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/assets/stylesheets/themes')
-rw-r--r-- | app/assets/stylesheets/themes/gitlab-theme.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/themes/gitlab-theme.scss b/app/assets/stylesheets/themes/gitlab-theme.scss index 139b3cc1ac4..9b8e3d8e291 100644 --- a/app/assets/stylesheets/themes/gitlab-theme.scss +++ b/app/assets/stylesheets/themes/gitlab-theme.scss @@ -29,6 +29,12 @@ .sidebar-wrapper { background: $color-darker; border-right: 1px solid $color-darker; + + .sidebar-user { + a { + color: $color-light; + } + } } .nav-sidebar li { |