From 2fe55250b9a82bc36c19884e0324e85b279868a1 Mon Sep 17 00:00:00 2001 From: aignatov-bio <47317017+aignatov-bio@users.noreply.github.com> Date: Tue, 5 Jan 2021 09:11:05 +0100 Subject: [PATCH] Update settings navigation [SCI-5316] (#3028) --- app/assets/stylesheets/partials/_sidebar.scss | 6 ++ .../stylesheets/shared/content_pane.scss | 2 +- app/views/users/settings/_sidebar.html.erb | 101 ++++++------------ config/locales/en.yml | 2 + 4 files changed, 43 insertions(+), 68 deletions(-) diff --git a/app/assets/stylesheets/partials/_sidebar.scss b/app/assets/stylesheets/partials/_sidebar.scss index 61f68e0de..27a428db6 100644 --- a/app/assets/stylesheets/partials/_sidebar.scss +++ b/app/assets/stylesheets/partials/_sidebar.scss @@ -101,6 +101,12 @@ padding-left: 2.5em; } + .delimiter { + background: $color-alto; + height: 1px; + margin: .5em 2.5em .5em 0; + } + .sidebar-leaf { align-items: center; display: flex; diff --git a/app/assets/stylesheets/shared/content_pane.scss b/app/assets/stylesheets/shared/content_pane.scss index abc8d214e..c59bb0d79 100644 --- a/app/assets/stylesheets/shared/content_pane.scss +++ b/app/assets/stylesheets/shared/content_pane.scss @@ -5,7 +5,7 @@ &.flexible { margin: 0; - padding: 0 .5em; + padding: 0 1em; } .content-header { diff --git a/app/views/users/settings/_sidebar.html.erb b/app/views/users/settings/_sidebar.html.erb index 0fff781f0..3f081d8e9 100644 --- a/app/views/users/settings/_sidebar.html.erb +++ b/app/views/users/settings/_sidebar.html.erb @@ -1,69 +1,36 @@ +<%= content_for :sidebar_title, t('sidebar.settings.sidebar_title') %> <%= content_for :sidebar do %> -