Skip to content
Snippets Groups Projects
Commit 9209f43b authored by Darby's avatar Darby
Browse files

Edited the CSS of header and sidebar; added a new class of logo-container to...

Edited the CSS of header and sidebar; added a new class of logo-container to the html to make things easier
parent c0d9cbfd
Branches
Tags
1 merge request!849Animation of Sidebar (video in here)
Pipeline #
Loading
Loading
@@ -3,6 +3,8 @@
*
*/
header {
transition-duration: .3s;
&.navbar-empty {
background: #FFF;
border-bottom: 1px solid #EEE;
Loading
Loading
@@ -63,12 +65,23 @@ header {
float: left;
height: $header-height;
width: $sidebar_width;
transition-duration: .3s;
 
a {
float: left;
height: $header-height;
width: 100%;
padding: ($header-height - 36 ) / 2 8px;
overflow: hidden;
img {
width: 36px;
height: 36px;
float: left;
}
.gitlab-text-container {
width: 230px;
 
h3 {
width: 158px;
Loading
Loading
@@ -79,11 +92,6 @@ header {
line-height: $header-height - 14;
font-weight: normal;
}
img {
width: 36px;
height: 36px;
float: left;
}
}
 
Loading
Loading
Loading
Loading
@@ -4,12 +4,14 @@
top: 0;
left: 0;
height: 100%;
transition-duration: .3s;
}
}
 
.sidebar-wrapper {
z-index: 99;
background: $background-color;
transition-duration: .3s;
}
 
.content-wrapper {
Loading
Loading
@@ -19,8 +21,10 @@
}
 
.nav-sidebar {
transition-duration: .3s;
margin: 0;
list-style: none;
overflow: hidden;
 
&.navbar-collapse {
padding: 0px !important;
Loading
Loading
@@ -34,9 +38,6 @@
@include border-radius(6px);
}
 
.nav-sidebar li {
}
.nav-sidebar li {
&.separate-item {
padding-top: 10px;
Loading
Loading
@@ -79,6 +80,7 @@
 
@mixin expanded-sidebar {
padding-left: $sidebar_width;
transition-duration: .3s;
 
.sidebar-wrapper {
width: $sidebar_width;
Loading
Loading
@@ -89,6 +91,10 @@
top: $header-height;
width: $sidebar_width;
}
.nav-sidebar li a{
width: 230px;
}
}
 
.content-wrapper {
Loading
Loading
@@ -98,6 +104,7 @@
 
@mixin folded-sidebar {
padding-left: 50px;
transition-duration: .3s;
 
.sidebar-wrapper {
width: $sidebar_collapsed_width;
Loading
Loading
@@ -112,7 +119,7 @@
padding-left: 18px;
font-size: 14px;
padding: 8px 15px;
text-align: center;
text-align: left;
 
 
& > span {
Loading
Loading
@@ -144,6 +151,7 @@
height: 28px;
text-align: center;
line-height: 28px;
transition-duration: .3s;
}
 
.collapse-nav a:hover {
Loading
Loading
@@ -180,8 +188,10 @@
bottom: 0;
width: 100%;
padding: 10px;
overflow: hidden;
 
.username {
margin-top: 5px;
width: 230px;
}
}
Loading
Loading
@@ -3,6 +3,7 @@
.header-logo
= link_to root_path, class: 'home', title: 'Dashboard', id: 'js-shortcuts-home', data: {toggle: 'tooltip', placement: 'bottom'} do
= brand_header_logo
.gitlab-text-container
%h3 GitLab
.header-content
%button.navbar-toggle{type: 'button'}
Loading
Loading
Loading
Loading
@@ -3,6 +3,7 @@
.header-logo
= link_to explore_root_path, class: "home" do
= brand_header_logo
.gitlab-text-container
%h3 GitLab
.header-content
- unless current_controller?('sessions')
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment