summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/sidebar.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-06-03 16:50:27 -0600
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-06-07 09:16:59 -0500
commit2293100d95f587049b7ce7fee923c4b3fbbf6f56 (patch)
treef39b7b3a3defc73f8292dcba9533da57dde3b460 /app/assets/stylesheets/framework/sidebar.scss
parente8a0cafc7d9e8ee44b37a8e282f4a679bf48cac3 (diff)
downloadgitlab-ce-2293100d95f587049b7ce7fee923c4b3fbbf6f56.tar.gz
Update nav link font size and spacing; fix hamburger icon
Diffstat (limited to 'app/assets/stylesheets/framework/sidebar.scss')
-rw-r--r--app/assets/stylesheets/framework/sidebar.scss18
1 files changed, 5 insertions, 13 deletions
diff --git a/app/assets/stylesheets/framework/sidebar.scss b/app/assets/stylesheets/framework/sidebar.scss
index ed12cc4f223..46d46368d25 100644
--- a/app/assets/stylesheets/framework/sidebar.scss
+++ b/app/assets/stylesheets/framework/sidebar.scss
@@ -1,9 +1,3 @@
-#logo {
- z-index: 2;
- position: relative;
- cursor: pointer;
-}
-
.page-with-sidebar {
padding-top: $header-height;
transition-duration: .3s;
@@ -98,9 +92,8 @@
a {
text-align: center;
- padding: 8px 0;
+ padding: 8px;
font-size: $gl-font-size;
- line-height: 24px;
color: $gray;
display: block;
text-decoration: none;
@@ -120,11 +113,10 @@
color: $gray-light;
}
- .count {
- float: right;
- background: #eee;
- padding: 0 8px;
- @include border-radius(6px);
+ .nav-link-text {
+ margin-top: 3px;
+ font-size: 13px;
+ line-height: 18px;
}
&.back-link i {