first commit
This commit is contained in:
@@ -0,0 +1,216 @@
|
||||
@charset "utf-8";
|
||||
|
||||
// Configuration
|
||||
@import "config";
|
||||
|
||||
// Mixins
|
||||
@import "mixins";
|
||||
|
||||
/*------------------------------------*
|
||||
$CONTENTS
|
||||
*------------------------------------*/
|
||||
/**
|
||||
* BASE
|
||||
* - MAIN
|
||||
* - NORMALIZE
|
||||
* - LAYOUTS
|
||||
* - COMPONENTS
|
||||
* - TYPOGRAPHY
|
||||
* - FORMS
|
||||
*
|
||||
* COMPONENTS
|
||||
* - TOP BAR
|
||||
* - HEADER
|
||||
* - NAVIGATIONS
|
||||
* - LINKS EFFECT
|
||||
* - MEGA MENU
|
||||
* - SEARCH ICON
|
||||
* - DROP DOWN MOBILE
|
||||
* - FULL SCREEN MOBILE
|
||||
* - PAGE HEADER
|
||||
* - BLOG
|
||||
* - SIDEBAR
|
||||
* - CUSTOM SELECTS
|
||||
* - PAGINATION
|
||||
* - COMMENT
|
||||
* - SEARCH
|
||||
* - FOOTER
|
||||
* - 404 PAGE
|
||||
*
|
||||
* PLUGINS
|
||||
* - GENERAL
|
||||
* - MAGNIFIC POPUP
|
||||
* - SIDR
|
||||
* - SLICK
|
||||
*
|
||||
* RESPONSIVE
|
||||
*/
|
||||
|
||||
/*------------------------------------*
|
||||
$MAIN
|
||||
*------------------------------------*/
|
||||
@import "base/main";
|
||||
|
||||
/*------------------------------------*
|
||||
$NORMALIZE
|
||||
*------------------------------------*/
|
||||
@import "base/normalize";
|
||||
|
||||
/*------------------------------------*
|
||||
$LAYOUTS
|
||||
*------------------------------------*/
|
||||
@import "layout";
|
||||
|
||||
/*------------------------------------*
|
||||
$COMPONENTS
|
||||
*------------------------------------*/
|
||||
@import "base/shared";
|
||||
|
||||
/*------------------------------------*
|
||||
$TYPOGRAPHY
|
||||
*------------------------------------*/
|
||||
@import "base/typography";
|
||||
|
||||
/*------------------------------------*
|
||||
$FORMS
|
||||
*------------------------------------*/
|
||||
@import "base/form";
|
||||
|
||||
/*------------------------------------*
|
||||
$TOP BAR
|
||||
*------------------------------------*/
|
||||
@import "components/topbar/topbar";
|
||||
@import "components/topbar/topbar-content";
|
||||
@import "components/topbar/topbar-menu";
|
||||
@import "components/topbar/topbar-social";
|
||||
|
||||
/*------------------------------------*
|
||||
$HEADER
|
||||
*------------------------------------*/
|
||||
@import "components/header/header";
|
||||
@import "components/header/header-transparent";
|
||||
@import "components/header/header-top";
|
||||
@import "components/header/header-fullscreen";
|
||||
@import "components/header/header-center";
|
||||
@import "components/header/header-medium";
|
||||
@import "components/header/header-vertical";
|
||||
@import "components/header/header-custom";
|
||||
|
||||
/*------------------------------------*
|
||||
$NAVIGATIONS
|
||||
*------------------------------------*/
|
||||
@import "components/header/navigation";
|
||||
@import "components/header/socialmenu";
|
||||
|
||||
/*------------------------------------*
|
||||
$LINKS EFFECT
|
||||
*------------------------------------*/
|
||||
@import "components/header/links_effect";
|
||||
|
||||
/*------------------------------------*
|
||||
$MEGA MENU
|
||||
*------------------------------------*/
|
||||
@import "components/header/megamenu";
|
||||
|
||||
/*------------------------------------*
|
||||
$SEARCH ICON
|
||||
*------------------------------------*/
|
||||
@import "components/header/search-dropdown";
|
||||
@import "components/header/search-replace";
|
||||
@import "components/header/search-overlay";
|
||||
|
||||
/*------------------------------------*
|
||||
$DROP DOWN MOBILE
|
||||
*------------------------------------*/
|
||||
@import "components/mobile/dropdown-mobile";
|
||||
|
||||
/*------------------------------------*
|
||||
$FULL SCREEN MOBILE
|
||||
*------------------------------------*/
|
||||
@import "components/mobile/fullscreen-mobile";
|
||||
|
||||
/*------------------------------------*
|
||||
$PAGE HEADER
|
||||
*------------------------------------*/
|
||||
@import "components/page-header";
|
||||
|
||||
/*------------------------------------*
|
||||
$BLOG
|
||||
*------------------------------------*/
|
||||
@import "components/blog/blog-entries";
|
||||
@import "components/blog/blog-large";
|
||||
@import "components/blog/blog-grid";
|
||||
@import "components/blog/blog-thumbnail";
|
||||
@import "components/blog/blog-meta";
|
||||
@import "components/blog/gallery-format";
|
||||
@import "components/blog/video-audio-formats";
|
||||
@import "components/blog/link-format";
|
||||
@import "components/blog/quote-format";
|
||||
@import "components/blog/single-post";
|
||||
@import "components/blog/single-content";
|
||||
@import "components/blog/single-tags";
|
||||
@import "components/blog/single-next-prev";
|
||||
@import "components/blog/single-author-bio";
|
||||
@import "components/blog/single-related-posts";
|
||||
|
||||
/*------------------------------------*
|
||||
$SIDEBAR
|
||||
*------------------------------------*/
|
||||
@import "components/sidebar/sidebar";
|
||||
|
||||
/*------------------------------------*
|
||||
$CUSTOM SELECTS
|
||||
*------------------------------------*/
|
||||
@import "components/custom-selects";
|
||||
|
||||
/*------------------------------------*
|
||||
$PAGINATION
|
||||
*------------------------------------*/
|
||||
@import "components/pagination";
|
||||
|
||||
/*------------------------------------*
|
||||
$COMMENT
|
||||
*------------------------------------*/
|
||||
@import "components/comments";
|
||||
|
||||
/*------------------------------------*
|
||||
$SEARCH
|
||||
*------------------------------------*/
|
||||
@import "components/search";
|
||||
|
||||
/*------------------------------------*
|
||||
$FOOTER
|
||||
*------------------------------------*/
|
||||
@import "components/footer/footer-widgets";
|
||||
@import "components/footer/footer-bottom";
|
||||
@import "components/footer/scroll-top";
|
||||
|
||||
/*------------------------------------*
|
||||
$404 PAGE
|
||||
*------------------------------------*/
|
||||
@import "components/404";
|
||||
|
||||
/*------------------------------------*
|
||||
$GENERAL
|
||||
*------------------------------------*/
|
||||
@import "components/plugins/general";
|
||||
|
||||
/*------------------------------------*
|
||||
$MAGNIFIC POPUP
|
||||
*------------------------------------*/
|
||||
@import "components/plugins/magnific-popup";
|
||||
|
||||
/*------------------------------------*
|
||||
$SIDR
|
||||
*------------------------------------*/
|
||||
@import "components/plugins/sidr";
|
||||
|
||||
/*------------------------------------*
|
||||
$SLICK
|
||||
*------------------------------------*/
|
||||
@import "components/plugins/slick";
|
||||
|
||||
/*------------------------------------*
|
||||
$RESPONSIVE
|
||||
*------------------------------------*/
|
||||
@import "components/responsive";
|
||||
Reference in New Issue
Block a user