Skip to content
Snippets Groups Projects
style.scss 3.24 KiB
Newer Older
bcweaver's avatar
bcweaver committed
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/../../bootstrap/stylesheets/bootstrap/blob/master/LICENSE)
 */

// Core variables and mixins
@import "helpers/functions";
@import "helpers/mixins";
@import "helpers/variables";
bcweaver's avatar
bcweaver committed
@import "../../bootstrap/stylesheets/bootstrap/mixins";

// Reset and dependencies
@import "../../bootstrap/stylesheets/bootstrap/normalize";
@import "../../bootstrap/stylesheets/bootstrap/print";
@import "../../bootstrap/stylesheets/bootstrap/glyphicons";

// Core CSS
@import "../../bootstrap/stylesheets/bootstrap/scaffolding";
@import "../../bootstrap/stylesheets/bootstrap/type";
@import "../../bootstrap/stylesheets/bootstrap/code";
@import "../../bootstrap/stylesheets/bootstrap/grid";
@import "../../bootstrap/stylesheets/bootstrap/tables";
@import "../../bootstrap/stylesheets/bootstrap/forms";
@import "../../bootstrap/stylesheets/bootstrap/buttons";

// Components
@import "../../bootstrap/stylesheets/bootstrap/component-animations";
@import "../../bootstrap/stylesheets/bootstrap/dropdowns";
@import "../../bootstrap/stylesheets/bootstrap/button-groups";
@import "../../bootstrap/stylesheets/bootstrap/input-groups";
@import "../../bootstrap/stylesheets/bootstrap/navs";
@import "../../bootstrap/stylesheets/bootstrap/navbar";
@import "../../bootstrap/stylesheets/bootstrap/breadcrumbs";
@import "../../bootstrap/stylesheets/bootstrap/pagination";
@import "../../bootstrap/stylesheets/bootstrap/pager";
@import "../../bootstrap/stylesheets/bootstrap/labels";
@import "../../bootstrap/stylesheets/bootstrap/badges";
@import "../../bootstrap/stylesheets/bootstrap/jumbotron";
@import "../../bootstrap/stylesheets/bootstrap/thumbnails";
@import "../../bootstrap/stylesheets/bootstrap/alerts";
@import "../../bootstrap/stylesheets/bootstrap/progress-bars";
@import "../../bootstrap/stylesheets/bootstrap/media";
@import "../../bootstrap/stylesheets/bootstrap/list-group";
@import "../../bootstrap/stylesheets/bootstrap/panels";
@import "../../bootstrap/stylesheets/bootstrap/responsive-embed";
@import "../../bootstrap/stylesheets/bootstrap/wells";
@import "../../bootstrap/stylesheets/bootstrap/close";

// Components w/ JavaScript
@import "../../bootstrap/stylesheets/bootstrap/modals";
@import "../../bootstrap/stylesheets/bootstrap/tooltip";
@import "../../bootstrap/stylesheets/bootstrap/popovers";
@import "../../bootstrap/stylesheets/bootstrap/carousel";

// Utility classes
@import "../../bootstrap/stylesheets/bootstrap/utilities";
@import "../../bootstrap/stylesheets/bootstrap/responsive-utilities";


//Custom Layout
@import "layout/aside";
@import "layout/default";
@import "layout/footer";
@import "layout/header";
@import "layout/section-background-colors";

//Custom Components
@import "components/cbpmenu";
@import "components/events";
@import "components/fields";
@import "components/filters";
@import "components/menu";
@import "components/paragraphs";
@import "components/people";
@import "components/people-styles";
@import "components/simplemenu";
@import "components/video";
@import "components/webforms";
bcweaver's avatar
bcweaver committed
// Custom Pages
@import "pages/landing-page";