- upgraded "Font Awesome" icon lib `v5.0.2` -> `v5.0.13` - refactoring for map context menus (switched to JS Promises)
63 lines
1.6 KiB
SCSS
63 lines
1.6 KiB
SCSS
/*!
|
|
* Bootstrap SASS
|
|
*
|
|
* Copyright 2013 Twitter, Inc
|
|
* Licensed under the Apache License v2.0
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Designed and built with all the love in the world by @mdo and @fat.
|
|
*/
|
|
|
|
// Core variables and mixins
|
|
// @import "colors";
|
|
// @import "variables";
|
|
@import "bootstrap/mixins";
|
|
|
|
// Reset
|
|
// @import "bootstrap/normalize";
|
|
// @import "bootstrap/print";
|
|
|
|
|
|
// 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/glyphicons"; // currently not used -> FontAwesome is primary icon font
|
|
@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"; // currently not used
|
|
@import "bootstrap/thumbnails";
|
|
@import "bootstrap/alerts";
|
|
@import "bootstrap/progress-bars";
|
|
@import "bootstrap/media";
|
|
@import "bootstrap/list-group";
|
|
@import "bootstrap/panels";
|
|
@import "bootstrap/wells";
|
|
@import "bootstrap/close";
|
|
|
|
// Components w/ JavaScript
|
|
@import "bootstrap/modals";
|
|
@import "bootstrap/tooltip";
|
|
@import "bootstrap/popovers";
|
|
//@import "bootstrap/carousel"; // currently not used
|
|
|
|
// Utility classes
|
|
@import "bootstrap/utilities";
|
|
@import "bootstrap/responsive-utilities";
|
|
|