Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #766 from HospitalRun/nav-spacing
Browse files Browse the repository at this point in the history
Tighten up app nav spacing
  • Loading branch information
Joel Glovier authored Oct 22, 2016
2 parents 5b1f096 + 49df10a commit f1f9778
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions app/styles/components/_sidebar_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
.mega-octicon {
text-align: center;
color: $sidebar_icon;
font-size: 24px;
font-size: 16px;
}
}

Expand Down Expand Up @@ -163,17 +163,17 @@
border-bottom: 1px solid $navy_drkest;
background: $navy_mid2;
padding: 0 15px;
height: 55px;
line-height: 55px;
height: 48px;
line-height: 48px;
color: $white;
font-size: 18px;

.mega-octicon {
@include transition_all;
float: left;
margin-right: 12px;
width: 24px;
line-height: 55px;
width: 16px;
line-height: 48px;
}

&:hover,
Expand All @@ -187,7 +187,6 @@
.category-sub-items {
border-bottom: 1px solid $navy_drkest;
background: #3a4d63;
padding: 5px 0;
}

.category-sub-item {
Expand Down Expand Up @@ -216,7 +215,7 @@
float: left;
margin-right: 6px;
margin-left: 6px;
width: 24px;
width: 16px;
line-height: 36px;
}
}
Expand Down

0 comments on commit f1f9778

Please sign in to comment.