mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-10 09:21:23 +00:00
60 lines
1.8 KiB
SCSS
Executable File
60 lines
1.8 KiB
SCSS
Executable File
/**
|
|
*
|
|
* Main Stylesheet SOGo
|
|
* Based on Angular Material Design
|
|
* IMPORTANT : This scss file might interfere with actual Angular-Material grunt-build
|
|
* and will generate a (too)) long css file because of the overrides
|
|
*
|
|
**/
|
|
|
|
// Compass import - comment-out if needed
|
|
//@import 'vendors/compass';
|
|
|
|
// Browser reset - most effective for applications. Generated by Compass in a non-regular way
|
|
@import 'reset.css';
|
|
//@import 'components/normalize';
|
|
|
|
// Fonts
|
|
@import '../css/ubuntu.css';
|
|
|
|
// MODULES - Shouldn't immediately generate any css
|
|
@import 'functions';
|
|
|
|
// Angular-Material core style files (filenames are not reflecting content)
|
|
@import '../angular-material/src/core/style/color-palette.scss';
|
|
@import '../angular-material/src/core/style/variables.scss';
|
|
@import '../angular-material/src/core/style/mixins.scss';
|
|
@import '../angular-material/src/core/style/structure.scss';
|
|
@import '../angular-material/src/core/style/layout.scss';
|
|
|
|
/* Local overrides from angular-material src */
|
|
@import 'vendors/angular-material/core/style/color-palette';
|
|
@import 'vendors/angular-material/core/style/variables';
|
|
@import 'vendors/angular-material/core/style/mixins';
|
|
@import 'vendors/angular-material/core/style/structure';
|
|
@import 'vendors/angular-material/core/style/layout';
|
|
|
|
|
|
|
|
|
|
// Icons -
|
|
|
|
|
|
// Angular-Material Color Palettes (used by $mdThemingProvider [theming.js]) - generated at (grunt ?) build
|
|
// @import '../angular-material/src/core/style/color-palette.scss';
|
|
|
|
// COMPONENTS
|
|
// Angular-material src components
|
|
|
|
|
|
/* Angular-material components local overrides */
|
|
@import 'vendors/angular-material/components/list/list.scss';
|
|
@import 'vendors/angular-material/components/divider/divider.scss';
|
|
@import 'vendors/angular-material/components/toolbar/toolbar.scss';
|
|
|
|
// Pages-specific styles
|
|
|
|
|
|
// Make sure this is last to override anything else :)
|
|
|