You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
scrutiny/webapp/frontend/src/@treo/styles/main.scss

32 lines
849 B

// -----------------------------------------------------------------------------------------------------
// @ This file meant to be imported only once!
// Use treo.scss to access to the Angular Material and Treo utilities
// -----------------------------------------------------------------------------------------------------
// 1. Utilities
@import 'treo';
// 2. Vendors
@import 'vendors/normalize';
@import 'vendors/angular-material';
// 3. Base
@import 'base/preflight';
@import 'base/typography';
@import 'base/colors';
@import 'base/theming';
// 4. Layout
@import 'layout/content';
// 5. Components
@import 'components/card';
@import 'components/input';
@import 'components/table';
// 6. Overrides
@import 'overrides/angular-material';
@import 'overrides/highlightjs';
@import 'overrides/perfect-scrollbar';
@import 'overrides/quill';