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

nav styling tweaks

parent 294bb955
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,8 @@ ...@@ -11,6 +11,8 @@
} }
&--primary { &--primary {
text-transform: uppercase;
@include media-query(tablet-portrait) { @include media-query(tablet-portrait) {
flex-direction: row; flex-direction: row;
justify-content: flex-end; justify-content: flex-end;
...@@ -54,12 +56,9 @@ ...@@ -54,12 +56,9 @@
} }
&__item { &__item {
width: 60%;
padding-bottom: 10px;
margin-bottom: 10px; margin-bottom: 10px;
font-weight: $weight--bold; font-weight: $weight--bold;
text-align: center; text-align: center;
border-bottom: 1px solid rgba($color--black, 0.2);
.nav--tertiary & { .nav--tertiary & {
width: 100%; width: 100%;
...@@ -84,8 +83,15 @@ ...@@ -84,8 +83,15 @@
border-bottom: 0; border-bottom: 0;
} }
&--secondary { &--primary {
font-weight: $weight--light; @include font-size(epsilon);
margin: 0;
letter-spacing: 1px;
@include media-query(tablet-landscape) {
@include font-size(zeta);
margin: 0 18px;
}
} }
&--footer { &--footer {
...@@ -137,6 +143,8 @@ ...@@ -137,6 +143,8 @@
} }
&__link { &__link {
display: inline-block;
padding: 20px;
color: $color--white; color: $color--white;
border-bottom: 1px solid transparent; border-bottom: 1px solid transparent;
transition: color, border $transition; transition: color, border $transition;
...@@ -146,16 +154,15 @@ ...@@ -146,16 +154,15 @@
} }
@include media-query(tablet-landscape) { @include media-query(tablet-landscape) {
display: initial;
padding: 0;
&:hover { &:hover {
color: lighten($color--secondary, 20%); color: lighten($color--secondary, 20%);
border-bottom: 1px solid $color--secondary; border-bottom: 1px solid $color--secondary;
} }
} }
@include media-query(tablet-portrait) {
margin: 0 10px;
}
&--breadcrumb { &--breadcrumb {
color: $color--primary; color: $color--primary;
......
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