73 lines
2.1 KiB
SCSS
73 lines
2.1 KiB
SCSS
/*----------------------------------------------------------------------
|
|
|
|
MASTER STYLESHEET
|
|
|
|
Project: Metronic "Asentus" 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/blockquote'; // Blockquote
|
|
@import 'components/button'; // Button
|
|
|
|
|
|
// Gui
|
|
// =================================================================
|
|
|
|
@import 'gui/pricing'; // Pricing
|
|
@import 'gui/promo-section'; // Promo Section
|
|
@import 'gui/service'; // Service
|
|
@import 'gui/work'; // Work
|
|
|
|
|
|
// Layout
|
|
// =================================================================
|
|
|
|
@import 'layout/footer'; // Footer
|
|
@import 'layout/header'; // Header
|
|
|
|
|
|
// Pages
|
|
// =================================================================
|
|
|
|
@import 'pages/contact'; // Contact
|
|
|
|
|
|
// Plugins
|
|
// =================================================================
|
|
|
|
@import 'plugins/back-to-top'; // Back To Top
|
|
@import 'plugins/bootstrap-components'; // Bootstrap Components
|
|
@import 'plugins/gmap'; // Google Map
|
|
@import 'plugins/masonry'; // Masonry
|
|
@import 'plugins/swiper'; // Swiper
|
|
|
|
|
|
// Utils
|
|
// =================================================================
|
|
|
|
@import 'utils/colors'; // Colors
|
|
@import 'utils/helpers'; // Helpers |