@import "bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap-compass";
@import "bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap";

/* Component SASS */
/* Add Component SASS Above */

/* Required for Angular UI Bootstrap */
.nav, .pagination, .carousel a { cursor: pointer; }

/* Personal preference for BS modal.  The SASS below makes the backdrop white and
   causes the modal to fade in rather than slide in. */
//@modal-backdrop-bg: white;
//.modal {
//	&.fade {
//		.transition(opacity .3s);
//	}
//	&.fade .modal-dialog {
//		.translate(0,0);
//	}
//}
