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