sass-site/source/assets/stylesheets/regions/_navigation.scss

15 lines
305 B
SCSS
Raw Normal View History

// ===========================================================================
// NAVIGATION
.navigation {
@extend %navigation-theme;
2012-11-28 12:59:42 +01:00
line-height: $line-height-alt;
letter-spacing: .05em;
text-transform: uppercase;
2012-11-28 13:09:45 +01:00
a { @extend %source-sans-pro-bold; }
ul { @extend %horizontal-list; }
}