
- 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
29 lines
644 B
SCSS
29 lines
644 B
SCSS
/* ==============================
|
|
MODULE STYLES
|
|
============================== */
|
|
|
|
@import 'alert';
|
|
@import 'api-info-bar';
|
|
@import 'api-list';
|
|
@import 'banner';
|
|
@import 'buttons';
|
|
@import 'callout';
|
|
@import 'card';
|
|
@import 'code';
|
|
@import 'contributor';
|
|
@import 'edit-page-cta';
|
|
@import 'features';
|
|
@import 'filetree';
|
|
@import 'hamburger';
|
|
@import 'heading-anchors';
|
|
@import 'hr';
|
|
@import 'images';
|
|
@import 'progress-bar';
|
|
@import 'table';
|
|
@import 'presskit';
|
|
@import 'resources';
|
|
@import 'scrollbar';
|
|
@import 'search-results';
|
|
@import 'subsection';
|
|
@import 'toc';
|