Skip to content

Commit

Permalink
Clean up & fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
epilande committed Aug 23, 2016
1 parent 45cce03 commit 29bf174
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions src/scss/_objects.footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@

&.footer--dark {
.grommetux-collapsible ul {
@include media-query(palm) {
background: #404040;
}
background: #404040;
}
}

.grommetux-collapsible ul {
padding: ($inuit-base-spacing-unit / 2) $inuit-base-spacing-unit;
background: #fff;
}

&__logo {
width: $inuit-base-spacing-unit * 5.5;

Expand All @@ -16,10 +19,15 @@
}
}

.grommetux-header {
padding: $inuit-base-spacing-unit;
}

.grommetux-heading {
padding: 0;
font-size: $menu-font-size;
font-weight: 600;
line-height: $inuit-base-spacing-unit * 1.25;
}

.directory__list {
Expand All @@ -29,6 +37,8 @@
line-height: $inuit-base-spacing-unit * 1.25;
}

.directory__accordion > li:last-child {
border-bottom: none;
}

ul {
Expand All @@ -38,12 +48,8 @@
a:not(.grommetux-anchor) {
text-decoration: none;
}
}

.grommetux-collapsible ul {
@include media-query(palm) {
padding: ($inuit-base-spacing-unit / 2) $inuit-base-spacing-unit;
background: #fff;
}

.footer__social {
@include media-query(palm) {
Expand Down

0 comments on commit 29bf174

Please sign in to comment.