2013-10-09 06:30:53 -04:00
|
|
|
.navigation {
|
2014-07-28 01:10:02 -07:00
|
|
|
font-weight: $font-weight-bold;
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
|
|
|
ul { @include padding-leader; }
|
2013-02-08 19:10:33 -08:00
|
|
|
|
2013-10-09 06:30:53 -04:00
|
|
|
li {
|
|
|
|
@include trailer(.5);
|
2013-02-08 19:10:33 -08:00
|
|
|
|
2013-10-09 06:30:53 -04:00
|
|
|
&:last-child { margin-bottom: 0; }
|
2013-02-08 19:10:33 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
2013-10-09 06:30:53 -04:00
|
|
|
@include padding-leader(.5);
|
|
|
|
@include padding-trailer(.5);
|
|
|
|
display: block;
|
|
|
|
padding: {
|
2014-07-28 01:10:02 -07:00
|
|
|
right: $gutter-width;
|
|
|
|
left: $gutter-width;
|
2013-10-09 06:30:53 -04:00
|
|
|
}
|
|
|
|
background: mix($color-background, $color-background-shade);
|
2012-11-28 03:09:54 -08:00
|
|
|
|
2013-10-09 06:30:53 -04:00
|
|
|
&:hover,
|
|
|
|
&:focus { background: $color-background-shade; }
|
|
|
|
}
|
2012-11-28 08:23:08 -08:00
|
|
|
|
2013-10-11 16:06:20 -04:00
|
|
|
@include breakpoint($tablet-small) {
|
2013-10-09 06:30:53 -04:00
|
|
|
ul { @extend %clear-fix-tablet-small; }
|
|
|
|
|
2012-11-28 08:23:08 -08:00
|
|
|
li {
|
2013-10-12 11:51:13 -04:00
|
|
|
@include span(6);
|
2012-11-28 08:23:08 -08:00
|
|
|
|
2013-10-12 11:51:13 -04:00
|
|
|
&:nth-child(odd) { @include omega; }
|
2012-11-28 08:23:08 -08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-10-11 16:06:20 -04:00
|
|
|
@include breakpoint($tablet-large) {
|
2013-10-12 11:51:13 -04:00
|
|
|
@include span(9 omega);
|
2014-07-28 01:10:02 -07:00
|
|
|
@include font-size-small;
|
2013-10-09 06:30:53 -04:00
|
|
|
background: none;
|
2012-11-28 08:23:08 -08:00
|
|
|
|
2013-10-12 11:51:13 -04:00
|
|
|
&.collapse { display: block !important; }
|
2013-02-08 19:10:33 -08:00
|
|
|
|
2013-10-09 06:30:53 -04:00
|
|
|
ul {
|
2013-10-12 11:51:13 -04:00
|
|
|
text-align: right;
|
2014-07-28 01:10:02 -07:00
|
|
|
white-space: nowrap;
|
2013-02-23 22:04:16 -08:00
|
|
|
}
|
|
|
|
|
2013-10-09 06:30:53 -04:00
|
|
|
li {
|
2013-10-12 11:51:13 -04:00
|
|
|
float: none;
|
|
|
|
display: inline-block;
|
2013-02-23 22:04:16 -08:00
|
|
|
margin: {
|
2013-10-12 11:51:13 -04:00
|
|
|
right: 0;
|
2013-10-09 06:30:53 -04:00
|
|
|
bottom: 0;
|
2013-02-23 22:04:16 -08:00
|
|
|
}
|
2013-10-09 06:30:53 -04:00
|
|
|
width: auto;
|
2012-11-28 08:23:08 -08:00
|
|
|
|
2013-10-09 06:30:53 -04:00
|
|
|
&:nth-child(odd) {
|
2013-10-12 11:51:13 -04:00
|
|
|
float: none;
|
|
|
|
margin-right: 0;
|
2012-11-29 09:33:08 -08:00
|
|
|
}
|
2013-02-10 18:39:30 -08:00
|
|
|
|
2013-10-09 06:30:53 -04:00
|
|
|
&:last-child { margin-right: 0; }
|
|
|
|
}
|
2013-02-10 18:39:30 -08:00
|
|
|
|
2013-10-09 06:30:53 -04:00
|
|
|
a {
|
2013-10-12 11:59:36 -04:00
|
|
|
&,
|
2013-10-09 06:30:53 -04:00
|
|
|
&:hover,
|
2013-10-12 11:59:36 -04:00
|
|
|
&:focus { background: none; }
|
2013-10-09 06:30:53 -04:00
|
|
|
}
|
|
|
|
}
|
2014-07-28 01:10:02 -07:00
|
|
|
|
|
|
|
@include breakpoint($screen-small) {
|
|
|
|
@include font-size-regular;
|
|
|
|
|
|
|
|
li { margin-left: $gutter-width; }
|
|
|
|
}
|
2013-10-09 06:30:53 -04:00
|
|
|
}
|