diff options
| author | norrinorri <noora.vanttine@gmail.com> | 2017-08-31 19:01:47 +0300 |
|---|---|---|
| committer | norrinorri <noora.vanttine@gmail.com> | 2017-08-31 19:01:47 +0300 |
| commit | 0cac351f18a2004e6fff294d1e3413baf200ae89 (patch) | |
| tree | ffb9e2e8d29a78d8e92796f5b288af533e5d516e /_sass | |
| parent | 9d7af15aefeb2d3b9d8ad05b712ecd3d37a137f7 (diff) | |
värit ja navigaatio
Diffstat (limited to '_sass')
| -rw-r--r-- | _sass/_as-theme.scss | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/_sass/_as-theme.scss b/_sass/_as-theme.scss index 119a6f3..6b54b3e 100644 --- a/_sass/_as-theme.scss +++ b/_sass/_as-theme.scss @@ -77,6 +77,20 @@ body { color: $purple-color; } } +.subheader__navigation { + + margin-top: $spacing-unit / 4; + overflow: hidden; + ul { + + overflow: hidden; + + margin: 0; + padding: $spacing-unit /2 0; + } + + +} .navigation__item.active { font-weight: bold; |
