Skip to content
Snippets Groups Projects
Unverified Commit 4b7629ca authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Show bottom border for one and 2 row header

parent fd6e1288
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -28,7 +28,7 @@ header {
min-height: $header-height;
background-color: $gray-light;
border: none;
border-bottom: 1px solid $gray-light;
border-bottom: 1px solid $border-color;
 
.container-fluid {
width: 100% !important;
Loading
Loading
Loading
Loading
@@ -187,7 +187,10 @@
}
 
.layout-nav {
background: $background-color;
position: relative;
z-index: 101;
margin-top: -1px;
background: $gray-light;
border-bottom: 1px solid $border-color;
 
.container-fluid {
Loading
Loading
Loading
Loading
@@ -22,12 +22,12 @@
= image_tag avatar_icon(current_user, 60), alt: 'Profile', class: 'avatar avatar s36'
.username
= current_user.username
- if defined?(nav) && nav
.layout-nav
= render "layouts/nav/#{nav}"
.content-wrapper
= render "layouts/flash"
= yield :flash_message
- if defined?(nav) && nav
.layout-nav
= render "layouts/nav/#{nav}"
%div{ class: (container_class unless @no_container) }
.content
.clearfix
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment