mirror of
https://github.com/danog/sass-site.git
synced 2024-12-12 01:19:50 +01:00
15 lines
305 B
SCSS
15 lines
305 B
SCSS
// ===========================================================================
|
|
// NAVIGATION
|
|
|
|
|
|
|
|
.navigation {
|
|
@extend %navigation-theme;
|
|
line-height: $line-height-alt;
|
|
letter-spacing: .05em;
|
|
text-transform: uppercase;
|
|
|
|
a { @extend %source-sans-pro-bold; }
|
|
|
|
ul { @extend %horizontal-list; }
|
|
} |