Skip to content

Commit

Permalink
#3155: _navigation.scss, adjust margin, padding, color
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff1evesque committed Dec 19, 2017
1 parent 999cab9 commit 9e308c9
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions src/scss/_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@
}

.dropdown-menu {
a {
color: $header-font-color;
background-color: transparent;
li {
a {
color: $header-font-color;
background-color: transparent;
}
}

a:hover {
Expand All @@ -57,7 +59,6 @@
.menu-label {
color: $header-font-color;
position: relative;
text-decoration: none;
top: -.55em;
}

Expand All @@ -79,11 +80,19 @@
padding: 0;
}
.nav-item {
padding-top: $gutter-1 / 4;

a {
padding-left: 0;
color: $header-font-color;
margin-bottom: 1.25rem;
padding: 0;
text-decoration: none;
}
}
.nav-item:last-of-type {
a {
color: $header-font-color;
margin-bottom: 0;
padding: 0;
text-decoration: none;
}
}

Expand Down

0 comments on commit 9e308c9

Please sign in to comment.