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

adding basic nav styles

parent c762e841
No related branches found
No related tags found
No related merge requests found
...@@ -85,20 +85,8 @@ ...@@ -85,20 +85,8 @@
width: auto; width: auto;
padding: 0; padding: 0;
margin: 0; margin: 0;
font-weight: $weight--light;
text-align: left; text-align: left;
border-bottom: 0; border-bottom: 0;
&::after {
color: $color--tertiary;
content: '|';
}
&:last-of-type {
&::after {
content: '';
}
}
} }
&--secondary { &--secondary {
...@@ -154,7 +142,7 @@ ...@@ -154,7 +142,7 @@
} }
&__link { &__link {
color: rgba($color--black, 0.7); color: $color--white;
border-bottom: 1px solid transparent; border-bottom: 1px solid transparent;
transition: color, border $transition; transition: color, border $transition;
...@@ -170,9 +158,7 @@ ...@@ -170,9 +158,7 @@
} }
@include media-query(tablet-portrait) { @include media-query(tablet-portrait) {
padding: 5px 0;
margin: 0 10px; margin: 0 10px;
color: $color--secondary;
} }
&--breadcrumb { &--breadcrumb {
......
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