Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/sidebar.scss')
-rw-r--r--app/assets/stylesheets/framework/sidebar.scss27
1 files changed, 15 insertions, 12 deletions
diff --git a/app/assets/stylesheets/framework/sidebar.scss b/app/assets/stylesheets/framework/sidebar.scss
index 06a688690f8..05c87cf0d49 100644
--- a/app/assets/stylesheets/framework/sidebar.scss
+++ b/app/assets/stylesheets/framework/sidebar.scss
@@ -66,19 +66,8 @@
}
}
-
-.tanuki-shape {
- transition: all 0.8s;
-
- &:hover, &.highlight {
- fill: rgb(255, 255, 255);
- transition: all 0.1s;
- }
-}
-
-
.nav-sidebar {
- margin-top: 22 + $header-height;
+ margin-top: 22px;
margin-bottom: 116px;
transition-duration: .3s;
list-style: none;
@@ -217,6 +206,20 @@
}
}
+.gitlab-text-container {
+ height: 50px;
+ padding: 5px;
+ text-align: center;
+
+ h3 {
+ color: white;
+ margin: 0;
+ font-size: 19px;
+ line-height: 41px;
+ font-weight: normal;
+ }
+}
+
.page-sidebar-expanded {
padding-left: $sidebar_width;