2014-03-17 16:36:32 +01:00
|
|
|
$navbar-default-bg: #299a0b;
|
|
|
|
|
$navbar-default-link-active-bg: #DFE0DF;
|
|
|
|
|
$navbar-default-border: 1px solid #d4d4d4;
|
|
|
|
|
$navbar-default-color: #ffffff;
|
|
|
|
|
$navbar-default-link-color: #ffffff;
|
|
|
|
|
$navbar-default-link-hover-color: #000000;
|
2013-06-27 16:58:20 +02:00
|
|
|
|
2014-08-18 09:32:14 +02:00
|
|
|
@import 'bootstrap-datetimepicker';
|
2014-11-27 14:47:00 +01:00
|
|
|
@import "bootstrap-sprockets";
|
2014-08-15 18:54:14 -07:00
|
|
|
|
|
|
|
|
//
|
|
|
|
|
// Bootstrap components
|
|
|
|
|
//
|
|
|
|
|
// Core variables and mixins
|
|
|
|
|
@import "bootstrap/variables";
|
|
|
|
|
@import "bootstrap/mixins";
|
|
|
|
|
|
|
|
|
|
// Reset and dependencies
|
|
|
|
|
@import "bootstrap/normalize";
|
|
|
|
|
@import "bootstrap/print";
|
2014-11-12 14:14:32 +01:00
|
|
|
@import "bootstrap/glyphicons";
|
2014-08-15 18:54:14 -07:00
|
|
|
|
|
|
|
|
// Core CSS
|
|
|
|
|
@import "bootstrap/scaffolding";
|
|
|
|
|
@import "bootstrap/type";
|
|
|
|
|
@import "bootstrap/code";
|
|
|
|
|
@import "bootstrap/grid";
|
|
|
|
|
@import "bootstrap/tables";
|
|
|
|
|
@import "bootstrap/forms";
|
|
|
|
|
@import "bootstrap/buttons";
|
|
|
|
|
|
|
|
|
|
// Components
|
|
|
|
|
@import "bootstrap/component-animations";
|
|
|
|
|
@import "bootstrap/dropdowns";
|
|
|
|
|
@import "bootstrap/button-groups";
|
|
|
|
|
@import "bootstrap/input-groups";
|
|
|
|
|
@import "bootstrap/navs";
|
|
|
|
|
@import "bootstrap/navbar";
|
|
|
|
|
@import "bootstrap/breadcrumbs";
|
|
|
|
|
@import "bootstrap/pagination";
|
|
|
|
|
@import "bootstrap/pager";
|
|
|
|
|
@import "bootstrap/labels";
|
|
|
|
|
@import "bootstrap/badges";
|
|
|
|
|
@import "bootstrap/jumbotron";
|
|
|
|
|
@import "bootstrap/thumbnails";
|
|
|
|
|
@import "bootstrap/alerts";
|
|
|
|
|
@import "bootstrap/progress-bars";
|
|
|
|
|
@import "bootstrap/media";
|
|
|
|
|
@import "bootstrap/list-group";
|
|
|
|
|
@import "bootstrap/panels";
|
|
|
|
|
@import "bootstrap/responsive-embed";
|
|
|
|
|
@import "bootstrap/wells";
|
|
|
|
|
@import "bootstrap/close";
|
|
|
|
|
|
|
|
|
|
// Components w/ JavaScript
|
|
|
|
|
@import "bootstrap/modals";
|
|
|
|
|
@import "bootstrap/tooltip";
|
|
|
|
|
@import "bootstrap/popovers";
|
|
|
|
|
@import "bootstrap/carousel";
|
|
|
|
|
|
|
|
|
|
// Utility classes
|
|
|
|
|
@import "bootstrap/utilities";
|
2014-11-27 14:47:00 +01:00
|
|
|
@import "bootstrap/responsive-utilities";
|