Skip to content
Snippets Groups Projects
Commit 96213528 authored by Chris Lawton's avatar Chris Lawton
Browse files

re-add missing bracket in header partial that got lost in the merge

parent 9c54d709
No related merge requests found
......@@ -67,7 +67,7 @@
color: $color--white;
text-shadow: 0 2px 15px $color--black-10;
text-transform: uppercase;
@include media-query(tablet-portrait) {
padding: 0;
}
......@@ -88,10 +88,11 @@
content: '';
transition: height, width, 10s ease;
}
.header--light-bg & {
color: $color--dark-grey;
text-shadow: none;
.header--light-bg & {
color: $color--dark-grey;
text-shadow: none;
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment