hacks-guide-minimal-mistake.../assets/_scss/_masthead.scss
2016-04-04 12:45:44 -04:00

61 lines
1 KiB
SCSS

/* ==========================================================================
MASTHEAD
========================================================================== */
.masthead {
border-bottom: 1px solid $border-color;
&__inner-wrap {
@include container;
@include clearfix;
padding: 1em 2em 1em;
font-family: $sans-serif-narrow;
font-weight: 700;
text-transform: uppercase;
@include breakpoint($large) {
padding-left: 1em;
padding-right: 1em;
}
@include breakpoint($x-large) {
max-width: $x-large;
}
nav {
z-index: 10;
}
a {
text-decoration: none;
}
}
}
.masthead__menu {
@include breakpoint($large) {
@include prefix(2 of 12);
}
@include breakpoint($x-large) {
@include prefix(2.5 of 12);
}
ul {
margin: 0;
padding: 0;
clear: both;
list-style-type: none;
}
}
.masthead__menu-item {
display: block;
list-style-type: none;
font-size: $type-size-6;
white-space: nowrap;
&--lg {
font-size: $type-size-5;
}
}