Sha256: 87379056ce47af28a6c3d5598d1fe76b03760ca77101c8a8cc25e9b52b108a2e

Contents?: true

Size: 1.74 KB

Versions: 5

Compression:

Stored size: 1.74 KB

Contents

// Core variables and mixins
$zindex-navbar:            1;
$zindex-dropdown:          30;
$zindex-popover:           30;
$zindex-tooltip:           10;
$zindex-navbar-fixed:      1;
$zindex-modal-background:  25;
$zindex-modal:             26;
$zindex-tooltip:           31;
$grid-gutter-width: 10px;
$popover-max-width: 320px;

// Core variables and mixins
@import "bootstrap/variables";
@import "bootstrap/mixins";

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

// Core CSS
@import "bootstrap/scaffolding";
@import "bootstrap/type";
@import "bootstrap/code";

@import "bootstrap-custom-grid";
// @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-custom-modals";

@import "bootstrap/tooltip";

// popover is only included by the popover component
//@import "bootstrap/popovers";

@import "bootstrap/carousel";

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
lanes-0.1.9 client/lanes/styles/bootstrap.scss
lanes-0.1.8 client/lanes/styles/bootstrap.scss
lanes-0.1.7 client/lanes/styles/bootstrap.scss
lanes-0.1.6 client/lanes/styles/bootstrap.scss
lanes-0.1.5 client/lanes/styles/bootstrap.scss