64 lines
1.8 KiB
SCSS
Executable File
64 lines
1.8 KiB
SCSS
Executable File
/*----------------------------------------------------------------------
|
|
|
|
MASTER STYLESHEET
|
|
|
|
Project: Metronic "Acidus" Frontend Freebie - Responsive HTML Template Based On Twitter Bootstrap 3.3.4
|
|
Version: 1.0
|
|
Author: KeenThemes
|
|
Primary use: Corporate, Business Themes.
|
|
Email: support@keenthemes.com
|
|
Follow: http://www.twitter.com/keenthemes
|
|
Like: http://www.facebook.com/keenthemes
|
|
Website: http://www.keenthemes.com
|
|
Premium: Premium Metronic Admin Theme: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes
|
|
|
|
-----------------------------------------------------------------------*/
|
|
|
|
// Custom
|
|
// =================================================================
|
|
|
|
@import 'mixins'; // Mixins
|
|
@import 'variables'; // Variables
|
|
|
|
|
|
// Base
|
|
// =================================================================
|
|
|
|
@import 'base/base'; // Base
|
|
|
|
|
|
// Components
|
|
// =================================================================
|
|
|
|
@import 'components/button'; // Button
|
|
@import 'components/progress-bar'; // Progress Bar
|
|
@import 'components/social-icons'; // Social Icons
|
|
|
|
|
|
// Gui
|
|
// =================================================================
|
|
|
|
@import 'gui/promo-block'; // Promo Block
|
|
@import 'gui/service'; // Service
|
|
@import 'gui/work'; // Work
|
|
|
|
|
|
// Layout
|
|
// =================================================================
|
|
|
|
@import 'layout/footer'; // Footer
|
|
@import 'layout/header'; // Header
|
|
|
|
|
|
// Plugins
|
|
// =================================================================
|
|
|
|
@import 'plugins/back-to-top'; // Back To Top
|
|
@import 'plugins/bootstrap-components'; // Bootstrap Components
|
|
|
|
|
|
// Utils
|
|
// =================================================================
|
|
|
|
@import 'utils/colors'; // Colors
|
|
@import 'utils/helpers'; // Helpers |