- 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
15 lines
305 B
SCSS
Executable File
15 lines
305 B
SCSS
Executable File
// import global themes
|
|
@import '~@angular/material/theming';
|
|
@import './ng-io-theme';
|
|
|
|
// import global variables
|
|
@import './constants';
|
|
|
|
// import global mixins
|
|
@import './mixins';
|
|
|
|
// import directories
|
|
@import './0-base/base-dir';
|
|
@import './1-layouts/layouts-dir';
|
|
@import './2-modules/modules-dir';
|