feat(aio): marketing design refresh

- Add styling for active TOC item
- Add sidenav styles
- Change header tags to divs from index marketing page to remove anchors
- Fix use of card mixin and create separate card-docs class
- Add marketing styling
- Topnav styling when on home landing page
- Remove hamburger menu on home page
- Add fully rounded border to top nav toolbar search input
- Add mobile styles
- Add title banner to other marketing pages
This commit is contained in:
Stefanie Fluin
2017-05-24 23:08:21 -04:00
committed by Pete Bacon Darwin
parent 0018acfede
commit b8b91d3418
29 changed files with 848 additions and 745 deletions

View File

@ -22,7 +22,7 @@ describe('site App', function() {
// navigate to a different page
page.getLink('features').click();
expect(page.getDocViewerText()).toMatch(/Features/i);
expect(page.getDocViewerText()).toMatch(/Progressive web apps/i);
// Show the menu
page.docsMenuLink.click();