Copy disabled (too large)
Download .txt
Showing preview only (16,332K chars total). Download the full file to get everything.
Repository: thomaspark/bootswatch
Branch: v5
Commit: ec81ca8fe44b
Files: 1824
Total size: 57.9 MB
Directory structure:
gitextract_u8lach65/
├── .browserslistrc
├── .editorconfig
├── .gitattributes
├── .github/
│ ├── dependabot.yml
│ ├── stale.yml
│ └── workflows/
│ └── ci.yml
├── .gitignore
├── .npmrc
├── .stylelintignore
├── .stylelintrc.json
├── Gruntfile.js
├── LICENSE
├── README.md
├── bootswatch.gemspec
├── build/
│ ├── html/
│ │ └── thumbnail.html
│ └── scss/
│ └── build.scss
├── composer.json
├── dist/
│ ├── brite/
│ │ ├── _bootswatch.scss
│ │ ├── _variables.scss
│ │ ├── bootstrap.css
│ │ └── bootstrap.rtl.css
│ ├── cerulean/
│ │ ├── _bootswatch.scss
│ │ ├── _variables.scss
│ │ ├── bootstrap.css
│ │ └── bootstrap.rtl.css
│ ├── cosmo/
│ │ ├── _bootswatch.scss
│ │ ├── _variables.scss
│ │ ├── bootstrap.css
│ │ └── bootstrap.rtl.css
│ ├── cyborg/
│ │ ├── _bootswatch.scss
│ │ ├── _variables.scss
│ │ ├── bootstrap.css
│ │ └── bootstrap.rtl.css
│ ├── darkly/
│ │ ├── _bootswatch.scss
│ │ ├── _variables.scss
│ │ ├── bootstrap.css
│ │ └── bootstrap.rtl.css
│ ├── flatly/
│ │ ├── _bootswatch.scss
│ │ ├── _variables.scss
│ │ ├── bootstrap.css
│ │ └── bootstrap.rtl.css
│ ├── journal/
│ │ ├── _bootswatch.scss
│ │ ├── _variables.scss
│ │ ├── bootstrap.css
│ │ └── bootstrap.rtl.css
│ ├── litera/
│ │ ├── _bootswatch.scss
│ │ ├── _variables.scss
│ │ ├── bootstrap.css
│ │ └── bootstrap.rtl.css
│ ├── lumen/
│ │ ├── _bootswatch.scss
│ │ ├── _variables.scss
│ │ ├── bootstrap.css
│ │ └── bootstrap.rtl.css
│ ├── lux/
│ │ ├── _bootswatch.scss
│ │ ├── _variables.scss
│ │ ├── bootstrap.css
│ │ └── bootstrap.rtl.css
│ ├── materia/
│ │ ├── _bootswatch.scss
│ │ ├── _variables.scss
│ │ ├── bootstrap.css
│ │ └── bootstrap.rtl.css
│ ├── minty/
│ │ ├── _bootswatch.scss
│ │ ├── _variables.scss
│ │ ├── bootstrap.css
│ │ └── bootstrap.rtl.css
│ ├── morph/
│ │ ├── _bootswatch.scss
│ │ ├── _variables.scss
│ │ ├── bootstrap.css
│ │ └── bootstrap.rtl.css
│ ├── pulse/
│ │ ├── _bootswatch.scss
│ │ ├── _variables.scss
│ │ ├── bootstrap.css
│ │ └── bootstrap.rtl.css
│ ├── quartz/
│ │ ├── _bootswatch.scss
│ │ ├── _variables.scss
│ │ ├── bootstrap.css
│ │ └── bootstrap.rtl.css
│ ├── sandstone/
│ │ ├── _bootswatch.scss
│ │ ├── _variables.scss
│ │ ├── bootstrap.css
│ │ └── bootstrap.rtl.css
│ ├── simplex/
│ │ ├── _bootswatch.scss
│ │ ├── _variables.scss
│ │ ├── bootstrap.css
│ │ └── bootstrap.rtl.css
│ ├── sketchy/
│ │ ├── _bootswatch.scss
│ │ ├── _variables.scss
│ │ ├── bootstrap.css
│ │ └── bootstrap.rtl.css
│ ├── slate/
│ │ ├── _bootswatch.scss
│ │ ├── _variables.scss
│ │ ├── bootstrap.css
│ │ └── bootstrap.rtl.css
│ ├── solar/
│ │ ├── _bootswatch.scss
│ │ ├── _variables.scss
│ │ ├── bootstrap.css
│ │ └── bootstrap.rtl.css
│ ├── spacelab/
│ │ ├── _bootswatch.scss
│ │ ├── _variables.scss
│ │ ├── bootstrap.css
│ │ └── bootstrap.rtl.css
│ ├── superhero/
│ │ ├── _bootswatch.scss
│ │ ├── _variables.scss
│ │ ├── bootstrap.css
│ │ └── bootstrap.rtl.css
│ ├── united/
│ │ ├── _bootswatch.scss
│ │ ├── _variables.scss
│ │ ├── bootstrap.css
│ │ └── bootstrap.rtl.css
│ ├── vapor/
│ │ ├── _bootswatch.scss
│ │ ├── _variables.scss
│ │ ├── bootstrap.css
│ │ └── bootstrap.rtl.css
│ ├── versa/
│ │ ├── _bootswatch.scss
│ │ ├── _variables.scss
│ │ ├── bootstrap.css
│ │ └── bootstrap.rtl.css
│ ├── yeti/
│ │ ├── _bootswatch.scss
│ │ ├── _variables.scss
│ │ ├── bootstrap.css
│ │ └── bootstrap.rtl.css
│ └── zephyr/
│ ├── _bootswatch.scss
│ ├── _variables.scss
│ ├── bootstrap.css
│ └── bootstrap.rtl.css
├── docs/
│ ├── .nojekyll
│ ├── 2/
│ │ ├── .travis.yml
│ │ ├── Gruntfile.js
│ │ ├── LICENSE
│ │ ├── README.md
│ │ ├── amelia/
│ │ │ ├── bootstrap.css
│ │ │ ├── bootswatch.less
│ │ │ ├── index.html
│ │ │ └── variables.less
│ │ ├── api/
│ │ │ └── themes.json
│ │ ├── bower.json
│ │ ├── bower_components/
│ │ │ ├── bootstrap/
│ │ │ │ ├── .bower.json
│ │ │ │ ├── .gitignore
│ │ │ │ ├── .travis.yml
│ │ │ │ ├── CHANGELOG.md
│ │ │ │ ├── CONTRIBUTING.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── Makefile
│ │ │ │ ├── README.md
│ │ │ │ ├── bower.json
│ │ │ │ ├── composer.json
│ │ │ │ ├── docs/
│ │ │ │ │ ├── assets/
│ │ │ │ │ │ ├── css/
│ │ │ │ │ │ │ ├── bootstrap-responsive.css
│ │ │ │ │ │ │ ├── bootstrap.css
│ │ │ │ │ │ │ └── docs.css
│ │ │ │ │ │ └── js/
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ ├── application.js
│ │ │ │ │ │ ├── bootstrap-affix.js
│ │ │ │ │ │ ├── bootstrap-alert.js
│ │ │ │ │ │ ├── bootstrap-button.js
│ │ │ │ │ │ ├── bootstrap-carousel.js
│ │ │ │ │ │ ├── bootstrap-collapse.js
│ │ │ │ │ │ ├── bootstrap-dropdown.js
│ │ │ │ │ │ ├── bootstrap-modal.js
│ │ │ │ │ │ ├── bootstrap-popover.js
│ │ │ │ │ │ ├── bootstrap-scrollspy.js
│ │ │ │ │ │ ├── bootstrap-tab.js
│ │ │ │ │ │ ├── bootstrap-tooltip.js
│ │ │ │ │ │ ├── bootstrap-transition.js
│ │ │ │ │ │ ├── bootstrap-typeahead.js
│ │ │ │ │ │ ├── bootstrap.js
│ │ │ │ │ │ ├── google-code-prettify/
│ │ │ │ │ │ │ ├── prettify.css
│ │ │ │ │ │ │ └── prettify.js
│ │ │ │ │ │ ├── holder/
│ │ │ │ │ │ │ └── holder.js
│ │ │ │ │ │ ├── html5shiv.js
│ │ │ │ │ │ └── jquery.js
│ │ │ │ │ ├── base-css.html
│ │ │ │ │ ├── components.html
│ │ │ │ │ ├── customize.html
│ │ │ │ │ ├── examples/
│ │ │ │ │ │ ├── carousel.html
│ │ │ │ │ │ ├── fluid.html
│ │ │ │ │ │ ├── hero.html
│ │ │ │ │ │ ├── justified-nav.html
│ │ │ │ │ │ ├── marketing-narrow.html
│ │ │ │ │ │ ├── signin.html
│ │ │ │ │ │ ├── starter-template.html
│ │ │ │ │ │ ├── sticky-footer-navbar.html
│ │ │ │ │ │ └── sticky-footer.html
│ │ │ │ │ ├── extend.html
│ │ │ │ │ ├── getting-started.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── javascript.html
│ │ │ │ │ ├── scaffolding.html
│ │ │ │ │ └── templates/
│ │ │ │ │ ├── layout.mustache
│ │ │ │ │ └── pages/
│ │ │ │ │ ├── base-css.mustache
│ │ │ │ │ ├── components.mustache
│ │ │ │ │ ├── customize.mustache
│ │ │ │ │ ├── extend.mustache
│ │ │ │ │ ├── getting-started.mustache
│ │ │ │ │ ├── index.mustache
│ │ │ │ │ ├── javascript.mustache
│ │ │ │ │ └── scaffolding.mustache
│ │ │ │ ├── js/
│ │ │ │ │ ├── .jshintrc
│ │ │ │ │ ├── bootstrap-affix.js
│ │ │ │ │ ├── bootstrap-alert.js
│ │ │ │ │ ├── bootstrap-button.js
│ │ │ │ │ ├── bootstrap-carousel.js
│ │ │ │ │ ├── bootstrap-collapse.js
│ │ │ │ │ ├── bootstrap-dropdown.js
│ │ │ │ │ ├── bootstrap-modal.js
│ │ │ │ │ ├── bootstrap-popover.js
│ │ │ │ │ ├── bootstrap-scrollspy.js
│ │ │ │ │ ├── bootstrap-tab.js
│ │ │ │ │ ├── bootstrap-tooltip.js
│ │ │ │ │ ├── bootstrap-transition.js
│ │ │ │ │ ├── bootstrap-typeahead.js
│ │ │ │ │ └── tests/
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── phantom.js
│ │ │ │ │ ├── server.js
│ │ │ │ │ ├── unit/
│ │ │ │ │ │ ├── bootstrap-affix.js
│ │ │ │ │ │ ├── bootstrap-alert.js
│ │ │ │ │ │ ├── bootstrap-button.js
│ │ │ │ │ │ ├── bootstrap-carousel.js
│ │ │ │ │ │ ├── bootstrap-collapse.js
│ │ │ │ │ │ ├── bootstrap-dropdown.js
│ │ │ │ │ │ ├── bootstrap-modal.js
│ │ │ │ │ │ ├── bootstrap-phantom.js
│ │ │ │ │ │ ├── bootstrap-popover.js
│ │ │ │ │ │ ├── bootstrap-scrollspy.js
│ │ │ │ │ │ ├── bootstrap-tab.js
│ │ │ │ │ │ ├── bootstrap-tooltip.js
│ │ │ │ │ │ ├── bootstrap-transition.js
│ │ │ │ │ │ └── bootstrap-typeahead.js
│ │ │ │ │ └── vendor/
│ │ │ │ │ ├── jquery.js
│ │ │ │ │ ├── qunit.css
│ │ │ │ │ └── qunit.js
│ │ │ │ ├── less/
│ │ │ │ │ ├── accordion.less
│ │ │ │ │ ├── alerts.less
│ │ │ │ │ ├── bootstrap.less
│ │ │ │ │ ├── breadcrumbs.less
│ │ │ │ │ ├── button-groups.less
│ │ │ │ │ ├── buttons.less
│ │ │ │ │ ├── carousel.less
│ │ │ │ │ ├── close.less
│ │ │ │ │ ├── code.less
│ │ │ │ │ ├── component-animations.less
│ │ │ │ │ ├── dropdowns.less
│ │ │ │ │ ├── forms.less
│ │ │ │ │ ├── grid.less
│ │ │ │ │ ├── hero-unit.less
│ │ │ │ │ ├── labels-badges.less
│ │ │ │ │ ├── layouts.less
│ │ │ │ │ ├── media.less
│ │ │ │ │ ├── mixins.less
│ │ │ │ │ ├── modals.less
│ │ │ │ │ ├── navbar.less
│ │ │ │ │ ├── navs.less
│ │ │ │ │ ├── pager.less
│ │ │ │ │ ├── pagination.less
│ │ │ │ │ ├── popovers.less
│ │ │ │ │ ├── progress-bars.less
│ │ │ │ │ ├── reset.less
│ │ │ │ │ ├── responsive-1200px-min.less
│ │ │ │ │ ├── responsive-767px-max.less
│ │ │ │ │ ├── responsive-768px-979px.less
│ │ │ │ │ ├── responsive-navbar.less
│ │ │ │ │ ├── responsive-utilities.less
│ │ │ │ │ ├── responsive.less
│ │ │ │ │ ├── scaffolding.less
│ │ │ │ │ ├── sprites.less
│ │ │ │ │ ├── tables.less
│ │ │ │ │ ├── tests/
│ │ │ │ │ │ ├── buttons.html
│ │ │ │ │ │ ├── css-tests.css
│ │ │ │ │ │ ├── css-tests.html
│ │ │ │ │ │ ├── forms-responsive.html
│ │ │ │ │ │ ├── forms.html
│ │ │ │ │ │ ├── navbar-fixed-top.html
│ │ │ │ │ │ ├── navbar-static-top.html
│ │ │ │ │ │ └── navbar.html
│ │ │ │ │ ├── thumbnails.less
│ │ │ │ │ ├── tooltip.less
│ │ │ │ │ ├── type.less
│ │ │ │ │ ├── utilities.less
│ │ │ │ │ ├── variables.less
│ │ │ │ │ └── wells.less
│ │ │ │ └── package.json
│ │ │ └── jquery/
│ │ │ ├── .bower.json
│ │ │ ├── .gitignore
│ │ │ ├── README.md
│ │ │ ├── bower.json
│ │ │ ├── component.json
│ │ │ ├── composer.json
│ │ │ ├── jquery-migrate.js
│ │ │ ├── jquery.js
│ │ │ └── package.json
│ │ ├── cerulean/
│ │ │ ├── bootstrap.css
│ │ │ ├── bootswatch.less
│ │ │ ├── index.html
│ │ │ └── variables.less
│ │ ├── composer.json
│ │ ├── cosmo/
│ │ │ ├── bootstrap.css
│ │ │ ├── bootswatch.less
│ │ │ ├── index.html
│ │ │ └── variables.less
│ │ ├── css/
│ │ │ └── bootswatch.css
│ │ ├── cyborg/
│ │ │ ├── bootstrap.css
│ │ │ ├── bootswatch.less
│ │ │ ├── index.html
│ │ │ └── variables.less
│ │ ├── default/
│ │ │ ├── bootstrap-responsive.css
│ │ │ ├── bootstrap.css
│ │ │ ├── index.html
│ │ │ └── variables.less
│ │ ├── flatly/
│ │ │ ├── bootstrap.css
│ │ │ ├── bootswatch.less
│ │ │ ├── index.html
│ │ │ └── variables.less
│ │ ├── font/
│ │ │ └── FontAwesome.otf
│ │ ├── global/
│ │ │ ├── build-responsive.less
│ │ │ ├── build.less
│ │ │ └── global.less
│ │ ├── index.html
│ │ ├── journal/
│ │ │ ├── bootstrap.css
│ │ │ ├── bootswatch.less
│ │ │ ├── index.html
│ │ │ └── variables.less
│ │ ├── js/
│ │ │ ├── bootstrap.js
│ │ │ └── bootswatch.js
│ │ ├── readable/
│ │ │ ├── bootstrap.css
│ │ │ ├── bootswatch.less
│ │ │ ├── index.html
│ │ │ └── variables.less
│ │ ├── simplex/
│ │ │ ├── bootstrap.css
│ │ │ ├── bootswatch.less
│ │ │ ├── index.html
│ │ │ └── variables.less
│ │ ├── slate/
│ │ │ ├── bootstrap.css
│ │ │ ├── bootswatch.less
│ │ │ ├── index.html
│ │ │ └── variables.less
│ │ ├── spacelab/
│ │ │ ├── bootstrap.css
│ │ │ ├── bootswatch.less
│ │ │ ├── index.html
│ │ │ └── variables.less
│ │ ├── spruce/
│ │ │ ├── bootstrap.css
│ │ │ ├── bootswatch.less
│ │ │ ├── index.html
│ │ │ └── variables.less
│ │ ├── superhero/
│ │ │ ├── bootstrap.css
│ │ │ ├── bootswatch.less
│ │ │ ├── index.html
│ │ │ └── variables.less
│ │ ├── swatchmaker/
│ │ │ ├── .gitignore
│ │ │ ├── Makefile
│ │ │ ├── README.md
│ │ │ ├── swatch/
│ │ │ │ ├── bootswatch.less
│ │ │ │ └── variables.less
│ │ │ ├── swatchmaker-responsive.less
│ │ │ ├── swatchmaker.less
│ │ │ ├── test/
│ │ │ │ ├── bootswatch.css
│ │ │ │ ├── bootswatch.js
│ │ │ │ ├── test-full.html
│ │ │ │ └── test.html
│ │ │ └── watcher.rb
│ │ └── united/
│ │ ├── bootstrap.css
│ │ ├── bootswatch.less
│ │ ├── index.html
│ │ └── variables.less
│ ├── 3/
│ │ ├── Gruntfile.js
│ │ ├── README.md
│ │ ├── assets/
│ │ │ ├── js/
│ │ │ │ └── custom.js
│ │ │ └── less/
│ │ │ └── custom.less
│ │ ├── bower_components/
│ │ │ ├── bootstrap/
│ │ │ │ ├── .bower.json
│ │ │ │ ├── CHANGELOG.md
│ │ │ │ ├── Gemfile
│ │ │ │ ├── Gruntfile.js
│ │ │ │ ├── ISSUE_TEMPLATE.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ ├── bower.json
│ │ │ │ ├── dist/
│ │ │ │ │ ├── css/
│ │ │ │ │ │ ├── bootstrap-theme.css
│ │ │ │ │ │ └── bootstrap.css
│ │ │ │ │ └── js/
│ │ │ │ │ ├── bootstrap.js
│ │ │ │ │ └── npm.js
│ │ │ │ ├── grunt/
│ │ │ │ │ ├── .jshintrc
│ │ │ │ │ ├── .stylelintrc
│ │ │ │ │ ├── browsers.js
│ │ │ │ │ ├── bs-commonjs-generator.js
│ │ │ │ │ ├── bs-glyphicons-data-generator.js
│ │ │ │ │ ├── bs-lessdoc-parser.js
│ │ │ │ │ ├── bs-raw-files-generator.js
│ │ │ │ │ ├── change-version.js
│ │ │ │ │ ├── configBridge.json
│ │ │ │ │ ├── generate-sri.js
│ │ │ │ │ └── karma.conf.js
│ │ │ │ ├── js/
│ │ │ │ │ ├── .jscsrc
│ │ │ │ │ ├── .jshintrc
│ │ │ │ │ ├── affix.js
│ │ │ │ │ ├── alert.js
│ │ │ │ │ ├── button.js
│ │ │ │ │ ├── carousel.js
│ │ │ │ │ ├── collapse.js
│ │ │ │ │ ├── dropdown.js
│ │ │ │ │ ├── modal.js
│ │ │ │ │ ├── popover.js
│ │ │ │ │ ├── scrollspy.js
│ │ │ │ │ ├── tab.js
│ │ │ │ │ ├── tooltip.js
│ │ │ │ │ └── transition.js
│ │ │ │ ├── less/
│ │ │ │ │ ├── alerts.less
│ │ │ │ │ ├── badges.less
│ │ │ │ │ ├── bootstrap.less
│ │ │ │ │ ├── breadcrumbs.less
│ │ │ │ │ ├── button-groups.less
│ │ │ │ │ ├── buttons.less
│ │ │ │ │ ├── carousel.less
│ │ │ │ │ ├── close.less
│ │ │ │ │ ├── code.less
│ │ │ │ │ ├── component-animations.less
│ │ │ │ │ ├── dropdowns.less
│ │ │ │ │ ├── forms.less
│ │ │ │ │ ├── glyphicons.less
│ │ │ │ │ ├── grid.less
│ │ │ │ │ ├── input-groups.less
│ │ │ │ │ ├── jumbotron.less
│ │ │ │ │ ├── labels.less
│ │ │ │ │ ├── list-group.less
│ │ │ │ │ ├── media.less
│ │ │ │ │ ├── mixins/
│ │ │ │ │ │ ├── alerts.less
│ │ │ │ │ │ ├── background-variant.less
│ │ │ │ │ │ ├── border-radius.less
│ │ │ │ │ │ ├── buttons.less
│ │ │ │ │ │ ├── center-block.less
│ │ │ │ │ │ ├── clearfix.less
│ │ │ │ │ │ ├── forms.less
│ │ │ │ │ │ ├── gradients.less
│ │ │ │ │ │ ├── grid-framework.less
│ │ │ │ │ │ ├── grid.less
│ │ │ │ │ │ ├── hide-text.less
│ │ │ │ │ │ ├── image.less
│ │ │ │ │ │ ├── labels.less
│ │ │ │ │ │ ├── list-group.less
│ │ │ │ │ │ ├── nav-divider.less
│ │ │ │ │ │ ├── nav-vertical-align.less
│ │ │ │ │ │ ├── opacity.less
│ │ │ │ │ │ ├── pagination.less
│ │ │ │ │ │ ├── panels.less
│ │ │ │ │ │ ├── progress-bar.less
│ │ │ │ │ │ ├── reset-filter.less
│ │ │ │ │ │ ├── reset-text.less
│ │ │ │ │ │ ├── resize.less
│ │ │ │ │ │ ├── responsive-visibility.less
│ │ │ │ │ │ ├── size.less
│ │ │ │ │ │ ├── tab-focus.less
│ │ │ │ │ │ ├── table-row.less
│ │ │ │ │ │ ├── text-emphasis.less
│ │ │ │ │ │ ├── text-overflow.less
│ │ │ │ │ │ └── vendor-prefixes.less
│ │ │ │ │ ├── mixins.less
│ │ │ │ │ ├── modals.less
│ │ │ │ │ ├── navbar.less
│ │ │ │ │ ├── navs.less
│ │ │ │ │ ├── normalize.less
│ │ │ │ │ ├── pager.less
│ │ │ │ │ ├── pagination.less
│ │ │ │ │ ├── panels.less
│ │ │ │ │ ├── popovers.less
│ │ │ │ │ ├── print.less
│ │ │ │ │ ├── progress-bars.less
│ │ │ │ │ ├── responsive-embed.less
│ │ │ │ │ ├── responsive-utilities.less
│ │ │ │ │ ├── scaffolding.less
│ │ │ │ │ ├── tables.less
│ │ │ │ │ ├── theme.less
│ │ │ │ │ ├── thumbnails.less
│ │ │ │ │ ├── tooltip.less
│ │ │ │ │ ├── type.less
│ │ │ │ │ ├── utilities.less
│ │ │ │ │ ├── variables.less
│ │ │ │ │ └── wells.less
│ │ │ │ ├── nuget/
│ │ │ │ │ ├── MyGet.ps1
│ │ │ │ │ ├── bootstrap.less.nuspec
│ │ │ │ │ └── bootstrap.nuspec
│ │ │ │ ├── package.js
│ │ │ │ └── package.json
│ │ │ ├── bootstrap-sass/
│ │ │ │ ├── .bower.json
│ │ │ │ ├── CHANGELOG.md
│ │ │ │ ├── CONTRIBUTING.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ ├── assets/
│ │ │ │ │ ├── javascripts/
│ │ │ │ │ │ ├── bootstrap/
│ │ │ │ │ │ │ ├── affix.js
│ │ │ │ │ │ │ ├── alert.js
│ │ │ │ │ │ │ ├── button.js
│ │ │ │ │ │ │ ├── carousel.js
│ │ │ │ │ │ │ ├── collapse.js
│ │ │ │ │ │ │ ├── dropdown.js
│ │ │ │ │ │ │ ├── modal.js
│ │ │ │ │ │ │ ├── popover.js
│ │ │ │ │ │ │ ├── scrollspy.js
│ │ │ │ │ │ │ ├── tab.js
│ │ │ │ │ │ │ ├── tooltip.js
│ │ │ │ │ │ │ └── transition.js
│ │ │ │ │ │ ├── bootstrap-sprockets.js
│ │ │ │ │ │ └── bootstrap.js
│ │ │ │ │ └── stylesheets/
│ │ │ │ │ ├── _bootstrap-compass.scss
│ │ │ │ │ ├── _bootstrap-mincer.scss
│ │ │ │ │ ├── _bootstrap-sprockets.scss
│ │ │ │ │ ├── _bootstrap.scss
│ │ │ │ │ └── bootstrap/
│ │ │ │ │ ├── _alerts.scss
│ │ │ │ │ ├── _badges.scss
│ │ │ │ │ ├── _breadcrumbs.scss
│ │ │ │ │ ├── _button-groups.scss
│ │ │ │ │ ├── _buttons.scss
│ │ │ │ │ ├── _carousel.scss
│ │ │ │ │ ├── _close.scss
│ │ │ │ │ ├── _code.scss
│ │ │ │ │ ├── _component-animations.scss
│ │ │ │ │ ├── _dropdowns.scss
│ │ │ │ │ ├── _forms.scss
│ │ │ │ │ ├── _glyphicons.scss
│ │ │ │ │ ├── _grid.scss
│ │ │ │ │ ├── _input-groups.scss
│ │ │ │ │ ├── _jumbotron.scss
│ │ │ │ │ ├── _labels.scss
│ │ │ │ │ ├── _list-group.scss
│ │ │ │ │ ├── _media.scss
│ │ │ │ │ ├── _mixins.scss
│ │ │ │ │ ├── _modals.scss
│ │ │ │ │ ├── _navbar.scss
│ │ │ │ │ ├── _navs.scss
│ │ │ │ │ ├── _normalize.scss
│ │ │ │ │ ├── _pager.scss
│ │ │ │ │ ├── _pagination.scss
│ │ │ │ │ ├── _panels.scss
│ │ │ │ │ ├── _popovers.scss
│ │ │ │ │ ├── _print.scss
│ │ │ │ │ ├── _progress-bars.scss
│ │ │ │ │ ├── _responsive-embed.scss
│ │ │ │ │ ├── _responsive-utilities.scss
│ │ │ │ │ ├── _scaffolding.scss
│ │ │ │ │ ├── _tables.scss
│ │ │ │ │ ├── _theme.scss
│ │ │ │ │ ├── _thumbnails.scss
│ │ │ │ │ ├── _tooltip.scss
│ │ │ │ │ ├── _type.scss
│ │ │ │ │ ├── _utilities.scss
│ │ │ │ │ ├── _variables.scss
│ │ │ │ │ ├── _wells.scss
│ │ │ │ │ └── mixins/
│ │ │ │ │ ├── _alerts.scss
│ │ │ │ │ ├── _background-variant.scss
│ │ │ │ │ ├── _border-radius.scss
│ │ │ │ │ ├── _buttons.scss
│ │ │ │ │ ├── _center-block.scss
│ │ │ │ │ ├── _clearfix.scss
│ │ │ │ │ ├── _forms.scss
│ │ │ │ │ ├── _gradients.scss
│ │ │ │ │ ├── _grid-framework.scss
│ │ │ │ │ ├── _grid.scss
│ │ │ │ │ ├── _hide-text.scss
│ │ │ │ │ ├── _image.scss
│ │ │ │ │ ├── _labels.scss
│ │ │ │ │ ├── _list-group.scss
│ │ │ │ │ ├── _nav-divider.scss
│ │ │ │ │ ├── _nav-vertical-align.scss
│ │ │ │ │ ├── _opacity.scss
│ │ │ │ │ ├── _pagination.scss
│ │ │ │ │ ├── _panels.scss
│ │ │ │ │ ├── _progress-bar.scss
│ │ │ │ │ ├── _reset-filter.scss
│ │ │ │ │ ├── _reset-text.scss
│ │ │ │ │ ├── _resize.scss
│ │ │ │ │ ├── _responsive-visibility.scss
│ │ │ │ │ ├── _size.scss
│ │ │ │ │ ├── _tab-focus.scss
│ │ │ │ │ ├── _table-row.scss
│ │ │ │ │ ├── _text-emphasis.scss
│ │ │ │ │ ├── _text-overflow.scss
│ │ │ │ │ └── _vendor-prefixes.scss
│ │ │ │ ├── bower.json
│ │ │ │ ├── composer.json
│ │ │ │ ├── eyeglass-exports.js
│ │ │ │ ├── package.json
│ │ │ │ └── sache.json
│ │ │ ├── bootstrap-sass-official/
│ │ │ │ ├── .bower.json
│ │ │ │ ├── CHANGELOG.md
│ │ │ │ ├── CONTRIBUTING.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ ├── assets/
│ │ │ │ │ ├── javascripts/
│ │ │ │ │ │ ├── bootstrap/
│ │ │ │ │ │ │ ├── affix.js
│ │ │ │ │ │ │ ├── alert.js
│ │ │ │ │ │ │ ├── button.js
│ │ │ │ │ │ │ ├── carousel.js
│ │ │ │ │ │ │ ├── collapse.js
│ │ │ │ │ │ │ ├── dropdown.js
│ │ │ │ │ │ │ ├── modal.js
│ │ │ │ │ │ │ ├── popover.js
│ │ │ │ │ │ │ ├── scrollspy.js
│ │ │ │ │ │ │ ├── tab.js
│ │ │ │ │ │ │ ├── tooltip.js
│ │ │ │ │ │ │ └── transition.js
│ │ │ │ │ │ ├── bootstrap-sprockets.js
│ │ │ │ │ │ └── bootstrap.js
│ │ │ │ │ └── stylesheets/
│ │ │ │ │ ├── _bootstrap-compass.scss
│ │ │ │ │ ├── _bootstrap-mincer.scss
│ │ │ │ │ ├── _bootstrap-sprockets.scss
│ │ │ │ │ ├── _bootstrap.scss
│ │ │ │ │ └── bootstrap/
│ │ │ │ │ ├── _alerts.scss
│ │ │ │ │ ├── _badges.scss
│ │ │ │ │ ├── _breadcrumbs.scss
│ │ │ │ │ ├── _button-groups.scss
│ │ │ │ │ ├── _buttons.scss
│ │ │ │ │ ├── _carousel.scss
│ │ │ │ │ ├── _close.scss
│ │ │ │ │ ├── _code.scss
│ │ │ │ │ ├── _component-animations.scss
│ │ │ │ │ ├── _dropdowns.scss
│ │ │ │ │ ├── _forms.scss
│ │ │ │ │ ├── _glyphicons.scss
│ │ │ │ │ ├── _grid.scss
│ │ │ │ │ ├── _input-groups.scss
│ │ │ │ │ ├── _jumbotron.scss
│ │ │ │ │ ├── _labels.scss
│ │ │ │ │ ├── _list-group.scss
│ │ │ │ │ ├── _media.scss
│ │ │ │ │ ├── _mixins.scss
│ │ │ │ │ ├── _modals.scss
│ │ │ │ │ ├── _navbar.scss
│ │ │ │ │ ├── _navs.scss
│ │ │ │ │ ├── _normalize.scss
│ │ │ │ │ ├── _pager.scss
│ │ │ │ │ ├── _pagination.scss
│ │ │ │ │ ├── _panels.scss
│ │ │ │ │ ├── _popovers.scss
│ │ │ │ │ ├── _print.scss
│ │ │ │ │ ├── _progress-bars.scss
│ │ │ │ │ ├── _responsive-embed.scss
│ │ │ │ │ ├── _responsive-utilities.scss
│ │ │ │ │ ├── _scaffolding.scss
│ │ │ │ │ ├── _tables.scss
│ │ │ │ │ ├── _theme.scss
│ │ │ │ │ ├── _thumbnails.scss
│ │ │ │ │ ├── _tooltip.scss
│ │ │ │ │ ├── _type.scss
│ │ │ │ │ ├── _utilities.scss
│ │ │ │ │ ├── _variables.scss
│ │ │ │ │ ├── _wells.scss
│ │ │ │ │ └── mixins/
│ │ │ │ │ ├── _alerts.scss
│ │ │ │ │ ├── _background-variant.scss
│ │ │ │ │ ├── _border-radius.scss
│ │ │ │ │ ├── _buttons.scss
│ │ │ │ │ ├── _center-block.scss
│ │ │ │ │ ├── _clearfix.scss
│ │ │ │ │ ├── _forms.scss
│ │ │ │ │ ├── _gradients.scss
│ │ │ │ │ ├── _grid-framework.scss
│ │ │ │ │ ├── _grid.scss
│ │ │ │ │ ├── _hide-text.scss
│ │ │ │ │ ├── _image.scss
│ │ │ │ │ ├── _labels.scss
│ │ │ │ │ ├── _list-group.scss
│ │ │ │ │ ├── _nav-divider.scss
│ │ │ │ │ ├── _nav-vertical-align.scss
│ │ │ │ │ ├── _opacity.scss
│ │ │ │ │ ├── _pagination.scss
│ │ │ │ │ ├── _panels.scss
│ │ │ │ │ ├── _progress-bar.scss
│ │ │ │ │ ├── _reset-filter.scss
│ │ │ │ │ ├── _reset-text.scss
│ │ │ │ │ ├── _resize.scss
│ │ │ │ │ ├── _responsive-visibility.scss
│ │ │ │ │ ├── _size.scss
│ │ │ │ │ ├── _tab-focus.scss
│ │ │ │ │ ├── _table-row.scss
│ │ │ │ │ ├── _text-emphasis.scss
│ │ │ │ │ ├── _text-overflow.scss
│ │ │ │ │ └── _vendor-prefixes.scss
│ │ │ │ ├── bower.json
│ │ │ │ ├── composer.json
│ │ │ │ ├── eyeglass-exports.js
│ │ │ │ ├── package.json
│ │ │ │ └── sache.json
│ │ │ ├── font-awesome/
│ │ │ │ ├── .bower.json
│ │ │ │ ├── .gitignore
│ │ │ │ ├── CONTRIBUTING.md
│ │ │ │ ├── Gemfile
│ │ │ │ ├── README.md
│ │ │ │ ├── _config.yml
│ │ │ │ ├── component.json
│ │ │ │ ├── composer.json
│ │ │ │ ├── css/
│ │ │ │ │ └── font-awesome.css
│ │ │ │ ├── fonts/
│ │ │ │ │ └── FontAwesome.otf
│ │ │ │ ├── less/
│ │ │ │ │ ├── bordered-pulled.less
│ │ │ │ │ ├── core.less
│ │ │ │ │ ├── extras.less
│ │ │ │ │ ├── fixed-width.less
│ │ │ │ │ ├── font-awesome.less
│ │ │ │ │ ├── icons.less
│ │ │ │ │ ├── larger.less
│ │ │ │ │ ├── list.less
│ │ │ │ │ ├── mixins.less
│ │ │ │ │ ├── path.less
│ │ │ │ │ ├── rotated-flipped.less
│ │ │ │ │ ├── spinning.less
│ │ │ │ │ ├── stacked.less
│ │ │ │ │ └── variables.less
│ │ │ │ ├── package.json
│ │ │ │ ├── scss/
│ │ │ │ │ ├── _bordered-pulled.scss
│ │ │ │ │ ├── _core.scss
│ │ │ │ │ ├── _extras.scss
│ │ │ │ │ ├── _fixed-width.scss
│ │ │ │ │ ├── _icons.scss
│ │ │ │ │ ├── _larger.scss
│ │ │ │ │ ├── _list.scss
│ │ │ │ │ ├── _mixins.scss
│ │ │ │ │ ├── _path.scss
│ │ │ │ │ ├── _rotated-flipped.scss
│ │ │ │ │ ├── _spinning.scss
│ │ │ │ │ ├── _stacked.scss
│ │ │ │ │ ├── _variables.scss
│ │ │ │ │ └── font-awesome.scss
│ │ │ │ └── src/
│ │ │ │ ├── 3.2.1/
│ │ │ │ │ ├── CNAME
│ │ │ │ │ ├── Makefile
│ │ │ │ │ ├── assets/
│ │ │ │ │ │ ├── css/
│ │ │ │ │ │ │ ├── prettify.css
│ │ │ │ │ │ │ ├── pygments.css
│ │ │ │ │ │ │ └── site.css
│ │ │ │ │ │ ├── font-awesome/
│ │ │ │ │ │ │ ├── css/
│ │ │ │ │ │ │ │ ├── font-awesome-ie7.css
│ │ │ │ │ │ │ │ └── font-awesome.css
│ │ │ │ │ │ │ ├── font/
│ │ │ │ │ │ │ │ └── FontAwesome.otf
│ │ │ │ │ │ │ ├── less/
│ │ │ │ │ │ │ │ ├── bootstrap.less
│ │ │ │ │ │ │ │ ├── core.less
│ │ │ │ │ │ │ │ ├── extras.less
│ │ │ │ │ │ │ │ ├── font-awesome-ie7.less
│ │ │ │ │ │ │ │ ├── font-awesome.less
│ │ │ │ │ │ │ │ ├── icons.less
│ │ │ │ │ │ │ │ ├── mixins.less
│ │ │ │ │ │ │ │ ├── path.less
│ │ │ │ │ │ │ │ └── variables.less
│ │ │ │ │ │ │ └── scss/
│ │ │ │ │ │ │ ├── _bootstrap.scss
│ │ │ │ │ │ │ ├── _core.scss
│ │ │ │ │ │ │ ├── _extras.scss
│ │ │ │ │ │ │ ├── _icons.scss
│ │ │ │ │ │ │ ├── _mixins.scss
│ │ │ │ │ │ │ ├── _path.scss
│ │ │ │ │ │ │ ├── _variables.scss
│ │ │ │ │ │ │ ├── font-awesome-ie7.scss
│ │ │ │ │ │ │ └── font-awesome.scss
│ │ │ │ │ │ ├── js/
│ │ │ │ │ │ │ ├── ZeroClipboard-1.1.7.swf
│ │ │ │ │ │ │ └── site.js
│ │ │ │ │ │ └── less/
│ │ │ │ │ │ ├── bootstrap-2.3.2/
│ │ │ │ │ │ │ ├── accordion.less
│ │ │ │ │ │ │ ├── alerts.less
│ │ │ │ │ │ │ ├── bootstrap.less
│ │ │ │ │ │ │ ├── breadcrumbs.less
│ │ │ │ │ │ │ ├── button-groups.less
│ │ │ │ │ │ │ ├── buttons.less
│ │ │ │ │ │ │ ├── carousel.less
│ │ │ │ │ │ │ ├── close.less
│ │ │ │ │ │ │ ├── code.less
│ │ │ │ │ │ │ ├── component-animations.less
│ │ │ │ │ │ │ ├── dropdowns.less
│ │ │ │ │ │ │ ├── forms.less
│ │ │ │ │ │ │ ├── grid.less
│ │ │ │ │ │ │ ├── hero-unit.less
│ │ │ │ │ │ │ ├── labels-badges.less
│ │ │ │ │ │ │ ├── layouts.less
│ │ │ │ │ │ │ ├── media.less
│ │ │ │ │ │ │ ├── mixins.less
│ │ │ │ │ │ │ ├── modals.less
│ │ │ │ │ │ │ ├── navbar.less
│ │ │ │ │ │ │ ├── navs.less
│ │ │ │ │ │ │ ├── pager.less
│ │ │ │ │ │ │ ├── pagination.less
│ │ │ │ │ │ │ ├── popovers.less
│ │ │ │ │ │ │ ├── progress-bars.less
│ │ │ │ │ │ │ ├── reset.less
│ │ │ │ │ │ │ ├── responsive-1200px-min.less
│ │ │ │ │ │ │ ├── responsive-767px-max.less
│ │ │ │ │ │ │ ├── responsive-768px-979px.less
│ │ │ │ │ │ │ ├── responsive-navbar.less
│ │ │ │ │ │ │ ├── responsive-utilities.less
│ │ │ │ │ │ │ ├── responsive.less
│ │ │ │ │ │ │ ├── scaffolding.less
│ │ │ │ │ │ │ ├── sprites.less
│ │ │ │ │ │ │ ├── tables.less
│ │ │ │ │ │ │ ├── thumbnails.less
│ │ │ │ │ │ │ ├── tooltip.less
│ │ │ │ │ │ │ ├── type.less
│ │ │ │ │ │ │ ├── utilities.less
│ │ │ │ │ │ │ ├── variables.less
│ │ │ │ │ │ │ └── wells.less
│ │ │ │ │ │ ├── lazy.less
│ │ │ │ │ │ ├── mixins.less
│ │ │ │ │ │ ├── responsive-1200px-min.less
│ │ │ │ │ │ ├── responsive-767px-max.less
│ │ │ │ │ │ ├── responsive-768px-979px.less
│ │ │ │ │ │ ├── responsive-navbar.less
│ │ │ │ │ │ ├── responsive.less
│ │ │ │ │ │ ├── site.less
│ │ │ │ │ │ ├── sticky-footer.less
│ │ │ │ │ │ └── variables.less
│ │ │ │ │ ├── cheatsheet/
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── community/
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── design.html
│ │ │ │ │ ├── examples/
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── get-started/
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── icon/
│ │ │ │ │ │ ├── adjust/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── adn/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── align-center/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── align-justify/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── align-left/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── align-right/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── ambulance/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── anchor/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── android/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── angle-down/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── angle-left/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── angle-right/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── angle-up/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── apple/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── archive/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── arrow-down/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── arrow-left/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── arrow-right/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── arrow-up/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── asterisk/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── backward/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── ban-circle/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── bar-chart/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── barcode/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── beaker/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── beer/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── bell/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── bell-alt/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── bitbucket/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── bitbucket-sign/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── bold/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── bolt/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── book/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── bookmark/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── bookmark-empty/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── briefcase/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── btc/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── bug/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── building/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── bullhorn/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── bullseye/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── calendar/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── calendar-empty/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── camera/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── camera-retro/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── caret-down/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── caret-left/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── caret-right/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── caret-up/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── certificate/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── check/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── check-empty/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── check-minus/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── check-sign/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── chevron-down/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── chevron-left/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── chevron-right/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── chevron-sign-down/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── chevron-sign-left/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── chevron-sign-right/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── chevron-sign-up/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── chevron-up/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── circle/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── circle-arrow-down/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── circle-arrow-left/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── circle-arrow-right/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── circle-arrow-up/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── circle-blank/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── cloud/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── cloud-download/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── cloud-upload/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── cny/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── code/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── code-fork/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── coffee/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── cog/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── cogs/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── collapse/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── collapse-alt/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── collapse-top/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── columns/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── comment/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── comment-alt/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── comments/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── comments-alt/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── compass/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── copy/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── credit-card/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── crop/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── css3/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── cut/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── dashboard/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── desktop/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── double-angle-down/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── double-angle-left/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── double-angle-right/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── double-angle-up/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── download/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── download-alt/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── dribbble/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── dropbox/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── edit/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── edit-sign/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── eject/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── ellipsis-horizontal/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── ellipsis-vertical/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── envelope/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── envelope-alt/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── eraser/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── eur/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── exchange/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── exclamation/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── exclamation-sign/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── expand/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── expand-alt/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── external-link/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── external-link-sign/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── eye-close/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── eye-open/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── facebook/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── facebook-sign/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── facetime-video/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── fast-backward/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── fast-forward/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── female/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── fighter-jet/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── file/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── file-alt/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── file-text/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── file-text-alt/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── film/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── filter/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── fire/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── fire-extinguisher/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── flag/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── flag-alt/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── flag-checkered/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── flickr/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── folder-close/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── folder-close-alt/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── folder-open/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── folder-open-alt/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── font/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── food/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── forward/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── foursquare/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── frown/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── fullscreen/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── gamepad/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── gbp/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── gift/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── github/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── github-alt/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── github-sign/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── gittip/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── glass/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── globe/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── google-plus/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── google-plus-sign/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── group/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── h-sign/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── hand-down/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── hand-left/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── hand-right/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── hand-up/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── hdd/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── headphones/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── heart/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── heart-empty/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── home/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── hospital/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── html5/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── inbox/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── indent-left/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── indent-right/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── info/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── info-sign/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── inr/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── instagram/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── italic/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── jpy/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── key/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── keyboard/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── krw/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── laptop/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── leaf/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── legal/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── lemon/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── level-down/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── level-up/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── lightbulb/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── link/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── linkedin/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── linkedin-sign/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── linux/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── list/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── list-alt/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── list-ol/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── list-ul/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── location-arrow/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── lock/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── long-arrow-down/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── long-arrow-left/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── long-arrow-right/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── long-arrow-up/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── magic/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── magnet/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── mail-reply-all/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── male/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── map-marker/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── maxcdn/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── medkit/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── meh/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── microphone/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── microphone-off/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── minus/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── minus-sign/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── minus-sign-alt/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── mobile-phone/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── money/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── moon/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── move/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── music/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── off/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── ok/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── ok-circle/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── ok-sign/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── paper-clip/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── paste/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── pause/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── pencil/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── phone/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── phone-sign/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── picture/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── pinterest/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── pinterest-sign/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── plane/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── play/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── play-circle/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── play-sign/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── plus/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── plus-sign/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── plus-sign-alt/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── print/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── pushpin/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── puzzle-piece/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── qrcode/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── question/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── question-sign/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── quote-left/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── quote-right/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── random/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── refresh/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── remove/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── remove-circle/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── remove-sign/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── renren/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── reorder/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── repeat/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── reply/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── reply-all/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── resize-full/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── resize-horizontal/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── resize-small/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── resize-vertical/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── retweet/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── road/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── rocket/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── rss/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── rss-sign/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── save/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── screenshot/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── search/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── share/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── share-alt/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── share-sign/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── shield/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── shopping-cart/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── sign-blank/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── signal/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── signin/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── signout/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── sitemap/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── skype/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── smile/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── sort/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── sort-by-alphabet/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── sort-by-alphabet-alt/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── sort-by-attributes/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── sort-by-attributes-alt/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── sort-by-order/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── sort-by-order-alt/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── sort-down/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── sort-up/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── spinner/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── stackexchange/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── star/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── star-empty/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── star-half/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── star-half-empty/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── step-backward/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── step-forward/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── stethoscope/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── stop/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── strikethrough/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── subscript/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── suitcase/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── sun/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── superscript/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── table/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── tablet/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── tag/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── tags/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── tasks/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── terminal/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── text-height/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── text-width/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── th/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── th-large/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── th-list/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── thumbs-down/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── thumbs-down-alt/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── thumbs-up/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── thumbs-up-alt/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── ticket/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── time/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── tint/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── trash/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── trello/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── trophy/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── truck/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── tumblr/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── tumblr-sign/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── twitter/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── twitter-sign/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── umbrella/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── underline/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── undo/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── unlink/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── unlock/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── unlock-alt/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── upload/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── upload-alt/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── usd/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── user/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── user-md/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── vk/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── volume-down/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── volume-off/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── volume-up/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── warning-sign/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── weibo/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── windows/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── wrench/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── xing/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── xing-sign/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── youtube/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── youtube-play/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── youtube-sign/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── zoom-in/
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ └── zoom-out/
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── icons.yml
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── license/
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── test/
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── whats-new/
│ │ │ │ │ └── index.html
│ │ │ │ ├── CNAME
│ │ │ │ ├── Makefile
│ │ │ │ ├── _includes/
│ │ │ │ │ ├── ads/
│ │ │ │ │ │ ├── carbon-dark-vertical.html
│ │ │ │ │ │ ├── carbon-light-horizontal.html
│ │ │ │ │ │ └── carbon-light-vertical.html
│ │ │ │ │ ├── brand-license.html
│ │ │ │ │ ├── community/
│ │ │ │ │ │ ├── getting-support.html
│ │ │ │ │ │ ├── project-milestones.html
│ │ │ │ │ │ ├── reporting-bugs.html
│ │ │ │ │ │ ├── requesting-new-icons.html
│ │ │ │ │ │ └── submitting-pull-requests.html
│ │ │ │ │ ├── examples/
│ │ │ │ │ │ ├── bootstrap.html
│ │ │ │ │ │ ├── bordered-pulled.html
│ │ │ │ │ │ ├── custom.html
│ │ │ │ │ │ ├── fixed-width.html
│ │ │ │ │ │ ├── inline.html
│ │ │ │ │ │ ├── larger.html
│ │ │ │ │ │ ├── list.html
│ │ │ │ │ │ ├── rotated-flipped.html
│ │ │ │ │ │ ├── spinning.html
│ │ │ │ │ │ └── stacked.html
│ │ │ │ │ ├── footer.html
│ │ │ │ │ ├── jumbotron-carousel.html
│ │ │ │ │ ├── jumbotron.html
│ │ │ │ │ ├── license-code.less
│ │ │ │ │ ├── navbar.html
│ │ │ │ │ ├── new-features.html
│ │ │ │ │ ├── new-naming.html
│ │ │ │ │ ├── new-upgrading.html
│ │ │ │ │ ├── stripe-ad.html
│ │ │ │ │ ├── stripe-social.html
│ │ │ │ │ ├── tell-me-thanks.html
│ │ │ │ │ ├── tests/
│ │ │ │ │ │ ├── rotated-flipped-inside-anchor.html
│ │ │ │ │ │ ├── rotated-flipped-inside-btn.html
│ │ │ │ │ │ ├── rotated-flipped.html
│ │ │ │ │ │ ├── stacked-inside-anchor.html
│ │ │ │ │ │ └── stacked.html
│ │ │ │ │ ├── thanks-to.html
│ │ │ │ │ └── why.html
│ │ │ │ ├── _layouts/
│ │ │ │ │ ├── base.html
│ │ │ │ │ └── icon.html
│ │ │ │ ├── _plugins/
│ │ │ │ │ ├── icon_page_generator.rb
│ │ │ │ │ └── site.rb
│ │ │ │ ├── assets/
│ │ │ │ │ ├── css/
│ │ │ │ │ │ ├── prettify.css
│ │ │ │ │ │ └── pygments.css
│ │ │ │ │ ├── font-awesome/
│ │ │ │ │ │ ├── fonts/
│ │ │ │ │ │ │ └── FontAwesome.otf
│ │ │ │ │ │ ├── less/
│ │ │ │ │ │ │ ├── bordered-pulled.less
│ │ │ │ │ │ │ ├── core.less
│ │ │ │ │ │ │ ├── fixed-width.less
│ │ │ │ │ │ │ ├── font-awesome.less
│ │ │ │ │ │ │ ├── icons.less
│ │ │ │ │ │ │ ├── larger.less
│ │ │ │ │ │ │ ├── list.less
│ │ │ │ │ │ │ ├── mixins.less
│ │ │ │ │ │ │ ├── path.less
│ │ │ │ │ │ │ ├── rotated-flipped.less
│ │ │ │ │ │ │ ├── spinning.less
│ │ │ │ │ │ │ ├── stacked.less
│ │ │ │ │ │ │ └── variables.less
│ │ │ │ │ │ └── scss/
│ │ │ │ │ │ ├── _bordered-pulled.scss
│ │ │ │ │ │ ├── _core.scss
│ │ │ │ │ │ ├── _fixed-width.scss
│ │ │ │ │ │ ├── _icons.scss
│ │ │ │ │ │ ├── _larger.scss
│ │ │ │ │ │ ├── _list.scss
│ │ │ │ │ │ ├── _mixins.scss
│ │ │ │ │ │ ├── _path.scss
│ │ │ │ │ │ ├── _rotated-flipped.scss
│ │ │ │ │ │ ├── _spinning.scss
│ │ │ │ │ │ ├── _stacked.scss
│ │ │ │ │ │ ├── _variables.scss
│ │ │ │ │ │ └── font-awesome.scss
│ │ │ │ │ ├── js/
│ │ │ │ │ │ ├── ZeroClipboard-1.1.7.swf
│ │ │ │ │ │ ├── html5shiv.js
│ │ │ │ │ │ ├── jquery-1.10.2.js
│ │ │ │ │ │ └── site.js
│ │ │ │ │ └── less/
│ │ │ │ │ ├── bootstrap-3.0.0/
│ │ │ │ │ │ ├── alerts.less
│ │ │ │ │ │ ├── badges.less
│ │ │ │ │ │ ├── bootstrap.less
│ │ │ │ │ │ ├── breadcrumbs.less
│ │ │ │ │ │ ├── button-groups.less
│ │ │ │ │ │ ├── buttons.less
│ │ │ │ │ │ ├── carousel.less
│ │ │ │ │ │ ├── close.less
│ │ │ │ │ │ ├── code.less
│ │ │ │ │ │ ├── component-animations.less
│ │ │ │ │ │ ├── dropdowns.less
│ │ │ │ │ │ ├── forms.less
│ │ │ │ │ │ ├── glyphicons.less
│ │ │ │ │ │ ├── grid.less
│ │ │ │ │ │ ├── input-groups.less
│ │ │ │ │ │ ├── jumbotron.less
│ │ │ │ │ │ ├── labels.less
│ │ │ │ │ │ ├── list-group.less
│ │ │ │ │ │ ├── media.less
│ │ │ │ │ │ ├── mixins.less
│ │ │ │ │ │ ├── modals.less
│ │ │ │ │ │ ├── navbar.less
│ │ │ │ │ │ ├── navs.less
│ │ │ │ │ │ ├── normalize.less
│ │ │ │ │ │ ├── pager.less
│ │ │ │ │ │ ├── pagination.less
│ │ │ │ │ │ ├── panels.less
│ │ │ │ │ │ ├── popovers.less
│ │ │ │ │ │ ├── print.less
│ │ │ │ │ │ ├── progress-bars.less
│ │ │ │ │ │ ├── responsive-utilities.less
│ │ │ │ │ │ ├── scaffolding.less
│ │ │ │ │ │ ├── tables.less
│ │ │ │ │ │ ├── theme.less
│ │ │ │ │ │ ├── thumbnails.less
│ │ │ │ │ │ ├── tooltip.less
│ │ │ │ │ │ ├── type.less
│ │ │ │ │ │ ├── utilities.less
│ │ │ │ │ │ ├── variables.less
│ │ │ │ │ │ └── wells.less
│ │ │ │ │ ├── site/
│ │ │ │ │ │ ├── bootstrap/
│ │ │ │ │ │ │ ├── buttons.less
│ │ │ │ │ │ │ ├── jumbotron.less
│ │ │ │ │ │ │ ├── navbar.less
│ │ │ │ │ │ │ ├── type.less
│ │ │ │ │ │ │ ├── variables.less
│ │ │ │ │ │ │ └── wells.less
│ │ │ │ │ │ ├── carbonad.less
│ │ │ │ │ │ ├── example-rating.less
│ │ │ │ │ │ ├── feature-list.less
│ │ │ │ │ │ ├── fontawesome-icon-list.less
│ │ │ │ │ │ ├── footer.less
│ │ │ │ │ │ ├── jumbotron-carousel.less
│ │ │ │ │ │ ├── layout.less
│ │ │ │ │ │ ├── lazy.less
│ │ │ │ │ │ ├── responsive/
│ │ │ │ │ │ │ ├── screen-lg.less
│ │ │ │ │ │ │ ├── screen-md.less
│ │ │ │ │ │ │ ├── screen-sm.less
│ │ │ │ │ │ │ └── screen-xs.less
│ │ │ │ │ │ ├── social-buttons.less
│ │ │ │ │ │ ├── stripe-ad.less
│ │ │ │ │ │ └── textured-bg.less
│ │ │ │ │ └── site.less
│ │ │ │ ├── cheatsheet.html
│ │ │ │ ├── community.html
│ │ │ │ ├── design.html
│ │ │ │ ├── examples.html
│ │ │ │ ├── get-started.html
│ │ │ │ ├── glyphicons-test.html
│ │ │ │ ├── icons.html
│ │ │ │ ├── icons.yml
│ │ │ │ ├── index.html
│ │ │ │ ├── license.html
│ │ │ │ ├── test-2.3.2.html
│ │ │ │ ├── test.html
│ │ │ │ └── whats-new.html
│ │ │ ├── html5shiv/
│ │ │ │ ├── .bower.json
│ │ │ │ ├── Gruntfile.js
│ │ │ │ ├── MIT and GPL2 licenses.md
│ │ │ │ ├── bower.json
│ │ │ │ ├── dist/
│ │ │ │ │ ├── html5shiv-printshiv.js
│ │ │ │ │ └── html5shiv.js
│ │ │ │ ├── package.json
│ │ │ │ └── readme.md
│ │ │ ├── jquery/
│ │ │ │ ├── .bower.json
│ │ │ │ ├── AUTHORS.txt
│ │ │ │ ├── LICENSE.txt
│ │ │ │ ├── README.md
│ │ │ │ ├── bower.json
│ │ │ │ ├── dist/
│ │ │ │ │ ├── core.js
│ │ │ │ │ ├── jquery.js
│ │ │ │ │ └── jquery.slim.js
│ │ │ │ ├── external/
│ │ │ │ │ └── sizzle/
│ │ │ │ │ ├── LICENSE.txt
│ │ │ │ │ └── dist/
│ │ │ │ │ └── sizzle.js
│ │ │ │ └── src/
│ │ │ │ ├── .eslintrc.json
│ │ │ │ ├── ajax/
│ │ │ │ │ ├── jsonp.js
│ │ │ │ │ ├── load.js
│ │ │ │ │ ├── parseXML.js
│ │ │ │ │ ├── script.js
│ │ │ │ │ ├── var/
│ │ │ │ │ │ ├── location.js
│ │ │ │ │ │ ├── nonce.js
│ │ │ │ │ │ └── rquery.js
│ │ │ │ │ └── xhr.js
│ │ │ │ ├── ajax.js
│ │ │ │ ├── attributes/
│ │ │ │ │ ├── attr.js
│ │ │ │ │ ├── classes.js
│ │ │ │ │ ├── prop.js
│ │ │ │ │ ├── support.js
│ │ │ │ │ └── val.js
│ │ │ │ ├── attributes.js
│ │ │ │ ├── callbacks.js
│ │ │ │ ├── core/
│ │ │ │ │ ├── DOMEval.js
│ │ │ │ │ ├── access.js
│ │ │ │ │ ├── camelCase.js
│ │ │ │ │ ├── init.js
│ │ │ │ │ ├── nodeName.js
│ │ │ │ │ ├── parseHTML.js
│ │ │ │ │ ├── ready-no-deferred.js
│ │ │ │ │ ├── ready.js
│ │ │ │ │ ├── readyException.js
│ │ │ │ │ ├── stripAndCollapse.js
│ │ │ │ │ ├── support.js
│ │ │ │ │ ├── toType.js
│ │ │ │ │ └── var/
│ │ │ │ │ └── rsingleTag.js
│ │ │ │ ├── core.js
│ │ │ │ ├── css/
│ │ │ │ │ ├── addGetHookIf.js
│ │ │ │ │ ├── adjustCSS.js
│ │ │ │ │ ├── curCSS.js
│ │ │ │ │ ├── hiddenVisibleSelectors.js
│ │ │ │ │ ├── showHide.js
│ │ │ │ │ ├── support.js
│ │ │ │ │ └── var/
│ │ │ │ │ ├── cssExpand.js
│ │ │ │ │ ├── getStyles.js
│ │ │ │ │ ├── isHiddenWithinTree.js
│ │ │ │ │ ├── rboxStyle.js
│ │ │ │ │ ├── rnumnonpx.js
│ │ │ │ │ └── swap.js
│ │ │ │ ├── css.js
│ │ │ │ ├── data/
│ │ │ │ │ ├── Data.js
│ │ │ │ │ └── var/
│ │ │ │ │ ├── acceptData.js
│ │ │ │ │ ├── dataPriv.js
│ │ │ │ │ └── dataUser.js
│ │ │ │ ├── data.js
│ │ │ │ ├── deferred/
│ │ │ │ │ └── exceptionHook.js
│ │ │ │ ├── deferred.js
│ │ │ │ ├── deprecated.js
│ │ │ │ ├── dimensions.js
│ │ │ │ ├── effects/
│ │ │ │ │ ├── Tween.js
│ │ │ │ │ └── animatedSelector.js
│ │ │ │ ├── effects.js
│ │ │ │ ├── event/
│ │ │ │ │ ├── ajax.js
│ │ │ │ │ ├── alias.js
│ │ │ │ │ ├── focusin.js
│ │ │ │ │ ├── support.js
│ │ │ │ │ └── trigger.js
│ │ │ │ ├── event.js
│ │ │ │ ├── exports/
│ │ │ │ │ ├── amd.js
│ │ │ │ │ └── global.js
│ │ │ │ ├── jquery.js
│ │ │ │ ├── manipulation/
│ │ │ │ │ ├── _evalUrl.js
│ │ │ │ │ ├── buildFragment.js
│ │ │ │ │ ├── getAll.js
│ │ │ │ │ ├── setGlobalEval.js
│ │ │ │ │ ├── support.js
│ │ │ │ │ ├── var/
│ │ │ │ │ │ ├── rcheckableType.js
│ │ │ │ │ │ ├── rscriptType.js
│ │ │ │ │ │ └── rtagName.js
│ │ │ │ │ └── wrapMap.js
│ │ │ │ ├── manipulation.js
│ │ │ │ ├── offset.js
│ │ │ │ ├── queue/
│ │ │ │ │ └── delay.js
│ │ │ │ ├── queue.js
│ │ │ │ ├── selector-native.js
│ │ │ │ ├── selector-sizzle.js
│ │ │ │ ├── selector.js
│ │ │ │ ├── serialize.js
│ │ │ │ ├── traversing/
│ │ │ │ │ ├── findFilter.js
│ │ │ │ │ └── var/
│ │ │ │ │ ├── dir.js
│ │ │ │ │ ├── rneedsContext.js
│ │ │ │ │ └── siblings.js
│ │ │ │ ├── traversing.js
│ │ │ │ ├── var/
│ │ │ │ │ ├── ObjectFunctionString.js
│ │ │ │ │ ├── arr.js
│ │ │ │ │ ├── class2type.js
│ │ │ │ │ ├── concat.js
│ │ │ │ │ ├── document.js
│ │ │ │ │ ├── documentElement.js
│ │ │ │ │ ├── fnToString.js
│ │ │ │ │ ├── getProto.js
│ │ │ │ │ ├── hasOwn.js
│ │ │ │ │ ├── indexOf.js
│ │ │ │ │ ├── isFunction.js
│ │ │ │ │ ├── isWindow.js
│ │ │ │ │ ├── pnum.js
│ │ │ │ │ ├── push.js
│ │ │ │ │ ├── rcssNum.js
│ │ │ │ │ ├── rnothtmlwhite.js
│ │ │ │ │ ├── slice.js
│ │ │ │ │ ├── support.js
│ │ │ │ │ └── toString.js
│ │ │ │ └── wrap.js
│ │ │ └── respond/
│ │ │ ├── .bower.json
│ │ │ ├── Gruntfile.js
│ │ │ ├── LICENSE-MIT
│ │ │ ├── README.md
│ │ │ ├── bower.json
│ │ │ ├── cross-domain/
│ │ │ │ ├── example.html
│ │ │ │ ├── respond-proxy.html
│ │ │ │ └── respond.proxy.js
│ │ │ ├── dest/
│ │ │ │ ├── respond.matchmedia.addListener.src.js
│ │ │ │ └── respond.src.js
│ │ │ ├── package.json
│ │ │ └── src/
│ │ │ ├── matchmedia.addListener.js
│ │ │ ├── matchmedia.polyfill.js
│ │ │ └── respond.js
│ │ ├── cerulean/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ ├── bootswatch.less
│ │ │ ├── index.html
│ │ │ └── variables.less
│ │ ├── cosmo/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ ├── bootswatch.less
│ │ │ ├── index.html
│ │ │ └── variables.less
│ │ ├── custom/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ ├── bootswatch.less
│ │ │ ├── index.html
│ │ │ └── variables.less
│ │ ├── cyborg/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ ├── bootswatch.less
│ │ │ ├── index.html
│ │ │ └── variables.less
│ │ ├── darkly/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ ├── bootswatch.less
│ │ │ ├── index.html
│ │ │ └── variables.less
│ │ ├── default/
│ │ │ └── index.html
│ │ ├── flatly/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ ├── bootswatch.less
│ │ │ ├── index.html
│ │ │ └── variables.less
│ │ ├── global/
│ │ │ ├── build.less
│ │ │ └── build.scss
│ │ ├── help/
│ │ │ └── index.html
│ │ ├── index.html
│ │ ├── journal/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ ├── bootswatch.less
│ │ │ ├── index.html
│ │ │ └── variables.less
│ │ ├── lumen/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ ├── bootswatch.less
│ │ │ ├── index.html
│ │ │ └── variables.less
│ │ ├── paper/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ ├── bootswatch.less
│ │ │ ├── index.html
│ │ │ └── variables.less
│ │ ├── readable/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ ├── bootswatch.less
│ │ │ ├── index.html
│ │ │ └── variables.less
│ │ ├── sandstone/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ ├── bootswatch.less
│ │ │ ├── index.html
│ │ │ └── variables.less
│ │ ├── simplex/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ ├── bootswatch.less
│ │ │ ├── index.html
│ │ │ └── variables.less
│ │ ├── slate/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ ├── bootswatch.less
│ │ │ ├── index.html
│ │ │ └── variables.less
│ │ ├── spacelab/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ ├── bootswatch.less
│ │ │ ├── index.html
│ │ │ └── variables.less
│ │ ├── superhero/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ ├── bootswatch.less
│ │ │ ├── index.html
│ │ │ └── variables.less
│ │ ├── tests/
│ │ │ ├── components.html
│ │ │ └── thumbnail.html
│ │ ├── united/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ ├── bootswatch.less
│ │ │ ├── index.html
│ │ │ └── variables.less
│ │ └── yeti/
│ │ ├── _bootswatch.scss
│ │ ├── _variables.scss
│ │ ├── bootstrap.css
│ │ ├── bootswatch.less
│ │ ├── index.html
│ │ └── variables.less
│ ├── 4/
│ │ ├── _assets/
│ │ │ ├── js/
│ │ │ │ └── custom.js
│ │ │ └── scss/
│ │ │ └── custom.scss
│ │ ├── _vendor/
│ │ │ ├── bootstrap/
│ │ │ │ └── dist/
│ │ │ │ ├── css/
│ │ │ │ │ ├── bootstrap-grid.css
│ │ │ │ │ ├── bootstrap-reboot.css
│ │ │ │ │ └── bootstrap.css
│ │ │ │ └── js/
│ │ │ │ ├── bootstrap.bundle.js
│ │ │ │ └── bootstrap.js
│ │ │ ├── font-awesome/
│ │ │ │ ├── css/
│ │ │ │ │ └── font-awesome.css
│ │ │ │ └── fonts/
│ │ │ │ └── FontAwesome.otf
│ │ │ └── jquery/
│ │ │ └── dist/
│ │ │ ├── jquery.js
│ │ │ └── jquery.slim.js
│ │ ├── cerulean/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ └── index.html
│ │ ├── cosmo/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ └── index.html
│ │ ├── cyborg/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ └── index.html
│ │ ├── darkly/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ └── index.html
│ │ ├── default/
│ │ │ └── index.html
│ │ ├── flatly/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ └── index.html
│ │ ├── help/
│ │ │ └── index.html
│ │ ├── index.html
│ │ ├── journal/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ └── index.html
│ │ ├── litera/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ └── index.html
│ │ ├── lumen/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ └── index.html
│ │ ├── lux/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ └── index.html
│ │ ├── materia/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ └── index.html
│ │ ├── minty/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ └── index.html
│ │ ├── pulse/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ └── index.html
│ │ ├── sandstone/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ └── index.html
│ │ ├── simplex/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ └── index.html
│ │ ├── sketchy/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ └── index.html
│ │ ├── slate/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ └── index.html
│ │ ├── solar/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ └── index.html
│ │ ├── spacelab/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ └── index.html
│ │ ├── superhero/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ └── index.html
│ │ ├── united/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ └── index.html
│ │ └── yeti/
│ │ ├── _bootswatch.scss
│ │ ├── _variables.scss
│ │ ├── bootstrap.css
│ │ └── index.html
│ ├── 5/
│ │ ├── brite/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ └── bootstrap.rtl.css
│ │ ├── cerulean/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ └── bootstrap.rtl.css
│ │ ├── cosmo/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ └── bootstrap.rtl.css
│ │ ├── cyborg/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ └── bootstrap.rtl.css
│ │ ├── darkly/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ └── bootstrap.rtl.css
│ │ ├── flatly/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ └── bootstrap.rtl.css
│ │ ├── journal/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ └── bootstrap.rtl.css
│ │ ├── litera/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ └── bootstrap.rtl.css
│ │ ├── lumen/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ └── bootstrap.rtl.css
│ │ ├── lux/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ └── bootstrap.rtl.css
│ │ ├── materia/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ └── bootstrap.rtl.css
│ │ ├── minty/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ └── bootstrap.rtl.css
│ │ ├── morph/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ └── bootstrap.rtl.css
│ │ ├── pulse/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ └── bootstrap.rtl.css
│ │ ├── quartz/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ └── bootstrap.rtl.css
│ │ ├── sandstone/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ └── bootstrap.rtl.css
│ │ ├── simplex/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ └── bootstrap.rtl.css
│ │ ├── sketchy/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ └── bootstrap.rtl.css
│ │ ├── slate/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ └── bootstrap.rtl.css
│ │ ├── solar/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ └── bootstrap.rtl.css
│ │ ├── spacelab/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ └── bootstrap.rtl.css
│ │ ├── superhero/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ └── bootstrap.rtl.css
│ │ ├── united/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ └── bootstrap.rtl.css
│ │ ├── vapor/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ └── bootstrap.rtl.css
│ │ ├── versa/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ ├── bootstrap.rtl.css
│ │ │ └── build.scss
│ │ ├── yeti/
│ │ │ ├── _bootswatch.scss
│ │ │ ├── _variables.scss
│ │ │ ├── bootstrap.css
│ │ │ └── bootstrap.rtl.css
│ │ └── zephyr/
│ │ ├── _bootswatch.scss
│ │ ├── _variables.scss
│ │ ├── bootstrap.css
│ │ └── bootstrap.rtl.css
│ ├── CNAME
│ ├── _assets/
│ │ ├── js/
│ │ │ └── custom.js
│ │ └── scss/
│ │ └── custom.scss
│ ├── _vendor/
│ │ ├── bootstrap/
│ │ │ └── dist/
│ │ │ ├── css/
│ │ │ │ ├── bootstrap-grid.css
│ │ │ │ ├── bootstrap-grid.rtl.css
│ │ │ │ ├── bootstrap-reboot.css
│ │ │ │ ├── bootstrap-reboot.rtl.css
│ │ │ │ ├── bootstrap-utilities.css
│ │ │ │ ├── bootstrap-utilities.rtl.css
│ │ │ │ ├── bootstrap.css
│ │ │ │ └── bootstrap.rtl.css
│ │ │ └── js/
│ │ │ ├── bootstrap.bundle.js
│ │ │ ├── bootstrap.esm.js
│ │ │ └── bootstrap.js
│ │ ├── bootstrap-icons/
│ │ │ └── font/
│ │ │ ├── bootstrap-icons.css
│ │ │ ├── bootstrap-icons.json
│ │ │ └── bootstrap-icons.scss
│ │ └── prismjs/
│ │ ├── prism.js
│ │ └── themes/
│ │ └── prism-okaidia.css
│ ├── api/
│ │ ├── 2.json
│ │ ├── 3.json
│ │ ├── 4.json
│ │ └── 5.json
│ ├── brite/
│ │ └── index.html
│ ├── cerulean/
│ │ └── index.html
│ ├── cosmo/
│ │ └── index.html
│ ├── cyborg/
│ │ └── index.html
│ ├── darkly/
│ │ └── index.html
│ ├── default/
│ │ └── index.html
│ ├── flatly/
│ │ └── index.html
│ ├── help/
│ │ └── index.html
│ ├── index.html
│ ├── journal/
│ │ └── index.html
│ ├── litera/
│ │ └── index.html
│ ├── lumen/
│ │ └── index.html
│ ├── lux/
│ │ └── index.html
│ ├── materia/
│ │ └── index.html
│ ├── minty/
│ │ └── index.html
│ ├── morph/
│ │ └── index.html
│ ├── pulse/
│ │ └── index.html
│ ├── quartz/
│ │ └── index.html
│ ├── sandstone/
│ │ └── index.html
│ ├── simplex/
│ │ └── index.html
│ ├── sketchy/
│ │ └── index.html
│ ├── slate/
│ │ └── index.html
│ ├── solar/
│ │ └── index.html
│ ├── spacelab/
│ │ └── index.html
│ ├── superhero/
│ │ └── index.html
│ ├── united/
│ │ └── index.html
│ ├── vapor/
│ │ └── index.html
│ ├── versa/
│ │ └── index.html
│ ├── yeti/
│ │ └── index.html
│ └── zephyr/
│ └── index.html
└── package.json
================================================
FILE CONTENTS
================================================
================================================
FILE: .browserslistrc
================================================
# https://github.com/browserslist/browserslist#readme
>= 0.5%
last 2 major versions
not dead
Chrome >= 60
Firefox >= 60
Firefox ESR
iOS >= 12
Safari >= 12
not Explorer <= 11
================================================
FILE: .editorconfig
================================================
# editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
================================================
FILE: .gitattributes
================================================
# Enforce Unix newlines
* text=auto eol=lf
# Don't diff or textually merge source maps
*.map binary
================================================
FILE: .github/dependabot.yml
================================================
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: monthly
================================================
FILE: .github/stale.yml
================================================
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 60
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
- pinned
- security
# Label to use when marking an issue as stale
staleLabel: wontfix
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false
================================================
FILE: .github/workflows/ci.yml
================================================
name: CI
on:
push:
branches:
- "**"
- "!dependabot/**"
pull_request:
workflow_dispatch:
env:
FORCE_COLOR: 2
NODE_LTS: 18
permissions:
contents: read
jobs:
build:
name: Build on Node ${{ matrix.node }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node: [14, 16, 18]
steps:
- name: Clone repository
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: npm
- name: Install npm dependencies
run: npm ci
- name: Build themes
run: npm run build
- name: Build docs
run: npm run docs
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_LTS }}
cache: npm
- run: java -version
- name: Install npm dependencies
run: npm ci
- name: Run tests
run: npm test
- name: Run vnu-jar
run: npm run htmllint
================================================
FILE: .gitignore
================================================
.DS_Store
node_modules
.idea
components
_site
*.lock
.sass-cache/
/dist/*/build.scss
# Local Netlify folder
.netlify
================================================
FILE: .npmrc
================================================
lockfile-version=2
================================================
FILE: .stylelintignore
================================================
bootstrap.css
**/*.min.css
**/vendor/
**/_vendor/
**/bower_components/
/docs/2/
/docs/3/
/_gh_pages/
test
================================================
FILE: .stylelintrc.json
================================================
{
"extends": [
"stylelint-config-twbs-bootstrap"
],
"reportInvalidScopeDisables": true,
"reportNeedlessDisables": true,
"rules": {
"declaration-no-important": null,
"import-notation": null,
"selector-max-class": null,
"selector-max-type": null,
"selector-no-qualifying-type": null
},
"overrides": [
{
"files": "**/*.scss",
"rules": {
"scss/dollar-variable-default": [
true,
{
"ignore": "local"
}
]
}
}
]
}
================================================
FILE: Gruntfile.js
================================================
'use strict';
const path = require('path');
const sass = require('sass');
const autoprefixer = require('autoprefixer');
const pkg = require('./package.json');
const SWATCHES = [
'brite',
'cerulean',
'cosmo',
'cyborg',
'darkly',
'flatly',
'journal',
'litera',
'lumen',
'lux',
'materia',
'minty',
'morph',
'pulse',
'quartz',
'sandstone',
'simplex',
'sketchy',
'slate',
'solar',
'spacelab',
'superhero',
'united',
'vapor',
'versa',
'yeti',
'zephyr'
];
const BUILD_DIR = 'build/';
const DIST_DIR = 'dist/';
const DOCS_DEST = 'docs/5/';
let buildTheme = '';
module.exports = grunt => {
grunt.loadNpmTasks('@lodder/grunt-postcss');
grunt.loadNpmTasks('grunt-contrib-clean');
grunt.loadNpmTasks('grunt-contrib-concat');
grunt.loadNpmTasks('grunt-contrib-connect');
grunt.loadNpmTasks('grunt-contrib-copy');
grunt.loadNpmTasks('grunt-contrib-cssmin');
grunt.loadNpmTasks('grunt-contrib-watch');
grunt.loadNpmTasks('grunt-sass');
grunt.loadNpmTasks('grunt-html');
grunt.loadNpmTasks('grunt-shell');
// Force use of Unix newlines
grunt.util.linefeed = '\n';
grunt.initConfig({
clean: {
build: {
src: 'dist/*/build.scss'
}
},
concat: {
dist: {
src: [],
dest: ''
}
},
copy: {
vendor: {
files: [{
expand: true,
cwd: 'node_modules/bootstrap-icons',
src: ['font/**'],
dest: 'docs/_vendor/bootstrap-icons/'
}, {
expand: true,
cwd: 'node_modules/prismjs',
src: ['prism.js', 'themes/prism-okaidia.css'],
dest: 'docs/_vendor/prismjs/'
}, {
expand: true,
cwd: 'node_modules/bootstrap',
src: ['dist/**'],
dest: 'docs/_vendor/bootstrap/'
}]
},
css: {
files: [{
expand: true,
cwd: 'dist',
src: [
'**/*.css',
'**/*.scss',
'**/*.map'
],
dest: DOCS_DEST
}]
}
},
sass: {
options: {
implementation: sass,
outputStyle: 'expanded'
},
dist: {
src: [],
dest: ''
},
docs: {
options: {
outputStyle: 'compressed',
},
src: 'docs/_assets/scss/custom.scss',
dest: 'docs/_assets/css/custom.min.css'
}
},
postcss: {
options: {
processors: [
autoprefixer({ cascade: false })
]
},
dist: {
src: [],
dest: ''
},
docs: {
src: 'docs/_assets/css/custom.min.css',
dest: 'docs/_assets/css/custom.min.css'
}
},
cssmin: {
options: {
level: {
1: {
specialComments: 'all'
}
},
sourceMap: true
},
dist: {
src: [],
dest: ''
},
rtl: {
src: [],
dest: ''
}
},
htmllint: {
options: {
ignore: [
/Attribute “autocomplete” is only allowed when the input type is.*/
]
},
src: [
'docs/**/*.html',
'!docs/**/bower_components/**/*.html',
'!docs/_vendor/**/*.html',
'!docs/2/**/*.html'
]
},
connect: {
options: {
hostname: 'localhost',
livereload: 35729,
port: 3000,
open: true
},
base: {
options: {
base: 'docs'
}
}
},
watch: {
options: {
livereload: '<%= connect.options.livereload %>',
spawn: false
},
dev: {
files: [
'dist/*/_variables.scss',
'dist/*/_bootswatch.scss'
],
tasks: ['build', 'shell:csslint']
}
},
shell: {
options: {
stderr: false,
failOnError: false
},
rtlcss: {
command: function (theme) {
return `rtlcss dist/${theme}/bootstrap.css dist/${theme}/bootstrap.rtl.css`;
}
},
csslint: {
command: 'stylelint "dist/**/*.scss"'
}
}
});
grunt.registerTask('rtlcss', function (theme) {
grunt.task.run('shell:rtlcss:' + theme);
});
grunt.registerTask('build', 'build a regular theme from scss', theme => {
theme = theme ? theme : buildTheme;
const themeDir = path.join(DIST_DIR, '/', theme);
const isValidTheme = grunt.file.exists(path.join(themeDir, '/_variables.scss')) && grunt.file.exists(path.join(themeDir, '/_bootswatch.scss'));
// cancel the build (without failing) if this directory is not a valid theme
if (!isValidTheme) {
grunt.log.writeln(`${theme} theme does not exist!`);
return;
}
const concatSrc = path.join(BUILD_DIR, '/scss/build.scss');
const concatDest = path.join(themeDir, '/build.scss');
const cssDest = path.join(themeDir, '/bootstrap.css');
const cssDestMin = path.join(themeDir, '/bootstrap.min.css');
const cssDestRtl = path.join(themeDir, '/bootstrap.rtl.css');
const cssDestRtlMin = path.join(themeDir, '/bootstrap.rtl.min.css');
const banner = `/*!
* Bootswatch v${pkg.version} (${pkg.homepage})
* Theme: ${theme}
* Copyright 2012-${new Date().getFullYear()} ${pkg.author}
* Licensed under ${pkg.license}
* Based on Bootstrap
*/
`;
grunt.config.set('concat.options', {banner});
grunt.config.set('concat.dist', {
src: concatSrc,
dest: concatDest
});
grunt.config.set('sass.dist', {
src: concatDest,
dest: cssDest
});
grunt.config.set('postcss.dist', {
src: cssDest,
dest: cssDest
});
grunt.config.set('copy.css.files.0.cwd', themeDir);
grunt.config.set('copy.css.files.0.dest', path.join(DOCS_DEST, theme));
grunt.config.set('cssmin.dist', {
src: cssDest,
dest: cssDestMin
});
grunt.config.set('cssmin.rtl', {
src: cssDestRtl,
dest: cssDestRtlMin
});
grunt.task.run([
'concat',
'sass:dist',
'postcss:dist',
'clean:build',
'cssmin:dist',
`rtlcss:${theme}`,
'cssmin:rtl',
'copy:css'
]);
});
grunt.registerTask('swatch', 'build a theme from scss ', theme => {
// If no theme is passed, build all swatches
theme = theme ? [theme] : SWATCHES;
theme.forEach(t => {
grunt.task.run(`build:${t}`);
});
});
grunt.event.on('watch', (action, filepath) => {
const theme = path.basename(path.dirname(filepath));
grunt.log.writeln(`${theme} changed...`);
buildTheme = theme;
});
grunt.registerTask('default', ['connect', 'watch']);
grunt.registerTask('vendor', 'copy:vendor');
grunt.registerTask('docs-css', ['sass:docs', 'postcss:docs']);
grunt.registerTask('docs', ['docs-css', 'vendor']);
grunt.registerTask('release', ['swatch', 'docs']);
};
================================================
FILE: LICENSE
================================================
The MIT License (MIT)
Copyright (c) 2013 Thomas Park
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
================================================
FILE: README.md
================================================
<p align="center">
<img width="200" height="200" src="https://bootswatch.com/_assets/img/logo.png">
</p>
<h3 align="center">Bootswatch</h3>
<p align="center">
A collection of open source themes for <a href="https://getbootstrap.com/">Bootstrap</a>
<br>
<a href="https://bootswatch.com/"><strong>View Bootswatch themes »</strong></a>
<br>
<br>
<a href="https://github.com/thomaspark/bootswatch/issues/new">Report bug</a>
·
<a href="https://github.com/thomaspark/bootswatch/issues/new">Request feature</a>
·
<a href="https://blog.bootswatch.com/">Blog</a>
</p>
## Usage
There are a few different ways you can integrate Bootswatch into your project.
### Via Pre-compiled Asset
Download the `bootstrap.min.css` file associated with a theme and replace
Bootstrap's default stylesheet. You must still include Bootstrap's JavaScript
file to have functional dropdowns, modals, etc.
### Via CDN
You can use the themes via CDN at [jsDelivr](https://www.jsdelivr.com/package/npm/bootswatch).
### Via Sass Imports
If you're using [Sass](https://sass-lang.com/) (SCSS) in your project, you can
import the `_variables.scss` and `_bootswatch.scss` files for a given theme.
This method allows you to override theme variables.
```scss
// Your variable overrides go here, e.g.:
// $h1-font-size: 3rem;
@import "~bootswatch/dist/[theme]/variables";
@import "~bootstrap/scss/bootstrap";
@import "~bootswatch/dist/[theme]/bootswatch";
```
Make sure to import Bootstrap's `bootstrap.scss` in between `_variables.scss`
and `_bootswatch.scss`!
### Via npm
You can install as a package with the command `npm install bootswatch`.
#### React Users (`create-react-app`, or similar bundler)
Modern JavaScript bundlers (webpack, parcel, rollup) support `import`ing CSS from JS files. This can make it easier to deploy various 1st and 3rd party assets predictably. Note: _There are tradeoffs to the following method, research your tooling before deploying to production._
Before continuing, ensure you've run `npm install bootswatch` in your local project folder. (Use either `npm` or `yarn`.)
Add the following `import` to your top-level `index.js` (or `App.js`) file. Add it **before** any other `.css` imports.
```js
import "bootswatch/dist/[theme]/bootstrap.min.css";
// TODO: Note: Replace ^[theme]^ (examples: darkly, slate, cosmo, spacelab, and superhero. See https://bootswatch.com for current theme names.)
```
Here's an example of updated `imports` in `App.js` to use "slate" theme (using a `create-react-app` fresh project.)
```js
import React from 'react';
import logo from './logo.svg';
import 'bootswatch/dist/slate/bootstrap.min.css'; // Added this :boom:
import './App.css';
function App() {
...
```
### Via Ruby Gem
In your Ruby project, you can access the latest version of each theme by adding
the following to your Gemfile and running `bundle install`:
```ruby
gem "bootswatch", github: "thomaspark/bootswatch"
```
Each theme directory is then accessible via the path
`"#{Gem.loaded_specs["bootswatch"].load_paths.first}/[theme]"`.
Ruby on Rails users can add the following to an initializer (e.g.
`config/initializers/bootswatch.rb`):
```ruby
Rails.application.config.assets.paths += Gem.loaded_specs["bootswatch"].load_paths
```
And thus be able to import themes via Sass like so:
```scss
@import "[theme]/variables";
@import "~bootstrap/scss/bootstrap";
@import "[theme]/bootswatch";
```
### Via API
A simple JSON API is available for integrating your platform with Bootswatch.
More info can be found on the [Help page](https://bootswatch.com/help/#api).
## Customization
Bootswatch is open source and you’re welcome to modify the themes.
Each theme consists of two SASS files. `_variables.scss`, which is included by default in Bootstrap, allows you to customize the settings. `_bootswatch.scss` introduces more extensive structural changes.
Check out the [Help page](https://bootswatch.com/help/#customization) for more details on building your own theme.
## Contributing
It's through your contributions that Bootswatch will continue to improve. You can contribute in several ways:
* **Issues:** Provide a detailed report of any bugs you encounter and open an issue on [GitHub](https://github.com/thomaspark/bootswatch/issues).
* **Documentation:** If you'd like to fix a typo or beef up the docs, you can fork the project, make your changes, and submit a pull request.
* **Code:** Make a fix and submit it as a pull request. When making changes, it's important to keep the CSS and SASS versions in sync. To do this, be sure to edit the SASS source files for the particular theme first, then run the tasks `grunt swatch` to build the CSS.
* **Donation:** Donations are gratefully accepted via [GitHub](https://github.com/sponsors/thomaspark) and [PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=PU2DH4BMF9MWS&source=url).
## Author
Thomas Park
* <https://github.com/thomaspark>
* <https://thomaspark.co/>
## Thanks
* [Mark Otto](https://github.com/mdo) and [Jacob Thornton](https://github.com/fat) for [Bootstrap](https://github.com/twbs/bootstrap).
* [XhmikosR](https://github.com/xhmikosr) for ongoing maintenance support.
* [Jenil Gogari](https://jgog.in/) for his contributions to the Flatly theme.
* [James Taylor](https://github.com/jostylr) for [cors-lite](https://github.com/jostylr/cors-lite).
* [Corey Sewell](https://github.com/cjsewell) for SASS conversion.
## Copyright and License
Copyright 2014-2023 Thomas Park
Code released under the [MIT License](LICENSE).
================================================
FILE: bootswatch.gemspec
================================================
require "json"
$package = JSON.parse(File.read(File.expand_path("package.json", __dir__)))
Gem::Specification.new do |s|
s.name = "bootswatch"
s.version = $package["version"].tr("+", ".")
s.author = $package["author"]
s.homepage = $package["homepage"]
s.summary = $package["description"]
s.license = $package["license"]
s.files = Dir["{dist}/**/*", "LICENSE", "README.md", "package.json"]
s.require_paths = ["dist"]
end
================================================
FILE: build/html/thumbnail.html
================================================
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Bootswatch: Default Bootstrap</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="../../docs/_vendor/bootstrap/dist/css/bootstrap.css" media="screen" id="stylesheet">
<link rel="stylesheet" href="../../docs/_assets/css/custom.min.css">
<style>
body {
width: 500px;
height: 300px;
overflow: hidden;
padding-top: 120px;
}
h1,
p,
.bs-example {
text-align: center;
}
.navbar {
z-index: -10;
padding-left: 20px;
}
.navbar .container-fluid {
flex-wrap: nowrap;
}
.navbar-nav {
flex-direction: row !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.lead {
margin-bottom: 2em;
}
.page-header {
border-bottom: none;
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
<div class="container-fluid">
<a class="navbar-brand" href="#">Bootswatch</a>
<ul class="navbar-nav me-auto">
<li class="nav-item dropdown">
<a class="nav-link active dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Themes
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#">Action</a></li>
<li><a class="dropdown-item" href="#">Another action</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Download
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#">Action</a></li>
<li><a class="dropdown-item" href="#">Another action</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Help</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Blog</a>
</li>
</ul>
</div>
</nav>
<div class="container">
<div class="row">
<div class="col-12">
<div class="page-header">
<h1 id="theme">Default</h1>
<p id="description" class="lead">Basic Bootstrap</p>
<div class="bs-example">
<button type="button" class="btn btn-primary">Primary</button>
<button type="button" class="btn btn-secondary">Secondary</button>
<button type="button" class="btn btn-success">Success</button>
<button type="button" class="btn btn-warning">Warning</button>
<button type="button" class="btn btn-danger">Danger</button>
</div>
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mustache.js/0.7.2/mustache.min.js"></script>
<script>
$.get('../../docs/api/5.json', function (data) {
var menuTemplate = '<div id="menu" style="position:fixed;top:10px;right:10px;"><select>{{#.}}<option data-description="{{description}}">{{name}}</option>{{/.}}</select></div>';
var menuHTML = Mustache.render(menuTemplate, data.themes);
$('body').append(menuHTML);
$('#menu').change(function () {
var theme = $('#menu :selected');
$('#theme').text(theme.text());
$('#description').text(theme.data('description'));
theme = '../../dist/' + theme.text().toLowerCase() + '/bootstrap.min.css';
$('#stylesheet').attr('href', theme);
});
}, 'json');
</script>
</body>
</html>
================================================
FILE: build/scss/build.scss
================================================
@import "variables";
@import "../../node_modules/bootstrap/scss/bootstrap";
@import "bootswatch";
================================================
FILE: composer.json
================================================
{
"name": "thomaspark/bootswatch",
"description": "Themes for Bootstrap",
"license": "MIT",
"authors": [
{
"name": "thomaspark",
"email": "thomas@bootswatch.com"
}
],
"type": "component",
"suggest": {
"robloach/component-installer": "Allows installation of Components via Composer"
},
"extra": {
"component": {
"name": "bootswatch",
"files": [
"README.md",
"LICENSE",
"dist/**/*"
]
}
}
}
================================================
FILE: dist/brite/_bootswatch.scss
================================================
// Brite 5.3.8
// Bootswatch
// Variables
:root {
--#{$prefix}border-width: 2px;
--#{$prefix}border-color: #000;
}
[data-bs-theme="light"],
[data-bs-theme="dark"] {
--#{$prefix}border-color: #000;
}
// Mixins
@mixin btn-shadow(){
box-shadow: 3px 3px 0 0 var(--#{$prefix}border-color);
}
.table {
border: 2px solid $black;
}
// Navbar
.navbar {
$navbar-border-width: 2px;
font-size: $font-size-lg;
font-weight: $headings-font-weight;
border: $navbar-border-width solid $black;
&.fixed-top {
border-width: 0 0 $navbar-border-width 0;
}
&.fixed-bottom {
border-width: $navbar-border-width 0 0 0;
}
.dropdown-toggle::after {
margin-left: .15em;
vertical-align: .15em;
}
&-toggler {
--bs-border-width: 2px;
}
}
// Buttons
.btn {
margin: 3px 0 0 3px;
border-color: $black;
@include btn-shadow();
transition: all .3s;
transform: translate(-3px, -3px);
&:hover {
border-color: $black;
box-shadow: none;
transform: translate(0, 0);
}
&.disabled {
border-color: $black;
}
&-link,
&-link:hover {
color: $black;
}
}
@each $color, $value in $theme-colors {
.btn-outline-#{$color} {
color: $black;
background-color: #{$value};
box-shadow: none;
transform: translate(0, 0);
&:hover {
@include btn-shadow();
transform: translate(-3px, -3px);
}
}
.btn-check + .btn-#{$color},
.btn-check + .btn-outline-#{$color} {
&:hover {
background-color: #{$value};
}
}
}
.btn-outline-dark {
color: $white;
}
.btn-group {
.btn {
margin-left: 0;
}
> .btn.active {
z-index: 0;
}
}
.btn-group,
.btn-group-vertical {
.btn {
&:hover,
&:active,
&:focus {
z-index: 0;
}
}
> .btn-check:focus + .btn,
> .btn-check:checked + .btn {
z-index: 0;
}
}
.btn-check + .btn {
border-color: $black;
@include btn-shadow();
transform: translate(-3px, -3px);
}
.btn-check + .btn:hover {
color: $black;
border-color: $black;
}
.btn-check:checked + .btn,
:not(.btn-check) + .btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
border-color: $black;
box-shadow: none;
transform: translate(0, 0);
}
[data-bs-theme="dark"] .btn-link,
[data-bs-theme="dark"] .btn-link:hover {
color: #fff;
}
// Typography
a {
font-weight: $headings-font-weight;
}
// Forms
.form-range {
&:not([disabled])::-moz-range-progress {
height: .6rem;
background-color: $primary;
border-radius: 6px 0 0 6px;
}
&:not([disabled])::-ms-fill-lower {
height: .6rem;
background-color: $primary;
border-radius: 6px 0 0 6px;
}
&::-webkit-slider-runnable-track {
border: 2px solid $black;
}
&::-moz-range-track {
border: 2px solid $black;
}
&::-webkit-slider-thumb {
margin-top: -.4rem;
}
&::-moz-range-thumb {
margin-top: -.4rem;
}
&:focus::-webkit-slider-thumb {
box-shadow: none;
}
&:focus::-moz-range-thumb {
box-shadow: none;
}
}
// Navs
.nav {
&:not(.nav-tabs, .nav-pills) {
.nav-link {
&.active {
font-weight: 700;
}
}
}
}
.nav-tabs {
gap: 4px;
padding: .4rem .4rem calc(.4rem + 2px);
font-weight: $headings-font-weight;
border: 2px solid $black;
border-radius: $border-radius-lg;
.nav-link {
border-width: 2px;
border-radius: $border-radius;
&.active,
&:hover {
border: 2px solid $black;
}
}
}
.tab-content {
padding: 1rem;
margin-top: 1rem;
border: 2px solid $black;
border-radius: $border-radius-lg;
}
.nav-pills {
gap: 4px;
font-weight: $headings-font-weight;
.nav-link {
border: 2px solid $black;
}
}
.breadcrumb {
font-weight: $headings-font-weight;
border: 2px solid $black;
a {
color: $black;
}
}
.dropdown-menu {
@include btn-shadow();
border-radius: $border-radius;
}
.dropdown-header {
font-weight: 700;
}
.dropdown-item:hover,
.dropdown-item:focus {
color: #000;
}
@each $color, $value in $theme-colors {
.list-group-item-#{$color} {
color: $black;
background-color: #{$value};
border-color: $black;
}
}
.list-group-item-dark {
color: $white;
}
[data-bs-theme="dark"] {
.nav-tabs,
.nav-pills {
.nav-link {
--#{$prefix}nav-link-color: #fff;
&:hover,
&:focus {
--#{$prefix}nav-link-hover-color: #fff;
}
}
}
.page-link {
--#{$prefix}pagination-color: #fff;
&:hover {
--#{$prefix}pagination-hover-color: #fff;
}
}
.nav {
.nav-link {
--#{$prefix}nav-link-color: #fff;
&:hover,
&:focus {
--#{$prefix}nav-link-hover-color: #fff;
}
}
}
.breadcrumb {
a {
color: $white;
}
}
.breadcrumb-item {
&.active {
--#{$prefix}breadcrumb-item-active-color: #fff;
}
}
}
// Indicators
.alert {
color: $black;
border: 2px solid $black;
@include btn-shadow();
}
.alert-link {
color: $black;
}
.alert-dark {
color: $white;
}
@each $color, $value in $theme-colors {
.alert-#{$color} {
background-color: #{$value};
}
}
.badge {
border: 2px solid $black;
&.bg-dark {
color: $white;
}
}
.progress {
border: 2px solid $black;
&-bar {
border-right: 2px solid $black;
}
}
.modal {
&-content {
@include btn-shadow();
}
}
.vr {
width: 2px;
background-color: $black;
}
[data-bs-theme="dark"] .toast-header {
--#{$prefix}toast-header-color: #fff;
}
================================================
FILE: dist/brite/_variables.scss
================================================
// Brite 5.3.8
// Bootswatch
$theme: "brite" !default;
//
// Color system
//
$white: #fff !default;
$gray-100: #f8f9fa !default;
$gray-200: #e9ecef !default;
$gray-300: #dee2e6 !default;
$gray-400: #ced4da !default;
$gray-500: #adb5bd !default;
$gray-600: #868e96 !default;
$gray-700: #495057 !default;
$gray-800: #343a40 !default;
$gray-900: #212529 !default;
$black: #000 !default;
$blue: #61bcff !default;
$indigo: #828df9 !default;
$purple: #be82fa !default;
$pink: #ea4998 !default;
$red: #f56565 !default;
$orange: #fa984a !default;
$yellow: #ffc700 !default;
$green: #68d391 !default;
$teal: #2ed3be !default;
$cyan: #22d2ed !default;
$lime: #a2e436 !default;
$primary: $lime !default;
$secondary: $white !default;
$success: $green !default;
$info: $cyan !default;
$warning: $yellow !default;
$danger: $red !default;
$light: $gray-200 !default;
$dark: $black !default;
// $min-contrast-ratio: 1.75 !default;
$spacer: 1rem !default;
// Body
// Links
$link-color: $black !default;
// Components
$border-radius: .375rem !default;
$border-radius-sm: .25rem !default;
$border-radius-lg: .5rem !default;
$component-active-color: $black !default;
// $component-active-bg: $black !default;
$focus-ring-width: 1px !default;
$focus-ring-opacity: 1 !default;
$focus-ring-color: $black !default;
// Fonts
$font-size-base: .875rem !default;
$font-size-sm: $font-size-base * .875 !default;
$lead-font-weight: 400 !default;
$headings-font-weight: 500 !default;
$hr-border-width: 2px !default;
$hr-opacity: 1 !default;
// Tables
$table-cell-padding-y: .75rem !default;
$table-cell-padding-x: .75rem !default;
$table-border-width: 1px !default;
$table-border-color: $black !default;
$table-hover-bg-factor: 0 !default;
$table-border-factor: 1 !default;
$table-bg-scale: 0% !default;
$table-variants: (
"primary": $primary,
"secondary": $secondary,
"success": $success,
"info": $info,
"warning": $warning,
"danger": $danger,
"light": $light,
"dark": $dark,
) !default;
// Buttons + Forms
$input-btn-padding-y: .5rem !default;
$input-btn-padding-x: 1rem !default;
$input-btn-padding-y-sm: .25rem !default;
$input-btn-padding-x-sm: .75rem !default;
$input-btn-font-size-sm: $font-size-sm !default;
$input-btn-padding-y-lg: .75rem !default;
$input-btn-padding-x-lg: 1.25rem !default;
$input-btn-font-size-lg: $font-size-base !default;
$input-btn-border-width: 2px !default;
// Buttons
$btn-border-width: 2px !default;
// Forms
$form-label-font-weight: $headings-font-weight !default;
$input-focus-border-color: $black !default;
$form-check-input-checked-border-color: $black !default;
$form-range-track-height: .6rem !default;
$form-range-thumb-width: 1.2rem !default;
$form-range-thumb-height: $form-range-thumb-width !default;
$form-range-thumb-border: 2px solid $black !default;
$form-range-thumb-box-shadow: none !default;
$form-range-thumb-disabled-bg: $light !default;
// Dropdowns
// $dropdown-link-hover-color: $white !default;
// $dropdown-link-hover-bg: $primary !default;
// Navs
$nav-link-color: $black !default;
$nav-link-hover-color: $black !default;
$nav-tabs-link-hover-border-color: transparent !default;
// Navbar
$navbar-padding-y: $spacer * .75 !default;
$navbar-padding-x: null !default;
$navbar-nav-link-padding-x: 1rem !default;
$navbar-light-color: $black !default;
$navbar-light-hover-color: $black !default;
$navbar-light-active-color: $black !default;
$navbar-light-disabled-color: rgba($black, .3) !default;
$navbar-light-icon-color: $black !default;
$navbar-light-toggler-border-color: $black !default;
$navbar-dark-color: $white !default;
$navbar-dark-hover-color: $white !default;
$navbar-dark-active-color: $white !default;
$navbar-dark-disabled-color: rgba($white, .3) !default;
$navbar-dark-icon-color: $white !default;
$navbar-dark-toggler-border-color: $white !default;
// Dropdowns
$dropdown-border-color: $black !default;
$dropdown-border-width: 2px !default;
$dropdown-link-hover-bg: $primary !default;
$dropdown-header-color: $black !default;
// Pagination
$pagination-color: $black !default;
$pagination-hover-color: $black !default;
$pagination-hover-bg: transparent !default;
$pagination-active-border-color: $black !default;
// Cards
$card-border-color: $black !default;
// Accordion
$accordion-button-active-bg: $primary !default;
$accordion-button-active-color: $black !default;
// Tooltips
$tooltip-opacity: 1 !default;
// Popovers
$popover-border-color: $black !default;
// Toasts
$toast-border-color: $black !default;
$toast-box-shadow: 3px 3px 0 0 $black !default;
$toast-header-color: $black !default;
// Badges
$badge-color: $black !default;
// Modals
$modal-content-border-color: $black !default;
// Alerts
// List group
$list-group-active-border-color: $black !default;
// Breadcrumbs
$breadcrumb-padding-y: .5rem !default;
$breadcrumb-padding-x: 1rem !default;
$breadcrumb-divider-color: $black !default;
$breadcrumb-active-color: $black !default;
$breadcrumb-border-radius: $border-radius-lg !default;
// Close
$btn-close-opacity: 1 !default;
$btn-close-hover-opacity: 1 !default;
================================================
FILE: dist/brite/bootstrap.css
================================================
@charset "UTF-8";
/*!
* Bootswatch v5.3.8 (https://bootswatch.com)
* Theme: brite
* Copyright 2012-2025 Thomas Park
* Licensed under MIT
* Based on Bootstrap
*/
/*!
* Bootstrap v5.3.8 (https://getbootstrap.com/)
* Copyright 2011-2025 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
:root,
[data-bs-theme=light] {
--bs-blue: #61bcff;
--bs-indigo: #828df9;
--bs-purple: #be82fa;
--bs-pink: #ea4998;
--bs-red: #f56565;
--bs-orange: #fa984a;
--bs-yellow: #ffc700;
--bs-green: #68d391;
--bs-teal: #2ed3be;
--bs-cyan: #22d2ed;
--bs-black: #000;
--bs-white: #fff;
--bs-gray: #868e96;
--bs-gray-dark: #343a40;
--bs-gray-100: #f8f9fa;
--bs-gray-200: #e9ecef;
--bs-gray-300: #dee2e6;
--bs-gray-400: #ced4da;
--bs-gray-500: #adb5bd;
--bs-gray-600: #868e96;
--bs-gray-700: #495057;
--bs-gray-800: #343a40;
--bs-gray-900: #212529;
--bs-primary: #a2e436;
--bs-secondary: #fff;
--bs-success: #68d391;
--bs-info: #22d2ed;
--bs-warning: #ffc700;
--bs-danger: #f56565;
--bs-light: #e9ecef;
--bs-dark: #000;
--bs-primary-rgb: 162, 228, 54;
--bs-secondary-rgb: 255, 255, 255;
--bs-success-rgb: 104, 211, 145;
--bs-info-rgb: 34, 210, 237;
--bs-warning-rgb: 255, 199, 0;
--bs-danger-rgb: 245, 101, 101;
--bs-light-rgb: 233, 236, 239;
--bs-dark-rgb: 0, 0, 0;
--bs-primary-text-emphasis: #415b16;
--bs-secondary-text-emphasis: #666666;
--bs-success-text-emphasis: #2a543a;
--bs-info-text-emphasis: #0e545f;
--bs-warning-text-emphasis: #665000;
--bs-danger-text-emphasis: #622828;
--bs-light-text-emphasis: #495057;
--bs-dark-text-emphasis: #495057;
--bs-primary-bg-subtle: #ecfad7;
--bs-secondary-bg-subtle: white;
--bs-success-bg-subtle: #e1f6e9;
--bs-info-bg-subtle: #d3f6fb;
--bs-warning-bg-subtle: #fff4cc;
--bs-danger-bg-subtle: #fde0e0;
--bs-light-bg-subtle: #fcfcfd;
--bs-dark-bg-subtle: #ced4da;
--bs-primary-border-subtle: #daf4af;
--bs-secondary-border-subtle: white;
--bs-success-border-subtle: #c3edd3;
--bs-info-border-subtle: #a7edf8;
--bs-warning-border-subtle: #ffe999;
--bs-danger-border-subtle: #fbc1c1;
--bs-light-border-subtle: #e9ecef;
--bs-dark-border-subtle: #adb5bd;
--bs-white-rgb: 255, 255, 255;
--bs-black-rgb: 0, 0, 0;
--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
--bs-body-font-family: var(--bs-font-sans-serif);
--bs-body-font-size: 0.875rem;
--bs-body-font-weight: 400;
--bs-body-line-height: 1.5;
--bs-body-color: #212529;
--bs-body-color-rgb: 33, 37, 41;
--bs-body-bg: #fff;
--bs-body-bg-rgb: 255, 255, 255;
--bs-emphasis-color: #000;
--bs-emphasis-color-rgb: 0, 0, 0;
--bs-secondary-color: rgba(33, 37, 41, 0.75);
--bs-secondary-color-rgb: 33, 37, 41;
--bs-secondary-bg: #e9ecef;
--bs-secondary-bg-rgb: 233, 236, 239;
--bs-tertiary-color: rgba(33, 37, 41, 0.5);
--bs-tertiary-color-rgb: 33, 37, 41;
--bs-tertiary-bg: #f8f9fa;
--bs-tertiary-bg-rgb: 248, 249, 250;
--bs-heading-color: inherit;
--bs-link-color: #000;
--bs-link-color-rgb: 0, 0, 0;
--bs-link-decoration: underline;
--bs-link-hover-color: black;
--bs-link-hover-color-rgb: 0, 0, 0;
--bs-code-color: #ea4998;
--bs-highlight-color: #212529;
--bs-highlight-bg: #fff4cc;
--bs-border-width: 1px;
--bs-border-style: solid;
--bs-border-color: #dee2e6;
--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
--bs-border-radius: 0.375rem;
--bs-border-radius-sm: 0.25rem;
--bs-border-radius-lg: 0.5rem;
--bs-border-radius-xl: 1rem;
--bs-border-radius-xxl: 2rem;
--bs-border-radius-2xl: var(--bs-border-radius-xxl);
--bs-border-radius-pill: 50rem;
--bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
--bs-focus-ring-width: 1px;
--bs-focus-ring-opacity: 1;
--bs-focus-ring-color: #000;
--bs-form-valid-color: #68d391;
--bs-form-valid-border-color: #68d391;
--bs-form-invalid-color: #f56565;
--bs-form-invalid-border-color: #f56565;
}
[data-bs-theme=dark] {
color-scheme: dark;
--bs-body-color: #dee2e6;
--bs-body-color-rgb: 222, 226, 230;
--bs-body-bg: #212529;
--bs-body-bg-rgb: 33, 37, 41;
--bs-emphasis-color: #fff;
--bs-emphasis-color-rgb: 255, 255, 255;
--bs-secondary-color: rgba(222, 226, 230, 0.75);
--bs-secondary-color-rgb: 222, 226, 230;
--bs-secondary-bg: #343a40;
--bs-secondary-bg-rgb: 52, 58, 64;
--bs-tertiary-color: rgba(222, 226, 230, 0.5);
--bs-tertiary-color-rgb: 222, 226, 230;
--bs-tertiary-bg: #2b3035;
--bs-tertiary-bg-rgb: 43, 48, 53;
--bs-primary-text-emphasis: #c7ef86;
--bs-secondary-text-emphasis: white;
--bs-success-text-emphasis: #a4e5bd;
--bs-info-text-emphasis: #7ae4f4;
--bs-warning-text-emphasis: #ffdd66;
--bs-danger-text-emphasis: #f9a3a3;
--bs-light-text-emphasis: #f8f9fa;
--bs-dark-text-emphasis: #dee2e6;
--bs-primary-bg-subtle: #202e0b;
--bs-secondary-bg-subtle: #333333;
--bs-success-bg-subtle: #152a1d;
--bs-info-bg-subtle: #072a2f;
--bs-warning-bg-subtle: #332800;
--bs-danger-bg-subtle: #311414;
--bs-light-bg-subtle: #343a40;
--bs-dark-bg-subtle: #1a1d20;
--bs-primary-border-subtle: #618920;
--bs-secondary-border-subtle: #999999;
--bs-success-border-subtle: #3e7f57;
--bs-info-border-subtle: #147e8e;
--bs-warning-border-subtle: #997700;
--bs-danger-border-subtle: #933d3d;
--bs-light-border-subtle: #495057;
--bs-dark-border-subtle: #343a40;
--bs-heading-color: inherit;
--bs-link-color: #c7ef86;
--bs-link-hover-color: #d2f29e;
--bs-link-color-rgb: 199, 239, 134;
--bs-link-hover-color-rgb: 210, 242, 158;
--bs-code-color: #f292c1;
--bs-highlight-color: #dee2e6;
--bs-highlight-bg: #665000;
--bs-border-color: #495057;
--bs-border-color-translucent: rgba(255, 255, 255, 0.15);
--bs-form-valid-color: #a4e5bd;
--bs-form-valid-border-color: #a4e5bd;
--bs-form-invalid-color: #f9a3a3;
--bs-form-invalid-border-color: #f9a3a3;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
:root {
scroll-behavior: smooth;
}
}
body {
margin: 0;
font-family: var(--bs-body-font-family);
font-size: var(--bs-body-font-size);
font-weight: var(--bs-body-font-weight);
line-height: var(--bs-body-line-height);
color: var(--bs-body-color);
text-align: var(--bs-body-text-align);
background-color: var(--bs-body-bg);
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
margin: 1rem 0;
color: inherit;
border: 0;
border-top: 2px solid;
opacity: 1;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
margin-top: 0;
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2;
color: var(--bs-heading-color);
}
h1, .h1 {
font-size: calc(1.34375rem + 1.125vw);
}
@media (min-width: 1200px) {
h1, .h1 {
font-size: 2.1875rem;
}
}
h2, .h2 {
font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
h2, .h2 {
font-size: 1.75rem;
}
}
h3, .h3 {
font-size: calc(1.278125rem + 0.3375vw);
}
@media (min-width: 1200px) {
h3, .h3 {
font-size: 1.53125rem;
}
}
h4, .h4 {
font-size: calc(1.25625rem + 0.075vw);
}
@media (min-width: 1200px) {
h4, .h4 {
font-size: 1.3125rem;
}
}
h5, .h5 {
font-size: 1.09375rem;
}
h6, .h6 {
font-size: 0.875rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
abbr[title] {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
-webkit-text-decoration-skip-ink: none;
text-decoration-skip-ink: none;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
ol,
ul {
padding-left: 2rem;
}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: 0.5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
b,
strong {
font-weight: bolder;
}
small, .small {
font-size: 0.875em;
}
mark, .mark {
padding: 0.1875em;
color: var(--bs-highlight-color);
background-color: var(--bs-highlight-bg);
}
sub,
sup {
position: relative;
font-size: 0.75em;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
a {
color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
text-decoration: underline;
}
a:hover {
--bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none;
}
pre,
code,
kbd,
samp {
font-family: var(--bs-font-monospace);
font-size: 1em;
}
pre {
display: block;
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
font-size: 0.875em;
}
pre code {
font-size: inherit;
color: inherit;
word-break: normal;
}
code {
font-size: 0.875em;
color: var(--bs-code-color);
word-wrap: break-word;
}
a > code {
color: inherit;
}
kbd {
padding: 0.1875rem 0.375rem;
font-size: 0.875em;
color: var(--bs-body-bg);
background-color: var(--bs-body-color);
border-radius: 0.25rem;
}
kbd kbd {
padding: 0;
font-size: 1em;
}
figure {
margin: 0 0 1rem;
}
img,
svg {
vertical-align: middle;
}
table {
caption-side: bottom;
border-collapse: collapse;
}
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: var(--bs-secondary-color);
text-align: left;
}
th {
text-align: inherit;
text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
border-color: inherit;
border-style: solid;
border-width: 0;
}
label {
display: inline-block;
}
button {
border-radius: 0;
}
button:focus:not(:focus-visible) {
outline: 0;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
select {
text-transform: none;
}
[role=button] {
cursor: pointer;
}
select {
word-wrap: normal;
}
select:disabled {
opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
display: none !important;
}
button,
[type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
cursor: pointer;
}
::-moz-focus-inner {
padding: 0;
border-style: none;
}
textarea {
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
float: left;
width: 100%;
padding: 0;
margin-bottom: 0.5rem;
line-height: inherit;
font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
legend {
font-size: 1.5rem;
}
}
legend + * {
clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
padding: 0;
}
::-webkit-inner-spin-button {
height: auto;
}
[type=search] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
cursor: pointer;
filter: grayscale(1);
}
/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
direction: ltr;
}
*/
::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
padding: 0;
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
::file-selector-button {
font: inherit;
-webkit-appearance: button;
}
output {
display: inline-block;
}
iframe {
border: 0;
}
summary {
display: list-item;
cursor: pointer;
}
progress {
vertical-align: baseline;
}
[hidden] {
display: none !important;
}
.lead {
font-size: 1.09375rem;
font-weight: 400;
}
.display-1 {
font-weight: 300;
line-height: 1.2;
font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
.display-1 {
font-size: 5rem;
}
}
.display-2 {
font-weight: 300;
line-height: 1.2;
font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
.display-2 {
font-size: 4.5rem;
}
}
.display-3 {
font-weight: 300;
line-height: 1.2;
font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
.display-3 {
font-size: 4rem;
}
}
.display-4 {
font-weight: 300;
line-height: 1.2;
font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
.display-4 {
font-size: 3.5rem;
}
}
.display-5 {
font-weight: 300;
line-height: 1.2;
font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
.display-5 {
font-size: 3rem;
}
}
.display-6 {
font-weight: 300;
line-height: 1.2;
font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
.display-6 {
font-size: 2.5rem;
}
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
}
.list-inline-item {
display: inline-block;
}
.list-inline-item:not(:last-child) {
margin-right: 0.5rem;
}
.initialism {
font-size: 0.875em;
text-transform: uppercase;
}
.blockquote {
margin-bottom: 1rem;
font-size: 1.09375rem;
}
.blockquote > :last-child {
margin-bottom: 0;
}
.blockquote-footer {
margin-top: -1rem;
margin-bottom: 1rem;
font-size: 0.875em;
color: #868e96;
}
.blockquote-footer::before {
content: "— ";
}
.img-fluid {
max-width: 100%;
height: auto;
}
.img-thumbnail {
padding: 0.25rem;
background-color: var(--bs-body-bg);
border: var(--bs-border-width) solid var(--bs-border-color);
border-radius: var(--bs-border-radius);
max-width: 100%;
height: auto;
}
.figure {
display: inline-block;
}
.figure-img {
margin-bottom: 0.5rem;
line-height: 1;
}
.figure-caption {
font-size: 0.875em;
color: var(--bs-secondary-color);
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
--bs-gutter-x: 1.5rem;
--bs-gutter-y: 0;
width: 100%;
padding-right: calc(var(--bs-gutter-x) * 0.5);
padding-left: calc(var(--bs-gutter-x) * 0.5);
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container-sm, .container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container-md, .container-sm, .container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container-lg, .container-md, .container-sm, .container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container-xl, .container-lg, .container-md, .container-sm, .container {
max-width: 1140px;
}
}
@media (min-width: 1400px) {
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
max-width: 1320px;
}
}
:root {
--bs-breakpoint-xs: 0;
--bs-breakpoint-sm: 576px;
--bs-breakpoint-md: 768px;
--bs-breakpoint-lg: 992px;
--bs-breakpoint-xl: 1200px;
--bs-breakpoint-xxl: 1400px;
}
.row {
--bs-gutter-x: 1.5rem;
--bs-gutter-y: 0;
display: flex;
flex-wrap: wrap;
margin-top: calc(-1 * var(--bs-gutter-y));
margin-right: calc(-0.5 * var(--bs-gutter-x));
margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-right: calc(var(--bs-gutter-x) * 0.5);
padding-left: calc(var(--bs-gutter-x) * 0.5);
margin-top: var(--bs-gutter-y);
}
.col {
flex: 1 0 0;
}
.row-cols-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-3 > * {
flex: 0 0 auto;
width: 33.33333333%;
}
.row-cols-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-6 > * {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-auto {
flex: 0 0 auto;
width: auto;
}
.col-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-3 {
flex: 0 0 auto;
width: 25%;
}
.col-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-6 {
flex: 0 0 auto;
width: 50%;
}
.col-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-9 {
flex: 0 0 auto;
width: 75%;
}
.col-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-1 {
margin-left: 8.33333333%;
}
.offset-2 {
margin-left: 16.66666667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.33333333%;
}
.offset-5 {
margin-left: 41.66666667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.33333333%;
}
.offset-8 {
margin-left: 66.66666667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.33333333%;
}
.offset-11 {
margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
--bs-gutter-x: 0;
}
.g-0,
.gy-0 {
--bs-gutter-y: 0;
}
.g-1,
.gx-1 {
--bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
--bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
--bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
--bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
--bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
--bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
--bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
--bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
--bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
--bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
.col-sm {
flex: 1 0 0;
}
.row-cols-sm-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-sm-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-sm-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-sm-3 > * {
flex: 0 0 auto;
width: 33.33333333%;
}
.row-cols-sm-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-sm-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-sm-6 > * {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-sm-auto {
flex: 0 0 auto;
width: auto;
}
.col-sm-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-sm-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-sm-3 {
flex: 0 0 auto;
width: 25%;
}
.col-sm-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-sm-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-sm-6 {
flex: 0 0 auto;
width: 50%;
}
.col-sm-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-sm-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-sm-9 {
flex: 0 0 auto;
width: 75%;
}
.col-sm-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-sm-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-sm-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.33333333%;
}
.offset-sm-2 {
margin-left: 16.66666667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.33333333%;
}
.offset-sm-5 {
margin-left: 41.66666667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.33333333%;
}
.offset-sm-8 {
margin-left: 66.66666667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.33333333%;
}
.offset-sm-11 {
margin-left: 91.66666667%;
}
.g-sm-0,
.gx-sm-0 {
--bs-gutter-x: 0;
}
.g-sm-0,
.gy-sm-0 {
--bs-gutter-y: 0;
}
.g-sm-1,
.gx-sm-1 {
--bs-gutter-x: 0.25rem;
}
.g-sm-1,
.gy-sm-1 {
--bs-gutter-y: 0.25rem;
}
.g-sm-2,
.gx-sm-2 {
--bs-gutter-x: 0.5rem;
}
.g-sm-2,
.gy-sm-2 {
--bs-gutter-y: 0.5rem;
}
.g-sm-3,
.gx-sm-3 {
--bs-gutter-x: 1rem;
}
.g-sm-3,
.gy-sm-3 {
--bs-gutter-y: 1rem;
}
.g-sm-4,
.gx-sm-4 {
--bs-gutter-x: 1.5rem;
}
.g-sm-4,
.gy-sm-4 {
--bs-gutter-y: 1.5rem;
}
.g-sm-5,
.gx-sm-5 {
--bs-gutter-x: 3rem;
}
.g-sm-5,
.gy-sm-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 768px) {
.col-md {
flex: 1 0 0;
}
.row-cols-md-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-md-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-md-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-md-3 > * {
flex: 0 0 auto;
width: 33.33333333%;
}
.row-cols-md-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-md-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-md-6 > * {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-md-auto {
flex: 0 0 auto;
width: auto;
}
.col-md-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-md-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-md-3 {
flex: 0 0 auto;
width: 25%;
}
.col-md-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-md-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-md-6 {
flex: 0 0 auto;
width: 50%;
}
.col-md-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-md-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-md-9 {
flex: 0 0 auto;
width: 75%;
}
.col-md-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-md-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-md-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.33333333%;
}
.offset-md-2 {
margin-left: 16.66666667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.33333333%;
}
.offset-md-5 {
margin-left: 41.66666667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.33333333%;
}
.offset-md-8 {
margin-left: 66.66666667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.33333333%;
}
.offset-md-11 {
margin-left: 91.66666667%;
}
.g-md-0,
.gx-md-0 {
--bs-gutter-x: 0;
}
.g-md-0,
.gy-md-0 {
--bs-gutter-y: 0;
}
.g-md-1,
.gx-md-1 {
--bs-gutter-x: 0.25rem;
}
.g-md-1,
.gy-md-1 {
--bs-gutter-y: 0.25rem;
}
.g-md-2,
.gx-md-2 {
--bs-gutter-x: 0.5rem;
}
.g-md-2,
.gy-md-2 {
--bs-gutter-y: 0.5rem;
}
.g-md-3,
.gx-md-3 {
--bs-gutter-x: 1rem;
}
.g-md-3,
.gy-md-3 {
--bs-gutter-y: 1rem;
}
.g-md-4,
.gx-md-4 {
--bs-gutter-x: 1.5rem;
}
.g-md-4,
.gy-md-4 {
--bs-gutter-y: 1.5rem;
}
.g-md-5,
.gx-md-5 {
--bs-gutter-x: 3rem;
}
.g-md-5,
.gy-md-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 992px) {
.col-lg {
flex: 1 0 0;
}
.row-cols-lg-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-lg-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-lg-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-lg-3 > * {
flex: 0 0 auto;
width: 33.33333333%;
}
.row-cols-lg-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-lg-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-lg-6 > * {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-lg-auto {
flex: 0 0 auto;
width: auto;
}
.col-lg-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-lg-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-lg-3 {
flex: 0 0 auto;
width: 25%;
}
.col-lg-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-lg-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-lg-6 {
flex: 0 0 auto;
width: 50%;
}
.col-lg-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-lg-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-lg-9 {
flex: 0 0 auto;
width: 75%;
}
.col-lg-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-lg-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-lg-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.33333333%;
}
.offset-lg-2 {
margin-left: 16.66666667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.33333333%;
}
.offset-lg-5 {
margin-left: 41.66666667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.33333333%;
}
.offset-lg-8 {
margin-left: 66.66666667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.33333333%;
}
.offset-lg-11 {
margin-left: 91.66666667%;
}
.g-lg-0,
.gx-lg-0 {
--bs-gutter-x: 0;
}
.g-lg-0,
.gy-lg-0 {
--bs-gutter-y: 0;
}
.g-lg-1,
.gx-lg-1 {
--bs-gutter-x: 0.25rem;
}
.g-lg-1,
.gy-lg-1 {
--bs-gutter-y: 0.25rem;
}
.g-lg-2,
.gx-lg-2 {
--bs-gutter-x: 0.5rem;
}
.g-lg-2,
.gy-lg-2 {
--bs-gutter-y: 0.5rem;
}
.g-lg-3,
.gx-lg-3 {
--bs-gutter-x: 1rem;
}
.g-lg-3,
.gy-lg-3 {
--bs-gutter-y: 1rem;
}
.g-lg-4,
.gx-lg-4 {
--bs-gutter-x: 1.5rem;
}
.g-lg-4,
.gy-lg-4 {
--bs-gutter-y: 1.5rem;
}
.g-lg-5,
.gx-lg-5 {
--bs-gutter-x: 3rem;
}
.g-lg-5,
.gy-lg-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 1200px) {
.col-xl {
flex: 1 0 0;
}
.row-cols-xl-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-xl-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-xl-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-xl-3 > * {
flex: 0 0 auto;
width: 33.33333333%;
}
.row-cols-xl-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-xl-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-xl-6 > * {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-xl-auto {
flex: 0 0 auto;
width: auto;
}
.col-xl-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-xl-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-xl-3 {
flex: 0 0 auto;
width: 25%;
}
.col-xl-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-xl-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-xl-6 {
flex: 0 0 auto;
width: 50%;
}
.col-xl-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-xl-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-xl-9 {
flex: 0 0 auto;
width: 75%;
}
.col-xl-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-xl-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-xl-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.33333333%;
}
.offset-xl-2 {
margin-left: 16.66666667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.33333333%;
}
.offset-xl-5 {
margin-left: 41.66666667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.33333333%;
}
.offset-xl-8 {
margin-left: 66.66666667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.33333333%;
}
.offset-xl-11 {
margin-left: 91.66666667%;
}
.g-xl-0,
.gx-xl-0 {
--bs-gutter-x: 0;
}
.g-xl-0,
.gy-xl-0 {
--bs-gutter-y: 0;
}
.g-xl-1,
.gx-xl-1 {
--bs-gutter-x: 0.25rem;
}
.g-xl-1,
.gy-xl-1 {
--bs-gutter-y: 0.25rem;
}
.g-xl-2,
.gx-xl-2 {
--bs-gutter-x: 0.5rem;
}
.g-xl-2,
.gy-xl-2 {
--bs-gutter-y: 0.5rem;
}
.g-xl-3,
.gx-xl-3 {
--bs-gutter-x: 1rem;
}
.g-xl-3,
.gy-xl-3 {
--bs-gutter-y: 1rem;
}
.g-xl-4,
.gx-xl-4 {
--bs-gutter-x: 1.5rem;
}
.g-xl-4,
.gy-xl-4 {
--bs-gutter-y: 1.5rem;
}
.g-xl-5,
.gx-xl-5 {
--bs-gutter-x: 3rem;
}
.g-xl-5,
.gy-xl-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 1400px) {
.col-xxl {
flex: 1 0 0;
}
.row-cols-xxl-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-xxl-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-xxl-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-xxl-3 > * {
flex: 0 0 auto;
width: 33.33333333%;
}
.row-cols-xxl-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-xxl-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-xxl-6 > * {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-xxl-auto {
flex: 0 0 auto;
width: auto;
}
.col-xxl-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-xxl-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-xxl-3 {
flex: 0 0 auto;
width: 25%;
}
.col-xxl-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-xxl-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-xxl-6 {
flex: 0 0 auto;
width: 50%;
}
.col-xxl-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-xxl-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-xxl-9 {
flex: 0 0 auto;
width: 75%;
}
.col-xxl-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-xxl-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-xxl-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-xxl-0 {
margin-left: 0;
}
.offset-xxl-1 {
margin-left: 8.33333333%;
}
.offset-xxl-2 {
margin-left: 16.66666667%;
}
.offset-xxl-3 {
margin-left: 25%;
}
.offset-xxl-4 {
margin-left: 33.33333333%;
}
.offset-xxl-5 {
margin-left: 41.66666667%;
}
.offset-xxl-6 {
margin-left: 50%;
}
.offset-xxl-7 {
margin-left: 58.33333333%;
}
.offset-xxl-8 {
margin-left: 66.66666667%;
}
.offset-xxl-9 {
margin-left: 75%;
}
.offset-xxl-10 {
margin-left: 83.33333333%;
}
.offset-xxl-11 {
margin-left: 91.66666667%;
}
.g-xxl-0,
.gx-xxl-0 {
--bs-gutter-x: 0;
}
.g-xxl-0,
.gy-xxl-0 {
--bs-gutter-y: 0;
}
.g-xxl-1,
.gx-xxl-1 {
--bs-gutter-x: 0.25rem;
}
.g-xxl-1,
.gy-xxl-1 {
--bs-gutter-y: 0.25rem;
}
.g-xxl-2,
.gx-xxl-2 {
--bs-gutter-x: 0.5rem;
}
.g-xxl-2,
.gy-xxl-2 {
--bs-gutter-y: 0.5rem;
}
.g-xxl-3,
.gx-xxl-3 {
--bs-gutter-x: 1rem;
}
.g-xxl-3,
.gy-xxl-3 {
--bs-gutter-y: 1rem;
}
.g-xxl-4,
.gx-xxl-4 {
--bs-gutter-x: 1.5rem;
}
.g-xxl-4,
.gy-xxl-4 {
--bs-gutter-y: 1.5rem;
}
.g-xxl-5,
.gx-xxl-5 {
--bs-gutter-x: 3rem;
}
.g-xxl-5,
.gy-xxl-5 {
--bs-gutter-y: 3rem;
}
}
.table {
--bs-table-color-type: initial;
--bs-table-bg-type: initial;
--bs-table-color-state: initial;
--bs-table-bg-state: initial;
--bs-table-color: var(--bs-emphasis-color);
--bs-table-bg: var(--bs-body-bg);
--bs-table-border-color: #000;
--bs-table-accent-bg: transparent;
--bs-table-striped-color: var(--bs-emphasis-color);
--bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
--bs-table-active-color: var(--bs-emphasis-color);
--bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
--bs-table-hover-color: var(--bs-emphasis-color);
--bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0);
width: 100%;
margin-bottom: 1rem;
vertical-align: top;
border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
padding: 0.75rem 0.75rem;
color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
background-color: var(--bs-table-bg);
border-bottom-width: 1px;
box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
vertical-align: inherit;
}
.table > thead {
vertical-align: bottom;
}
.table-group-divider {
border-top: calc(1px * 2) solid currentcolor;
}
.caption-top {
caption-side: top;
}
.table-sm > :not(caption) > * > * {
padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
border-top-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
--bs-table-color-type: var(--bs-table-striped-color);
--bs-table-bg-type: var(--bs-table-striped-bg);
}
.table-striped-columns > :not(caption) > tr > :nth-child(even) {
--bs-table-color-type: var(--bs-table-striped-color);
--bs-table-bg-type: var(--bs-table-striped-bg);
}
.table-active {
--bs-table-color-state: var(--bs-table-active-color);
--bs-table-bg-state: var(--bs-table-active-bg);
}
.table-hover > tbody > tr:hover > * {
--bs-table-color-state: var(--bs-table-hover-color);
--bs-table-bg-state: var(--bs-table-hover-bg);
}
.table-primary {
--bs-table-color: #000;
--bs-table-bg: #a2e436;
--bs-table-border-color: black;
--bs-table-striped-bg: #9ad933;
--bs-table-striped-color: #000;
--bs-table-active-bg: #92cd31;
--bs-table-active-color: #000;
--bs-table-hover-bg: #a2e436;
--bs-table-hover-color: #000;
color: var(--bs-table-color);
border-color: var(--bs-table-border-color);
}
.table-secondary {
--bs-table-color: #000;
--bs-table-bg: #fff;
--bs-table-border-color: black;
--bs-table-striped-bg: #f2f2f2;
--bs-table-striped-color: #000;
--bs-table-active-bg: #e6e6e6;
--bs-table-active-color: #000;
--bs-table-hover-bg: white;
--bs-table-hover-color: #000;
color: var(--bs-table-color);
border-color: var(--bs-table-border-color);
}
.table-success {
--bs-table-color: #000;
--bs-table-bg: #68d391;
--bs-table-border-color: black;
--bs-table-striped-bg: #63c88a;
--bs-table-striped-color: #000;
--bs-table-active-bg: #5ebe83;
--bs-table-active-color: #000;
--bs-table-hover-bg: #68d391;
--bs-table-hover-color: #000;
color: var(--bs-table-color);
border-color: var(--bs-table-border-color);
}
.table-info {
--bs-table-color: #000;
--bs-table-bg: #22d2ed;
--bs-table-border-color: black;
--bs-table-striped-bg: #20c8e1;
--bs-table-striped-color: #000;
--bs-table-active-bg: #1fbdd5;
--bs-table-active-color: #000;
--bs-table-hover-bg: #22d2ed;
--bs-table-hover-color: #000;
color: var(--bs-table-color);
border-color: var(--bs-table-border-color);
}
.table-warning {
--bs-table-color: #000;
--bs-table-bg: #ffc700;
--bs-table-border-color: black;
--bs-table-striped-bg: #f2bd00;
--bs-table-striped-color: #000;
--bs-table-active-bg: #e6b300;
--bs-table-active-color: #000;
--bs-table-hover-bg: #ffc700;
--bs-table-hover-color: #000;
color: var(--bs-table-color);
border-color: var(--bs-table-border-color);
}
.table-danger {
--bs-table-color: #000;
--bs-table-bg: #f56565;
--bs-table-border-color: black;
--bs-table-striped-bg: #e96060;
--bs-table-striped-color: #000;
--bs-table-active-bg: #dd5b5b;
--bs-table-active-color: #000;
--bs-table-hover-bg: #f56565;
--bs-table-hover-color: #000;
color: var(--bs-table-color);
border-color: var(--bs-table-border-color);
}
.table-light {
--bs-table-color: #000;
--bs-table-bg: #e9ecef;
--bs-table-border-color: black;
--bs-table-striped-bg: #dde0e3;
--bs-table-striped-color: #000;
--bs-table-active-bg: #d2d4d7;
--bs-table-active-color: #000;
--bs-table-hover-bg: #e9ecef;
--bs-table-hover-color: #000;
color: var(--bs-table-color);
border-color: var(--bs-table-border-color);
}
.table-dark {
--bs-table-color: #fff;
--bs-table-bg: #000;
--bs-table-border-color: white;
--bs-table-striped-bg: #0d0d0d;
--bs-table-striped-color: #fff;
--bs-table-active-bg: #1a1a1a;
--bs-table-active-color: #fff;
--bs-table-hover-bg: black;
--bs-table-hover-color: #fff;
color: var(--bs-table-color);
border-color: var(--bs-table-border-color);
}
.table-responsive {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
.table-responsive-sm {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
@media (max-width: 767.98px) {
.table-responsive-md {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
@media (max-width: 991.98px) {
.table-responsive-lg {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
@media (max-width: 1199.98px) {
.table-responsive-xl {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
@media (max-width: 1399.98px) {
.table-responsive-xxl {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
.form-label {
margin-bottom: 0.5rem;
font-weight: 500;
}
.col-form-label {
padding-top: calc(0.5rem + 2px);
padding-bottom: calc(0.5rem + 2px);
margin-bottom: 0;
font-size: inherit;
font-weight: 500;
line-height: 1.5;
}
.col-form-label-lg {
padding-top: calc(0.75rem + 2px);
padding-bottom: calc(0.75rem + 2px);
font-size: 0.875rem;
}
.col-form-label-sm {
padding-top: calc(0.25rem + 2px);
padding-bottom: calc(0.25rem + 2px);
font-size: 0.765625rem;
}
.form-text {
margin-top: 0.25rem;
font-size: 0.875em;
color: var(--bs-secondary-color);
}
.form-control {
display: block;
width: 100%;
padding: 0.5rem 1rem;
font-size: 0.875rem;
font-weight: 400;
line-height: 1.5;
color: var(--bs-body-color);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: var(--bs-body-bg);
background-clip: padding-box;
border: 2px solid var(--bs-border-color);
border-radius: var(--bs-border-radius);
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-control {
transition: none;
}
}
.form-control[type=file] {
overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
cursor: pointer;
}
.form-control:focus {
color: var(--bs-body-color);
background-color: var(--bs-body-bg);
border-color: #000;
outline: 0;
box-shadow: 0 0 0 1px #000;
}
.form-control::-webkit-date-and-time-value {
min-width: 85px;
height: 1.5em;
margin: 0;
}
.form-control::-webkit-datetime-edit {
display: block;
padding: 0;
}
.form-control::-moz-placeholder {
color: var(--bs-secondary-color);
opacity: 1;
}
.form-control::placeholder {
color: var(--bs-secondary-color);
opacity: 1;
}
.form-control:disabled {
background-color: var(--bs-secondary-bg);
opacity: 1;
}
.form-control::-webkit-file-upload-button {
padding: 0.5rem 1rem;
margin: -0.5rem -1rem;
-webkit-margin-end: 1rem;
margin-inline-end: 1rem;
color: var(--bs-body-color);
background-color: var(--bs-tertiary-bg);
pointer-events: none;
border-color: inherit;
border-style: solid;
border-width: 0;
border-inline-end-width: 2px;
border-radius: 0;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
padding: 0.5rem 1rem;
margin: -0.5rem -1rem;
-webkit-margin-end: 1rem;
margin-inline-end: 1rem;
color: var(--bs-body-color);
background-color: var(--bs-tertiary-bg);
pointer-events: none;
border-color: inherit;
border-style: solid;
border-width: 0;
border-inline-end-width: 2px;
border-radius: 0;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-control::-webkit-file-upload-button {
-webkit-transition: none;
transition: none;
}
.form-control::file-selector-button {
transition: none;
}
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
background-color: var(--bs-secondary-bg);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
background-color: var(--bs-secondary-bg);
}
.form-control-plaintext {
display: block;
width: 100%;
padding: 0.5rem 0;
margin-bottom: 0;
line-height: 1.5;
color: var(--bs-body-color);
background-color: transparent;
border: solid transparent;
border-width: 2px 0;
}
.form-control-plaintext:focus {
outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
padding-right: 0;
padding-left: 0;
}
.form-control-sm {
min-height: calc(1.5em + 0.5rem + calc(2px * 2));
padding: 0.25rem 0.75rem;
font-size: 0.765625rem;
border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::-webkit-file-upload-button {
padding: 0.25rem 0.75rem;
margin: -0.25rem -0.75rem;
-webkit-margin-end: 0.75rem;
margin-inline-end: 0.75rem;
}
.form-control-sm::file-selector-button {
padding: 0.25rem 0.75rem;
margin: -0.25rem -0.75rem;
-webkit-margin-end: 0.75rem;
margin-inline-end: 0.75rem;
}
.form-control-lg {
min-height: calc(1.5em + 1.5rem + calc(2px * 2));
padding: 0.75rem 1.25rem;
font-size: 0.875rem;
border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::-webkit-file-upload-button {
padding: 0.75rem 1.25rem;
margin: -0.75rem -1.25rem;
-webkit-margin-end: 1.25rem;
margin-inline-end: 1.25rem;
}
.form-control-lg::file-selector-button {
padding: 0.75rem 1.25rem;
margin: -0.75rem -1.25rem;
-webkit-margin-end: 1.25rem;
margin-inline-end: 1.25rem;
}
textarea.form-control {
min-height: calc(1.5em + 1rem + calc(2px * 2));
}
textarea.form-control-sm {
min-height: calc(1.5em + 0.5rem + calc(2px * 2));
}
textarea.form-control-lg {
min-height: calc(1.5em + 1.5rem + calc(2px * 2));
}
.form-control-color {
width: 3rem;
height: calc(1.5em + 1rem + calc(2px * 2));
padding: 0.5rem;
}
.form-control-color:not(:disabled):not([readonly]) {
cursor: pointer;
}
.form-control-color::-moz-color-swatch {
border: 0 !important;
border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
border: 0 !important;
border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
height: calc(1.5em + 0.5rem + calc(2px * 2));
}
.form-control-color.form-control-lg {
height: calc(1.5em + 1.5rem + calc(2px * 2));
}
.form-select {
--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
display: block;
width: 100%;
padding: 0.5rem 3rem 0.5rem 1rem;
font-size: 0.875rem;
font-weight: 400;
line-height: 1.5;
color: var(--bs-body-color);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: var(--bs-body-bg);
background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
background-repeat: no-repeat;
background-position: right 1rem center;
background-size: 16px 12px;
border: 2px solid var(--bs-border-color);
border-radius: var(--bs-border-radius);
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-select {
transition: none;
}
}
.form-select:focus {
border-color: #000;
outline: 0;
box-shadow: 0 0 0 1px #000;
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
padding-right: 1rem;
background-image: none;
}
.form-select:disabled {
background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 var(--bs-body-color);
}
.form-select-sm {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
padding-left: 0.75rem;
font-size: 0.765625rem;
border-radius: var(--bs-border-radius-sm);
}
.form-select-lg {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
padding-left: 1.25rem;
font-size: 0.875rem;
border-radius: var(--bs-border-radius-lg);
}
[data-bs-theme=dark] .form-select {
--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.form-check {
display: block;
min-height: 1.3125rem;
padding-left: 1.5em;
margin-bottom: 0.125rem;
}
.form-check .form-check-input {
float: left;
margin-left: -1.5em;
}
.form-check-reverse {
padding-right: 1.5em;
padding-left: 0;
text-align: right;
}
.form-check-reverse .form-check-input {
float: right;
margin-right: -1.5em;
margin-left: 0;
}
.form-check-input {
--bs-form-check-bg: var(--bs-body-bg);
flex-shrink: 0;
width: 1em;
height: 1em;
margin-top: 0.25em;
vertical-align: top;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: var(--bs-form-check-bg);
background-image: var(--bs-form-check-bg-image);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
border: var(--bs-border-width) solid var(--bs-border-color);
-webkit-print-color-adjust: exact;
color-adjust: exact;
print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
border-radius: 0.25em;
}
.form-check-input[type=radio] {
border-radius: 50%;
}
.form-check-input:active {
filter: brightness(90%);
}
.form-check-input:focus {
border-color: #000;
outline: 0;
box-shadow: 0 0 0 1px #000;
}
.form-check-input:checked {
background-color: #a2e436;
border-color: #000;
}
.form-check-input:checked[type=checkbox] {
--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23000'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
background-color: #a2e436;
border-color: #a2e436;
--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
pointer-events: none;
filter: none;
opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
cursor: default;
opacity: 0.5;
}
.form-switch {
padding-left: 2.5em;
}
.form-switch .form-check-input {
--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
width: 2em;
margin-left: -2.5em;
background-image: var(--bs-form-switch-bg);
background-position: left center;
border-radius: 2em;
transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-switch .form-check-input {
transition: none;
}
}
.form-switch .form-check-input:focus {
--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23000'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
background-position: right center;
--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23000'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
padding-right: 2.5em;
padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
margin-right: -2.5em;
margin-left: 0;
}
.form-check-inline {
display: inline-block;
margin-right: 1rem;
}
.btn-check {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
pointer-events: none;
filter: none;
opacity: 0.65;
}
[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}
.form-range {
width: 100%;
height: calc(1.2rem + 2px);
padding: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: transparent;
}
.form-range:focus {
outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 1px #000;
}
.form-range:focus::-moz-range-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 1px #000;
}
.form-range::-moz-focus-outer {
border: 0;
}
.form-range::-webkit-slider-thumb {
width: 1.2rem;
height: 1.2rem;
margin-top: -0.3rem;
-webkit-appearance: none;
appearance: none;
background-color: #a2e436;
border: 2px solid #000;
border-radius: 1rem;
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-range::-webkit-slider-thumb {
-webkit-transition: none;
transition: none;
}
}
.form-range::-webkit-slider-thumb:active {
background-color: #e3f7c3;
}
.form-range::-webkit-slider-runnable-track {
width: 100%;
height: 0.6rem;
color: transparent;
cursor: pointer;
background-color: var(--bs-secondary-bg);
border-color: transparent;
border-radius: 1rem;
}
.form-range::-moz-range-thumb {
width: 1.2rem;
height: 1.2rem;
-moz-appearance: none;
appearance: none;
background-color: #a2e436;
border: 2px solid #000;
border-radius: 1rem;
-moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-range::-moz-range-thumb {
-moz-transition: none;
transition: none;
}
}
.form-range::-moz-range-thumb:active {
background-color: #e3f7c3;
}
.form-range::-moz-range-track {
width: 100%;
height: 0.6rem;
color: transparent;
cursor: pointer;
background-color: var(--bs-secondary-bg);
border-color: transparent;
border-radius: 1rem;
}
.form-range:disabled {
pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
background-color: #e9ecef;
}
.form-range:disabled::-moz-range-thumb {
background-color: #e9ecef;
}
.form-floating {
position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
height: calc(3.5rem + calc(2px * 2));
min-height: calc(3.5rem + calc(2px * 2));
line-height: 1.25;
}
.form-floating > label {
position: absolute;
top: 0;
left: 0;
z-index: 2;
max-width: 100%;
height: 100%;
padding: 1rem 1rem;
overflow: hidden;
color: rgba(var(--bs-body-color-rgb), 0.65);
text-align: start;
text-overflow: ellipsis;
white-space: nowrap;
pointer-events: none;
border: 2px solid transparent;
transform-origin: 0 0;
transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-floating > label {
transition: none;
}
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
padding: 1rem 1rem;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
}
.form-floating > .form-select {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
padding-left: 1rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > textarea:not(:-moz-placeholder-shown) ~ label::after {
position: absolute;
inset: 1rem 0.5rem;
z-index: -1;
height: 1.5em;
content: "";
background-color: var(--bs-body-bg);
border-radius: var(--bs-border-radius);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
position: absolute;
inset: 1rem 0.5rem;
z-index: -1;
height: 1.5em;
content: "";
background-color: var(--bs-body-bg);
border-radius: var(--bs-border-radius);
}
.form-floating > textarea:disabled ~ label::after {
background-color: var(--bs-secondary-bg);
}
.form-floating > .form-control-plaintext ~ label {
border-width: 2px 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
color: #868e96;
}
.input-group {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: stretch;
width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
position: relative;
flex: 1 1 auto;
width: 1%;
min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
z-index: 5;
}
.input-group .btn {
position: relative;
z-index: 2;
}
.input-group .btn:focus {
z-index: 5;
}
.input-group-text {
display: flex;
align-items: center;
padding: 0.5rem 1rem;
font-size: 0.875rem;
font-weight: 400;
line-height: 1.5;
color: var(--bs-body-color);
text-align: center;
white-space: nowrap;
background-color: var(--bs-tertiary-bg);
border: 2px solid var(--bs-border-color);
border-radius: var(--bs-border-radius);
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
padding: 0.75rem 1.25rem;
font-size: 0.875rem;
border-radius: var(--bs-border-radius-lg);
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
padding: 0.25rem 0.75rem;
font-size: 0.765625rem;
border-radius: var(--bs-border-radius-sm);
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
padding-right: 4rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
margin-left: calc(-1 * 2px);
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.valid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 0.875em;
color: var(--bs-form-valid-color);
}
.valid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: 0.1rem;
font-size: 0.765625rem;
color: #fff;
background-color: var(--bs-success);
border-radius: var(--bs-border-radius);
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
border-color: var(--bs-form-valid-border-color);
padding-right: calc(1.5em + 1rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2368d391' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right calc(0.375em + 0.25rem) center;
background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
border-color: var(--bs-form-valid-border-color);
box-shadow: 0 0 0 1px rgba(var(--bs-success-rgb), 1);
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
padding-right: calc(1.5em + 1rem);
background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem);
}
.was-validated .form-select:valid, .form-select.is-valid {
border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2368d391' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
padding-right: 5.5rem;
background-position: right 1rem center, center right 3rem;
background-size: 16px 12px, calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
border-color: var(--bs-form-valid-border-color);
box-shadow: 0 0 0 1px rgba(var(--bs-success-rgb), 1);
}
.was-validated .form-control-color:valid, .form-control-color.is-valid {
width: calc(3rem + calc(1.5em + 1rem));
}
.was-validated .form-check-input:valid, .form-check-input.is-valid {
border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
box-shadow: 0 0 0 1px rgba(var(--bs-success-rgb), 1);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
color: var(--bs-form-valid-color);
}
.form-check-inline .form-check-input ~ .valid-feedback {
margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
z-index: 3;
}
.invalid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 0.875em;
color: var(--bs-form-invalid-color);
}
.invalid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: 0.1rem;
font-size: 0.765625rem;
color: #fff;
background-color: var(--bs-danger);
border-radius: var(--bs-border-radius);
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
border-color: var(--bs-form-invalid-border-color);
padding-right: calc(1.5em + 1rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f56565'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f56565' stroke='none'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right calc(0.375em + 0.25rem) center;
background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
border-color: var(--bs-form-invalid-border-color);
box-shadow: 0 0 0 1px rgba(var(--bs-danger-rgb), 1);
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
padding-right: calc(1.5em + 1rem);
background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem);
}
.was-validated .form-select:invalid, .form-select.is-invalid {
border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f56565'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f56565' stroke='none'/%3e%3c/svg%3e");
padding-right: 5.5rem;
background-position: right 1rem center, center right 3rem;
background-size: 16px 12px, calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
border-color: var(--bs-form-invalid-border-color);
box-shadow: 0 0 0 1px rgba(var(--bs-danger-rgb), 1);
}
.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
width: calc(3rem + calc(1.5em + 1rem));
}
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
box-shadow: 0 0 0 1px rgba(var(--bs-danger-rgb), 1);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
color: var(--bs-form-invalid-color);
}
.form-check-inline .form-check-input ~ .invalid-feedback {
margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
z-index: 4;
}
.btn {
--bs-btn-padding-x: 1rem;
--bs-btn-padding-y: 0.5rem;
--bs-btn-font-family: ;
--bs-btn-font-size: 0.875rem;
--bs-btn-font-weight: 400;
--bs-btn-line-height: 1.5;
--bs-btn-color: var(--bs-body-color);
--bs-btn-bg: transparent;
--bs-btn-border-width: 2px;
--bs-btn-border-color: transparent;
--bs-btn-border-radius: var(--bs-border-radius);
--bs-btn-hover-border-color: transparent;
--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
--bs-btn-disabled-opacity: 0.65;
--bs-btn-focus-box-shadow: 0 0 0 1px rgba(var(--bs-btn-focus-shadow-rgb), .5);
display: inline-block;
padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
font-family: var(--bs-btn-font-family);
font-size: var(--bs-btn-font-size);
font-weight: var(--bs-btn-font-weight);
line-height: var(--bs-btn-line-height);
color: var(--bs-btn-color);
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
border-radius: var(--bs-btn-border-radius);
background-color: var(--bs-btn-bg);
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.btn {
transition: none;
}
}
.btn:hover {
color: var(--bs-btn-hover-color);
background-color: var(--bs-btn-hover-bg);
border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
color: var(--bs-btn-color);
background-color: var(--bs-btn-bg);
border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
color: var(--bs-btn-hover-color);
background-color: var(--bs-btn-hover-bg);
border-color: var(--bs-btn-hover-border-color);
outline: 0;
box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
border-color: var(--bs-btn-hover-border-color);
outline: 0;
box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
color: var(--bs-btn-active-color);
background-color: var(--bs-btn-active-bg);
border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
color: var(--bs-btn-disabled-color);
pointer-events: none;
background-color: var(--bs-btn-disabled-bg);
border-color: var(--bs-btn-disabled-border-color);
opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary {
--bs-btn-color: #000;
--bs-btn-bg: #a2e436;
--bs-btn-border-color: #a2e436;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #b0e854;
--bs-btn-hover-border-color: #abe74a;
--bs-btn-focus-shadow-rgb: 138, 194, 46;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #b5e95e;
--bs-btn-active-border-color: #abe74a;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #000;
--bs-btn-disabled-bg: #a2e436;
--bs-btn-disabled-border-color: #a2e436;
}
.btn-secondary {
--bs-btn-color: #000;
--bs-btn-bg: #fff;
--bs-btn-border-color: #fff;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: white;
--bs-btn-hover-border-color: white;
--bs-btn-focus-shadow-rgb: 217, 217, 217;
--bs-btn-active-color: #000;
--bs-btn-active-bg: white;
--bs-btn-active-border-color: white;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #000;
--bs-btn-disabled-bg: #fff;
--bs-btn-disabled-border-color: #fff;
}
.btn-success {
--bs-btn-color: #000;
--bs-btn-bg: #68d391;
--bs-btn-border-color: #68d391;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #7fdaa2;
--bs-btn-hover-border-color: #77d79c;
--bs-btn-focus-shadow-rgb: 88, 179, 123;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #86dca7;
--bs-btn-active-border-color: #77d79c;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #000;
--bs-btn-disabled-bg: #68d391;
--bs-btn-disabled-border-color: #68d391;
}
.btn-info {
--bs-btn-color: #000;
--bs-btn-bg: #22d2ed;
--bs-btn-border-color: #22d2ed;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #43d9f0;
--bs-btn-hover-border-color: #38d7ef;
--bs-btn-focus-shadow-rgb: 29, 179, 201;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #4edbf1;
--bs-btn-active-border-color: #38d7ef;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #000;
--bs-btn-disabled-bg: #22d2ed;
--bs-btn-disabled-border-color: #22d2ed;
}
.btn-warning {
--bs-btn-color: #000;
--bs-btn-bg: #ffc700;
--bs-btn-border-color: #ffc700;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #ffcf26;
--bs-btn-hover-border-color: #ffcd1a;
--bs-btn-focus-shadow-rgb: 217, 169, 0;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #ffd233;
--bs-btn-active-border-color: #ffcd1a;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #000;
--bs-btn-disabled-bg: #ffc700;
--bs-btn-disabled-border-color: #ffc700;
}
.btn-danger {
--bs-btn-color: #000;
--bs-btn-bg: #f56565;
--bs-btn-border-color: #f56565;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #f77c7c;
--bs-btn-hover-border-color: #f67474;
--bs-btn-focus-shadow-rgb: 208, 86, 86;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #f78484;
--bs-btn-active-border-color: #f67474;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #000;
--bs-btn-disabled-bg: #f56565;
--bs-btn-disabled-border-color: #f56565;
}
.btn-light {
--bs-btn-color: #000;
--bs-btn-bg: #e9ecef;
--bs-btn-border-color: #e9ecef;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #c6c9cb;
--bs-btn-hover-border-color: #babdbf;
--bs-btn-focus-shadow-rgb: 198, 201, 203;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #babdbf;
--bs-btn-active-border-color: #afb1b3;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #000;
--bs-btn-disabled-bg: #e9ecef;
--bs-btn-disabled-border-color: #e9ecef;
}
.btn-dark {
--bs-btn-color: #fff;
--bs-btn-bg: #000;
--bs-btn-border-color: #000;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #262626;
--bs-btn-hover-border-color: #1a1a1a;
--bs-btn-focus-shadow-rgb: 38, 38, 38;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #333333;
--bs-btn-active-border-color: #1a1a1a;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #fff;
--bs-btn-disabled-bg: #000;
--bs-btn-disabled-border-color: #000;
}
.btn-outline-primary {
--bs-btn-color: #a2e436;
--bs-btn-border-color: #a2e436;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #a2e436;
--bs-btn-hover-border-color: #a2e436;
--bs-btn-focus-shadow-rgb: 162, 228, 54;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #a2e436;
--bs-btn-active-border-color: #a2e436;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #a2e436;
--bs-btn-disabled-bg: transparent;
--bs-btn-disabled-border-color: #a2e436;
--bs-gradient: none;
}
.btn-outline-secondary {
--bs-btn-color: #fff;
--bs-btn-border-color: #fff;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #fff;
--bs-btn-hover-border-color: #fff;
--bs-btn-focus-shadow-rgb: 255, 255, 255;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #fff;
--bs-btn-active-border-color: #fff;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #fff;
--bs-btn-disabled-bg: transparent;
--bs-btn-disabled-border-color: #fff;
--bs-gradient: none;
}
.btn-outline-success {
--bs-btn-color: #68d391;
--bs-btn-border-color: #68d391;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #68d391;
--bs-btn-hover-border-color: #68d391;
--bs-btn-focus-shadow-rgb: 104, 211, 145;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #68d391;
--bs-btn-active-border-color: #68d391;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #68d391;
--bs-btn-disabled-bg: transparent;
--bs-btn-disabled-border-color: #68d391;
--bs-gradient: none;
}
.btn-outline-info {
--bs-btn-color: #22d2ed;
--bs-btn-border-color: #22d2ed;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #22d2ed;
--bs-btn-hover-border-color: #22d2ed;
--bs-btn-focus-shadow-rgb: 34, 210, 237;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #22d2ed;
--bs-btn-active-border-color: #22d2ed;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #22d2ed;
--bs-btn-disabled-bg: transparent;
--bs-btn-disabled-border-color: #22d2ed;
--bs-gradient: none;
}
.btn-outline-warning {
--bs-btn-color: #ffc700;
--bs-btn-border-color: #ffc700;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #ffc700;
--bs-btn-hover-border-color: #ffc700;
--bs-btn-focus-shadow-rgb: 255, 199, 0;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #ffc700;
--bs-btn-active-border-color: #ffc700;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #ffc700;
--bs-btn-disabled-bg: transparent;
--bs-btn-disabled-border-color: #ffc700;
--bs-gradient: none;
}
.btn-outline-danger {
--bs-btn-color: #f56565;
--bs-btn-border-color: #f56565;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #f56565;
--bs-btn-hover-border-color: #f56565;
--bs-btn-focus-shadow-rgb: 245, 101, 101;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #f56565;
--bs-btn-active-border-color: #f56565;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #f56565;
--bs-btn-disabled-bg: transparent;
--bs-btn-disabled-border-color: #f56565;
--bs-gradient: none;
}
.btn-outline-light {
--bs-btn-color: #e9ecef;
--bs-btn-border-color: #e9ecef;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #e9ecef;
--bs-btn-hover-border-color: #e9ecef;
--bs-btn-focus-shadow-rgb: 233, 236, 239;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #e9ecef;
--bs-btn-active-border-color: #e9ecef;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #e9ecef;
--bs-btn-disabled-bg: transparent;
--bs-btn-disabled-border-color: #e9ecef;
--bs-gradient: none;
}
.btn-outline-dark {
--bs-btn-color: #000;
--bs-btn-border-color: #000;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #000;
--bs-btn-hover-border-color: #000;
--bs-btn-focus-shadow-rgb: 0, 0, 0;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #000;
--bs-btn-active-border-color: #000;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #000;
--bs-btn-disabled-bg: transparent;
--bs-btn-disabled-border-color: #000;
--bs-gradient: none;
}
.btn-link {
--bs-btn-font-weight: 400;
--bs-btn-color: var(--bs-link-color);
--bs-btn-bg: transparent;
--bs-btn-border-color: transparent;
--bs-btn-hover-color: var(--bs-link-hover-color);
--bs-btn-hover-border-color: transparent;
--bs-btn-active-color: var(--bs-link-hover-color);
--bs-btn-active-border-color: transparent;
--bs-btn-disabled-color: #868e96;
--bs-btn-disabled-border-color: transparent;
--bs-btn-box-shadow: 0 0 0 #000;
--bs-btn-focus-shadow-rgb: 38, 38, 38;
text-decoration: underline;
}
.btn-link:focus-visible {
color: var(--bs-btn-color);
}
.btn-link:hover {
color: var(--bs-btn-hover-color);
}
.btn-lg, .btn-group-lg > .btn {
--bs-btn-padding-y: 0.75rem;
--bs-btn-padding-x: 1.25rem;
--bs-btn-font-size: 0.875rem;
--bs-btn-border-radius: var(--bs-border-radius-lg);
}
.btn-sm, .btn-group-sm > .btn {
--bs-btn-padding-y: 0.25rem;
--bs-btn-padding-x: 0.75rem;
--bs-btn-font-size: 0.765625rem;
--bs-btn-border-radius: var(--bs-border-radius-sm);
}
.fade {
transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
.fade {
transition: none;
}
}
.fade:not(.show) {
opacity: 0;
}
.collapse:not(.show) {
display: none;
}
.collapsing {
height: 0;
overflow: hidden;
transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
.collapsing {
transition: none;
}
}
.collapsing.collapse-horizontal {
width: 0;
height: auto;
transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
.collapsing.collapse-horizontal {
transition: none;
}
}
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
position: relative;
}
.dropdown-toggle {
white-space: nowrap;
}
.dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-bottom: 0;
border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
margin-left: 0;
}
.dropdown-menu {
--bs-dropdown-zindex: 1000;
--bs-dropdown-min-width: 10rem;
--bs-dropdown-padding-x: 0;
--bs-dropdown-padding-y: 0.5rem;
--bs-dropdown-spacer: 0.125rem;
--bs-dropdown-font-size: 0.875rem;
--bs-dropdown-color: var(--bs-body-color);
--bs-dropdown-bg: var(--bs-body-bg);
--bs-dropdown-border-color: #000;
--bs-dropdown-border-radius: var(--bs-border-radius);
--bs-dropdown-border-width: 2px;
--bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - 2px);
--bs-dropdown-divider-bg: #000;
--bs-dropdown-divider-margin-y: 0.5rem;
--bs-dropdown-box-shadow: var(--bs-box-shadow);
--bs-dropdown-link-color: var(--bs-body-color);
--bs-dropdown-link-hover-color: var(--bs-body-color);
--bs-dropdown-link-hover-bg: #a2e436;
--bs-dropdown-link-active-color: #000;
--bs-dropdown-link-active-bg: #a2e436;
--bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
--bs-dropdown-item-padding-x: 1rem;
--bs-dropdown-item-padding-y: 0.25rem;
--bs-dropdown-header-color: #000;
--bs-dropdown-header-padding-x: 1rem;
--bs-dropdown-header-padding-y: 0.5rem;
position: absolute;
z-index: var(--bs-dropdown-zindex);
display: none;
min-width: var(--bs-dropdown-min-width);
padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
margin: 0;
font-size: var(--bs-dropdown-font-size);
color: var(--bs-dropdown-color);
text-align: left;
list-style: none;
background-color: var(--bs-dropdown-bg);
background-clip: padding-box;
border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
top: 100%;
left: 0;
margin-top: var(--bs-dropdown-spacer);
}
.dropdown-menu-start {
--bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
right: auto;
left: 0;
}
.dropdown-menu-end {
--bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
right: 0;
left: auto;
}
@media (min-width: 576px) {
.dropdown-menu-sm-start {
--bs-position: start;
}
.dropdown-menu-sm-start[data-bs-popper] {
right: auto;
left: 0;
}
.dropdown-menu-sm-end {
--bs-position: end;
}
.dropdown-menu-sm-end[data-bs-popper] {
right: 0;
left: auto;
}
}
@media (min-width: 768px) {
.dropdown-menu-md-start {
--bs-position: start;
}
.dropdown-menu-md-start[data-bs-popper] {
right: auto;
left: 0;
}
.dropdown-menu-md-end {
--bs-position: end;
}
.dropdown-menu-md-end[data-bs-popper] {
right: 0;
left: auto;
}
}
@media (min-width: 992px) {
.dropdown-menu-lg-start {
--bs-position: start;
}
.dropdown-menu-lg-start[data-bs-popper] {
right: auto;
left: 0;
}
.dropdown-menu-lg-end {
--bs-position: end;
}
.dropdown-menu-lg-end[data-bs-popper] {
right: 0;
left: auto;
}
}
@media (min-width: 1200px) {
.dropdown-menu-xl-start {
--bs-position: start;
}
.dropdown-menu-xl-start[data-bs-popper] {
right: auto;
left: 0;
}
.dropdown-menu-xl-end {
--bs-position: end;
}
.dropdown-menu-xl-end[data-bs-popper] {
right: 0;
left: auto;
}
}
@media (min-width: 1400px) {
.dropdown-menu-xxl-start {
--bs-position: start;
}
.dropdown-menu-xxl-start[data-bs-popper] {
right: auto;
left: 0;
}
.dropdown-menu-xxl-end {
--bs-position: end;
}
.dropdown-menu-xxl-end[data-bs-popper] {
right: 0;
left: auto;
}
}
.dropup .dropdown-menu[data-bs-popper] {
top: auto;
bottom: 100%;
margin-top: 0;
margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0;
border-right: 0.3em solid transparent;
border-bottom: 0.3em solid;
border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
top: 0;
right: auto;
left: 100%;
margin-top: 0;
margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0;
border-bottom: 0.3em solid transparent;
border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
margin-left: 0;
}
.dropend .dropdown-toggle::after {
vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
top: 0;
right: 100%;
left: auto;
margin-top: 0;
margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
}
.dropstart .dropdown-toggle::after {
display: none;
}
.dropstart .dropdown-toggle::before {
display: inline-block;
margin-right: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0.3em solid;
border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
margin-left: 0;
}
.dropstart .dropdown-toggle::before {
vertical-align: 0;
}
.dropdown-divider {
height: 0;
margin: var(--bs-dropdown-divider-margin-y) 0;
overflow: hidden;
border-top: 1px solid var(--bs-dropdown-divider-bg);
opacity: 1;
}
.dropdown-item {
display: block;
width: 100%;
padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
clear: both;
font-weight: 400;
color: var(--bs-dropdown-link-color);
text-align: inherit;
text-decoration: none;
white-space: nowrap;
background-color: transparent;
border: 0;
border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
color: var(--bs-dropdown-link-hover-color);
background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
color: var(--bs-dropdown-link-active-color);
text-decoration: none;
background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
color: var(--bs-dropdown-link-disabled-color);
pointer-events: none;
background-color: transparent;
}
.dropdown-menu.show {
display: block;
}
.dropdown-header {
display: block;
padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
margin-bottom: 0;
font-size: 0.765625rem;
color: var(--bs-dropdown-header-color);
white-space: nowrap;
}
.dropdown-item-text {
display: block;
padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
color: var(--bs-dropdown-link-color);
}
.dropdown-menu-dark {
--bs-dropdown-color: #dee2e6;
--bs-dropdown-bg: #343a40;
--bs-dropdown-border-color: #000;
--bs-dropdown-box-shadow: ;
--bs-dropdown-link-color: #dee2e6;
--bs-dropdown-link-hover-color: #fff;
--bs-dropdown-divider-bg: #000;
--bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
--bs-dropdown-link-active-color: #000;
--bs-dropdown-link-active-bg: #a2e436;
--bs-dropdown-link-disabled-color: #adb5bd;
--bs-dropdown-header-color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-flex;
vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
z-index: 1;
}
.btn-toolbar {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
.btn-toolbar .input-group {
width: auto;
}
.btn-group {
border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
margin-left: calc(-1 * 2px);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
padding-right: 0.75rem;
padding-left: 0.75rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
padding-right: 0.5625rem;
padding-left: 0.5625rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
padding-right: 0.9375rem;
padding-left: 0.9375rem;
}
.btn-group-vertical {
flex-direction: column;
align-items: flex-start;
justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
margin-top: calc(-1 * 2px);
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.nav {
--bs-nav-link-padding-x: 1rem;
--bs-nav-link-padding-y: 0.5rem;
--bs-nav-link-font-weight: ;
--bs-nav-link-color: #000;
--bs-nav-link-hover-color: #000;
--bs-nav-link-disabled-color: var(--bs-secondary-color);
display: flex;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.nav-link {
display: block;
padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
font-size: var(--bs-nav-link-font-size);
font-weight: var(--bs-nav-link-font-weight);
color: var(--bs-nav-link-color);
text-decoration: none;
background: none;
border: 0;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.nav-link {
transition: none;
}
}
.nav-link:hover, .nav-link:focus {
color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
outline: 0;
box-shadow: 0 0 0 1px #000;
}
.nav-link.disabled, .nav-link:disabled {
color: var(--bs-nav-link-disabled-color);
pointer-events: none;
cursor: default;
}
.nav-tabs {
--bs-nav-tabs-border-width: var(--bs-border-width);
--bs-nav-tabs-border-color: var(--bs-border-color);
--bs-nav-tabs-border-radius: var(--bs-border-radius);
--bs-nav-tabs-link-hover-border-color: transparent;
--bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
--bs-nav-tabs-link-active-bg: var(--bs-body-bg);
--bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
border: var(--bs-nav-tabs-border-width) solid transparent;
border-top-left-radius: var(--bs-nav-tabs-border-radius);
border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
isolation: isolate;
border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
color: var(--bs-nav-tabs-link-active-color);
background-color: var(--bs-nav-tabs-link-active-bg);
border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.nav-pills {
--bs-nav-pills-border-radius: var(--bs-border-radius);
--bs-nav-pills-link-active-color: #000;
--bs-nav-pills-link-active-bg: #a2e436;
}
.nav-pills .nav-link {
border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: var(--bs-nav-pills-link-active-color);
background-color: var(--bs-nav-pills-link-active-bg);
}
.nav-underline {
--bs-nav-underline-gap: 1rem;
--bs-nav-underline-border-width: 0.125rem;
--bs-nav-underline-link-active-color: var(--bs-emphasis-color);
gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
padding-right: 0;
padding-left: 0;
border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
font-weight: 700;
color: var(--bs-nav-underline-link-active-color);
border-bottom-color: currentcolor;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
flex: 1 1 auto;
text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
flex-grow: 1;
flex-basis: 0;
text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
width: 100%;
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.navbar {
--bs-navbar-padding-x: 0;
--bs-navbar-padding-y: 0.75rem;
--bs-navbar-color: #000;
--bs-navbar-hover-color: #000;
--bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
--bs-navbar-active-color: #000;
--bs-navbar-brand-padding-y: 0.3359375rem;
--bs-navbar-brand-margin-end: 1rem;
--bs-navbar-brand-font-size: 1.09375rem;
--bs-navbar-brand-color: #000;
--bs-navbar-brand-hover-color: #000;
--bs-navbar-nav-link-padding-x: 1rem;
--bs-navbar-toggler-padding-y: 0.25rem;
--bs-navbar-toggler-padding-x: 0.75rem;
--bs-navbar-toggler-font-size: 1.09375rem;
--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23000' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
--bs-navbar-toggler-border-color: #000;
--bs-navbar-toggler-border-radius: var(--bs-border-radius);
--bs-navbar-toggler-focus-width: 1px;
--bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
display: flex;
flex-wrap: inherit;
align-items: center;
justify-content: space-between;
}
.navbar-brand {
padding-top: var(--bs-navbar-brand-padding-y);
padding-bottom: var(--bs-navbar-brand-padding-y);
margin-right: var(--bs-navbar-brand-margin-end);
font-size: var(--bs-navbar-brand-font-size);
color: var(--bs-navbar-brand-color);
text-decoration: none;
white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
color: var(--bs-navbar-brand-hover-color);
}
.navbar-nav {
--bs-nav-link-padding-x: 0;
--bs-nav-link-padding-y: 0.5rem;
--bs-nav-link-font-weight: ;
--bs-nav-link-color: var(--bs-navbar-color);
--bs-nav-link-hover-color: var(--bs-navbar-hover-color);
--bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
display: flex;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
position: static;
}
.navbar-text {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
color: var(--bs-navbar-active-color);
}
.navbar-collapse {
flex-grow: 1;
flex-basis: 100%;
align-items: center;
}
.navbar-toggler {
padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
font-size: var(--bs-navbar-toggler-font-size);
line-height: 1;
color: var(--bs-navbar-color);
background-color: transparent;
border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
border-radius: var(--bs-navbar-toggler-border-radius);
transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
.navbar-toggler {
transition: none;
}
}
.navbar-toggler:hover {
text-decoration: none;
}
.navbar-toggler:focus {
text-decoration: none;
outline: 0;
box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
background-image: var(--bs-navbar-toggler-icon-bg);
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
}
.navbar-nav-scroll {
max-height: var(--bs-scroll-height, 75vh);
overflow-y: auto;
}
@media (min-width: 576px) {
.navbar-expand-sm {
flex-wrap: nowrap;
justify-content: flex-start;
}
.navbar-expand-sm .navbar-nav {
flex-direction: row;
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-sm .navbar-nav .nav-link {
padding-right: var(--bs-navbar-nav-link-padding-x);
padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand-sm .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-sm .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand-sm .navbar-toggler {
display: none;
}
.navbar-expand-sm .offcanvas {
position: static;
z-index: auto;
flex-grow: 1;
width: auto !important;
height: auto !important;
visibility: visible !important;
background-color: transparent !important;
border: 0 !important;
transform: none !important;
transition: none;
}
.navbar-expand-sm .offcanvas .offcanvas-header {
display: none;
}
.navbar-expand-sm .offcanvas .offcanvas-body {
display: flex;
flex-grow: 0;
padding: 0;
overflow-y: visible;
}
}
@media (min-width: 768px) {
.navbar-expand-md {
flex-wrap: nowrap;
justify-content: flex-start;
}
.navbar-expand-md .navbar-nav {
flex-direction: row;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-md .navbar-nav .nav-link {
padding-right: var(--bs-navbar-nav-link-padding-x);
padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand-md .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-md .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand-md .navbar-toggler {
display: none;
}
.navbar-expand-md .offcanvas {
position: static;
z-index: auto;
flex-grow: 1;
width: auto !important;
height: auto !important;
visibility: visible !important;
background-color: transparent !important;
border: 0 !important;
transform: none !important;
transition: none;
}
.navbar-expand-md .offcanvas .offcanvas-header {
display: none;
}
.navbar-expand-md .offcanvas .offcanvas-body {
display: flex;
flex-grow: 0;
padding: 0;
overflow-y: visible;
}
}
@media (min-width: 992px) {
.navbar-expand-lg {
flex-wrap: nowrap;
justify-content: flex-start;
}
.navbar-expand-lg .navbar-nav {
flex-direction: row;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: var(--bs-navbar-nav-link-padding-x);
padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand-lg .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-lg .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand-lg .navbar-toggler {
display: none;
}
.navbar-expand-lg .offcanvas {
position: static;
z-index: auto;
flex-grow: 1;
width: auto !important;
height: auto !important;
visibility: visible !important;
background-color: transparent !important;
border: 0 !important;
transform: none !important;
transition: none;
}
.navbar-expand-lg .offcanvas .offcanvas-header {
display: none;
}
.navbar-expand-lg .offcanvas .offcanvas-body {
display: flex;
flex-grow: 0;
padding: 0;
overflow-y: visible;
}
}
@media (min-width: 1200px) {
.navbar-expand-xl {
flex-wrap: nowrap;
justify-content: flex-start;
}
.navbar-expand-xl .navbar-nav {
flex-direction: row;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-xl .navbar-nav .nav-link {
padding-right: var(--bs-navbar-nav-link-padding-x);
padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand-xl .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-xl .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand-xl .navbar-toggler {
display: none;
}
.navbar-expand-xl .offcanvas {
position: static;
z-index: auto;
flex-grow: 1;
width: auto !important;
height: auto !important;
visibility: visible !important;
background-color: transparent !important;
border: 0 !important;
transform: none !important;
transition: none;
}
.navbar-expand-xl .offcanvas .offcanvas-header {
display: none;
}
.navbar-expand-xl .offcanvas .offcanvas-body {
display: flex;
flex-grow: 0;
padding: 0;
overflow-y: visible;
}
}
@media (min-width: 1400px) {
.navbar-expand-xxl {
flex-wrap: nowrap;
justify-content: flex-start;
}
.navbar-expand-xxl .navbar-nav {
flex-direction: row;
}
.navbar-expand-xxl .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-xxl .navbar-nav .nav-link {
padding-right: var(--bs-navbar-nav-link-padding-x);
padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand-xxl .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-xxl .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand-xxl .navbar-toggler {
display: none;
}
.navbar-expand-xxl .offcanvas {
position: static;
z-index: auto;
flex-grow: 1;
width: auto !important;
height: auto !important;
visibility: visible !important;
background-color: transparent !important;
border: 0 !important;
transform: none !important;
transition: none;
}
.navbar-expand-xxl .offcanvas .offcanvas-header {
display: none;
}
.navbar-expand-xxl .offcanvas .offcanvas-body {
display: flex;
flex-grow: 0;
padding: 0;
overflow-y: visible;
}
}
.navbar-expand {
flex-wrap: nowrap;
justify-content: flex-start;
}
.navbar-expand .navbar-nav {
flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
padding-right: var(--bs-navbar-nav-link-padding-x);
padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand .navbar-toggler {
display: none;
}
.navbar-expand .offcanvas {
position: static;
z-index: auto;
flex-grow: 1;
width: auto !important;
height: auto !important;
visibility: visible !important;
background-color: transparent !important;
border: 0 !important;
transform: none !important;
transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
display: flex;
flex-grow: 0;
padding: 0;
overflow-y: visible;
}
.navbar-dark,
.navbar[data-bs-theme=dark] {
--bs-navbar-color: #fff;
--bs-navbar-hover-color: #fff;
--bs-navbar-disabled-color: rgba(255, 255, 255, 0.3);
--bs-navbar-active-color: #fff;
--bs-navbar-brand-color: #fff;
--bs-navbar-brand-hover-color: #fff;
--bs-navbar-toggler-border-color: #fff;
--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
[data-bs-theme=dark] .navbar-toggler-icon {
--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.card {
--bs-card-spacer-y: 1rem;
--bs-card-spacer-x: 1rem;
--bs-card-title-spacer-y: 0.5rem;
--bs-card-title-color: ;
--bs-card-subtitle-color: ;
--bs-card-border-width: var(--bs-border-width);
--bs-card-border-color: #000;
--bs-card-border-radius: var(--bs-border-radius);
--bs-card-box-shadow: ;
--bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
--bs-card-cap-padding-y: 0.5rem;
--bs-card-cap-padding-x: 1rem;
--bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
--bs-card-cap-color: ;
--bs-card-height: ;
--bs-card-color: ;
--bs-card-bg: var(--bs-body-bg);
--bs-card-img-overlay-padding: 1rem;
--bs-card-group-margin: 0.75rem;
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
height: var(--bs-card-height);
color: var(--bs-body-color);
word-wrap: break-word;
background-color: var(--bs-card-bg);
background-clip: border-box;
border: var(--bs-card-border-width) solid var(--bs-card-border-color);
border-radius: var(--bs-card-border-radius);
}
.card > hr {
margin-right: 0;
margin-left: 0;
}
.card > .list-group {
border-top: inherit;
border-bottom: inherit;
}
.card > .list-group:first-child {
border-top-width: 0;
border-top-left-radius: var(--bs-card-inner-border-radius);
border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
border-bottom-width: 0;
border-bottom-right-radius: var(--bs-card-inner-border-radius);
border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
border-top: 0;
}
.card-body {
flex: 1 1 auto;
padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
color: var(--bs-card-color);
}
.card-title {
margin-bottom: var(--bs-card-title-spacer-y);
color: var(--bs-card-title-color);
}
.card-subtitle {
margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
margin-bottom: 0;
color: var(--bs-card-subtitle-color);
}
.card-text:last-child {
margin-bottom: 0;
}
.card-link + .card-link {
margin-left: var(--bs-card-spacer-x);
}
.card-header {
padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
margin-bottom: 0;
color: var(--bs-card-cap-color);
background-color: var(--bs-card-cap-bg);
border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.card-footer {
padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
color: var(--bs-card-cap-color);
background-color: var(--bs-card-cap-bg);
border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.card-header-tabs {
margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
border-bottom: 0;
}
.card-header-tabs .nav-link.active {
background-color: var(--bs-card-bg);
border-bottom-color: var(--bs-card-bg);
}
.card-header-pills {
margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}
.card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: var(--bs-card-img-overlay-padding);
border-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-top,
.card-img-bottom {
width: 100%;
}
.card-img,
.card-img-top {
border-top-left-radius: var(--bs-card-inner-border-radius);
border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom {
border-bottom-right-radius: var(--bs-card-inner-border-radius);
border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card-group > .card {
margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
.card-group {
display: flex;
flex-flow: row wrap;
}
.card-group > .card {
flex: 1 0 0;
margin-bottom: 0;
}
.card-group > .card + .card {
margin-left: 0;
border-left: 0;
}
.card-group > .card:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.card-group > .card:not(:last-child) > .card-img-top,
.card-group > .card:not(:last-child) > .card-header {
border-top-right-radius: 0;
}
.card-group > .card:not(:last-child) > .card-img-bottom,
.card-group > .card:not(:last-child) > .card-footer {
border-bottom-right-radius: 0;
}
.card-group > .card:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.card-group > .card:not(:first-child) > .card-img-top,
.card-group > .card:not(:first-child) > .card-header {
border-top-left-radius: 0;
}
.card-group > .card:not(:first-child) > .card-img-bottom,
.card-group > .card:not(:first-child) > .card-footer {
border-bottom-left-radius: 0;
}
}
.accordion {
--bs-accordion-color: var(--bs-body-color);
--bs-accordion-bg: var(--bs-body-bg);
--bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
--bs-accordion-border-color: var(--bs-border-color);
--bs-accordion-border-width: var(--bs-border-width);
--bs-accordion-border-radius: var(--bs-border-radius);
--bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
--bs-accordion-btn-padding-x: 1.25rem;
--bs-accordion-btn-padding-y: 1rem;
--bs-accordion-btn-color: var(--bs-body-color);
--bs-accordion-btn-bg: var(--bs-accordion-bg);
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
--bs-accordion-btn-icon-width: 1.25rem;
--bs-accordion-btn-icon-transform: rotate(-180deg);
--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23415b16' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
--bs-accordion-btn-focus-box-shadow: 0 0 0 1px #000;
--bs-accordion-body-padding-x: 1.25rem;
--bs-accordion-body-padding-y: 1rem;
--bs-accordion-active-color: #000;
--bs-accordion-active-bg: #a2e436;
}
.accordion-button {
position: relative;
display: flex;
align-items: center;
width: 100%;
padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
font-size: 0.875rem;
color: var(--bs-accordion-btn-color);
text-align: left;
background-color: var(--bs-accordion-btn-bg);
border: 0;
border-radius: 0;
overflow-anchor: none;
transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
.accordion-button {
transition: none;
}
}
.accordion-button:not(.collapsed) {
color: var(--bs-accordion-active-color);
background-color: var(--bs-accordion-active-bg);
box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
background-image: var(--bs-accordion-btn-active-icon);
transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
flex-shrink: 0;
width: var(--bs-accordion-btn-icon-width);
height: var(--bs-accordion-btn-icon-width);
margin-left: auto;
content: "";
background-image: var(--bs-accordion-btn-icon);
background-repeat: no-repeat;
background-size: var(--bs-accordion-btn-icon-width);
transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
.accordion-button::after {
transition: none;
}
}
.accordion-button:hover {
z-index: 2;
}
.accordion-button:focus {
z-index: 3;
outline: 0;
box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.accordion-header {
margin-bottom: 0;
}
.accordion-item {
color: var(--bs-accordion-color);
background-color: var(--bs-accordion-bg);
border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
border-top-left-radius: var(--bs-accordion-border-radius);
border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
border-top-left-radius: var(--bs-accordion-inner-border-radius);
border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
border-top: 0;
}
.accordion-item:last-of-type {
border-bottom-right-radius: var(--bs-accordion-border-radius);
border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
border-bottom-right-radius: var(--bs-accordion-border-radius);
border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-body {
padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.accordion-flush > .accordion-item {
border-right: 0;
border-left: 0;
border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
border-radius: 0;
}
[data-bs-theme=dark] .accordion-button::after {
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23c7ef86'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23c7ef86'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}
.breadcrumb {
--bs-breadcrumb-padding-x: 1rem;
--bs-breadcrumb-padding-y: 0.5rem;
--bs-breadcrumb-margin-bottom: 1rem;
--bs-breadcrumb-bg: ;
--bs-breadcrumb-border-radius: 0.5rem;
--bs-breadcrumb-divider-color: #000;
--bs-breadcrumb-item-padding-x: 0.5rem;
--bs-breadcrumb-item-active-color: #000;
display: flex;
flex-wrap: wrap;
padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
margin-bottom: var(--bs-breadcrumb-margin-bottom);
font-size: var(--bs-breadcrumb-font-size);
list-style: none;
background-color: var(--bs-breadcrumb-bg);
border-radius: var(--bs-breadcrumb-border-radius);
}
.breadcrumb-item + .breadcrumb-item {
padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
float: left;
padding-right: var(--bs-breadcrumb-item-padding-x);
color: var(--bs-breadcrumb-divider-color);
content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
color: var(--bs-breadcrumb-item-active-color);
}
.pagination {
--bs-pagination-padding-x: 0.75rem;
--bs-pagination-padding-y: 0.375rem;
--bs-pagination-font-size: 0.875rem;
--bs-pagination-color: #000;
--bs-pagination-bg: var(--bs-body-bg);
--bs-pagination-border-width: var(--bs-border-width);
--bs-pagination-border-color: var(--bs-border-color);
--bs-pagination-border-radius: var(--bs-border-radius);
--bs-pagination-hover-color: #000;
--bs-pagination-hover-bg: transparent;
--bs-pagination-hover-border-color: var(--bs-border-color);
--bs-pagination-focus-color: var(--bs-link-hover-color);
--bs-pagination-focus-bg: var(--bs-secondary-bg);
--bs-pagination-focus-box-shadow: 0 0 0 1px #000;
--bs-pagination-active-color: #000;
--bs-pagination-active-bg: #a2e436;
--bs-pagination-active-border-color: #000;
--bs-pagination-disabled-color: var(--bs-secondary-color);
--bs-pagination-disabled-bg: var(--bs-secondary-bg);
--bs-pagination-disabled-border-color: var(--bs-border-color);
display: flex;
padding-left: 0;
list-style: none;
}
.page-link {
position: relative;
display: block;
padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
font-size: var(--bs-pagination-font-size);
color: var(--bs-pagination-color);
text-decoration: none;
background-color: var(--bs-pagination-bg);
border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.page-link {
transition: none;
}
}
.page-link:hover {
z-index: 2;
color: var(--bs-pagination-hover-color);
background-color: var(--bs-pagination-hover-bg);
border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
z-index: 3;
color: var(--bs-pagination-focus-color);
background-color: var(--bs-pagination-focus-bg);
outline: 0;
box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
z-index: 3;
color: var(--bs-pagination-active-color);
background-color: var(--bs-pagination-active-bg);
border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
color: var(--bs-pagination-disabled-color);
pointer-events: none;
background-color: var(--bs-pagination-disabled-bg);
border-color: var(--bs-pagination-disabled-border-color);
}
.page-item:not(:first-child) .page-link {
margin-left: calc(-1 * var(--bs-border-width));
}
.page-item:first-child .page-link {
border-top-left-radius: var(--bs-pagination-border-radius);
border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
border-top-right-radius: var(--bs-pagination-border-radius);
border-bottom-right-radius: var(--bs-pagination-border-radius);
}
.pagination-lg {
--bs-pagination-padding-x: 1.5rem;
--bs-pagination-padding-y: 0.75rem;
--bs-pagination-font-size: 1.09375rem;
--bs-pagination-border-radius: var(--bs-border-radius-lg);
}
.pagination-sm {
--bs-pagination-padding-x: 0.5rem;
--bs-pagination-padding-y: 0.25rem;
--bs-pagination-font-size: 0.765625rem;
--bs-pagination-border-radius: var(--bs-border-radius-sm);
}
.badge {
--bs-badge-padding-x: 0.65em;
--bs-badge-padding-y: 0.35em;
--bs-badge-font-size: 0.75em;
--bs-badge-font-weight: 700;
--bs-badge-color: #000;
--bs-badge-border-radius: var(--bs-border-radius);
display: inline-block;
padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
font-size: var(--bs-badge-font-size);
font-weight: var(--bs-badge-font-weight);
line-height: 1;
color: var(--bs-badge-color);
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
display: none;
}
.btn .badge {
position: relative;
top: -1px;
}
.alert {
--bs-alert-bg: transparent;
--bs-alert-padding-x: 1rem;
--bs-alert-padding-y: 1rem;
--bs-alert-margin-bottom: 1rem;
--bs-alert-color: inherit;
--bs-alert-border-color: transparent;
--bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
--bs-alert-border-radius: var(--bs-border-radius);
--bs-alert-link-color: inherit;
position: relative;
padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
margin-bottom: var(--bs-alert-margin-bottom);
color: var(--bs-alert-color);
background-color: var(--bs-alert-bg);
border: var(--bs-alert-border);
border-radius: var(--bs-alert-border-radius);
}
.alert-heading {
color: inherit;
}
.alert-link {
font-weight: 700;
color: var(--bs-alert-link-color);
}
.alert-dismissible {
padding-right: 3rem;
}
.alert-dismissible .btn-close {
position: absolute;
top: 0;
right: 0;
z-index: 2;
padding: 1.25rem 1rem;
}
.alert-primary {
--bs-alert-color: var(--bs-primary-text-emphasis);
--bs-alert-bg: var(--bs-primary-bg-subtle);
--bs-alert-border-color: var(--bs-primary-border-subtle);
--bs-alert-link-color: var(--bs-primary-text-emphasis);
}
.alert-secondary {
--bs-alert-color: var(--bs-secondary-text-emphasis);
--bs-alert-bg: var(--bs-secondary-bg-subtle);
--bs-alert-border-color: var(--bs-secondary-border-subtle);
--bs-alert-link-color: var(--bs-secondary-text-emphasis);
}
.alert-success {
--bs-alert-color: var(--bs-success-text-emphasis);
--bs-alert-bg: var(--bs-success-bg-subtle);
--bs-alert-border-color: var(--bs-success-border-subtle);
--bs-alert-link-color: var(--bs-success-text-emphasis);
}
.alert-info {
--bs-alert-color: var(--bs-info-text-emphasis);
--bs-alert-bg: var(--bs-info-bg-subtle);
--bs-alert-border-color: var(--bs-info-border-subtle);
--bs-alert-link-color: var(--bs-info-text-emphasis);
}
.alert-warning {
--bs-alert-color: var(--bs-warning-text-emphasis);
--bs-alert-bg: var(--bs-warning-bg-subtle);
--bs-alert-border-color: var(--bs-warning-border-subtle);
--bs-alert-link-color: var(--bs-warning-text-emphasis);
}
.alert-danger {
--bs-alert-color: var(--bs-danger-text-emphasis);
--bs-alert-bg: var(--bs-danger-bg-subtle);
--bs-alert-border-color: var(--bs-danger-border-subtle);
--bs-alert-link-color: var(--bs-danger-text-emphasis);
}
.alert-light {
--bs-alert-color: var(--bs-light-text-emphasis);
--bs-alert-bg: var(--bs-light-bg-subtle);
--bs-alert-border-color: var(--bs-light-border-subtle);
--bs-alert-link-color: var(--bs-light-text-emphasis);
}
.alert-dark {
--bs-alert-color: var(--bs-dark-text-emphasis);
--bs-alert-bg: var(--bs-dark-bg-subtle);
--bs-alert-border-color: var(--bs-dark-border-subtle);
--bs-alert-link-color: var(--bs-dark-text-emphasis);
}
@keyframes progress-bar-stripes {
0% {
background-position-x: var(--bs-progress-height);
}
}
.progress,
.progress-stacked {
--bs-progress-height: 1rem;
--bs-progress-font-size: 0.65625rem;
--bs-progress-bg: var(--bs-secondary-bg);
--bs-progress-border-radius: var(--bs-border-radius);
--bs-progress-box-shadow: var(--bs-box-shadow-inset);
--bs-progress-bar-color: #fff;
--bs-progress-bar-bg: #a2e436;
--bs-progress-bar-transition: width 0.6s ease;
display: flex;
height: var(--bs-progress-height);
overflow: hidden;
font-size: var(--bs-progress-font-size);
background-color: var(--bs-progress-bg);
border-radius: var(--bs-progress-border-radius);
}
.progress-bar {
display: flex;
flex-direction: column;
justify-content: center;
overflow: hidden;
color: var(--bs-progress-bar-color);
text-align: center;
white-space: nowrap;
background-color: var(--bs-progress-bar-bg);
transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
.progress-bar {
transition: none;
}
}
.progress-bar-striped {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: var(--bs-progress-height) var(--bs-progress-height);
}
.progress-stacked > .progress {
overflow: visible;
}
.progress-stacked > .progress > .progress-bar {
width: 100%;
}
.progress-bar-animated {
animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
.progress-bar-animated {
animation: none;
}
}
.list-group {
--bs-list-group-color: var(--bs-body-color);
--bs-list-group-bg: var(--bs-body-bg);
--bs-list-group-border-color: var(--bs-border-color);
--bs-list-group-border-width: var(--bs-border-width);
--bs-list-group-border-radius: var(--bs-border-radius);
--bs-list-group-item-padding-x: 1rem;
--bs-list-group-item-padding-y: 0.5rem;
--bs-list-group-action-color: var(--bs-secondary-color);
--bs-list-group-action-hover-color: var(--bs-emphasis-color);
--bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
--bs-list-group-action-active-color: var(--bs-body-color);
--bs-list-group-action-active-bg: var(--bs-secondary-bg);
--bs-list-group-disabled-color: var(--bs-secondary-color);
--bs-list-group-disabled-bg: var(--bs-body-bg);
--bs-list-group-active-color: #000;
--bs-list-group-active-bg: #a2e436;
--bs-list-group-active-border-color: #000;
display: flex;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
border-radius: var(--bs-list-group-border-radius);
}
.list-group-numbered {
list-style-type: none;
counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
content: counters(section, ".") ". ";
counter-increment: section;
}
.list-group-item {
position: relative;
display: block;
padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
color: var(--bs-list-group-color);
text-decoration: none;
background-color: var(--bs-list-group-bg);
border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
border-top-left-radius: inherit;
border-top-right-radius: inherit;
}
.list-group-item:last-child {
border-bottom-right-radius: inherit;
border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
color: var(--bs-list-group-disabled-color);
pointer-events: none;
background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
z-index: 2;
color: var(--bs-list-group-active-color);
background-color: var(--bs-list-group-active-bg);
border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
border-top-width: 0;
}
.list-group-item + .list-group-item.active {
margin-top: calc(-1 * var(--bs-list-group-border-width));
border-top-width: var(--bs-list-group-border-width);
}
.list-group-item-action {
width: 100%;
color: var(--bs-list-group-action-color);
text-align: inherit;
}
.list-group-item-action:not(.active):hover, .list-group-item-action:not(.active):focus {
z-index: 1;
color: var(--bs-list-group-action-hover-color);
text-decoration: none;
background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:not(.active):active {
color: var(--bs-list-group-action-active-color);
background-color: var(--bs-list-group-action-active-bg);
}
.list-group-horizontal {
flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
border-bottom-left-radius: var(--bs-list-group-border-radius);
border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
border-top-right-radius: var(--bs-list-group-border-radius);
border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
border-top-width: var(--bs-list-group-border-width);
border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
margin-left: calc(-1 * var(--bs-list-group-border-width));
border-left-width: var(--bs-list-group-border-width);
}
@media (min-width: 576px) {
.list-group-horizontal-sm {
flex-direction: row;
}
.list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
border-bottom-left-radius: var(--bs-list-group-border-radius);
border-top-right-radius: 0;
}
.list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
border-top-right-radius: var(--bs-list-group-border-radius);
border-bottom-left-radius: 0;
}
.list-group-horizontal-sm > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-sm > .list-group-item + .list-group-item {
border-top-width: var(--bs-list-group-border-width);
border-left-width: 0;
}
.list-group-horizontal-sm > .list-group-item + .list-group-item.active {
margin-left: calc(-1 * var(--bs-list-group-border-width));
border-left-width: var(--bs-list-group-border-width);
}
}
@media (min-width: 768px) {
.list-group-horizontal-md {
flex-direction: row;
}
.list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
border-bottom-left-radius: var(--bs-list-group-border-radius);
border-top-right-radius: 0;
}
.list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
border-top-right-radius: var(--bs-list-group-border-radius);
border-bottom-left-radius: 0;
}
.list-group-horizontal-md > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-md > .list-group-item + .list-group-item {
border-top-width: var(--bs-list-group-border-width);
border-left-width: 0;
}
.list-group-horizontal-md > .list-group-item + .list-group-item.active {
margin-left: calc(-1 * var(--bs-list-group-border-width));
border-left-width: var(--bs-list-group-border-width);
}
}
@media (min-width: 992px) {
.list-group-horizontal-lg {
flex-direction: row;
}
.list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
border-bottom-left-radius: var(--bs-list-group-border-radius);
border-top-right-radius: 0;
}
.list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
border-top-right-radius: var(--bs-list-group-border-radius);
border-bottom-left-radius: 0;
}
.list-group-horizontal-lg > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-lg > .list-group-item + .list-group-item {
border-top-width: var(--bs-list-group-border-width);
border-left-width: 0;
}
.list-group-horizontal-lg > .list-group-item + .list-group-item.active {
margin-left: calc(-1 * var(--bs-list-group-border-width));
border-left-width: var(--bs-list-group-border-width);
}
}
@media (min-width: 1200px) {
.list-group-horizontal-xl {
flex-direction: row;
}
.list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
border-bottom-left-radius: var(--bs-list-group-border-radius);
border-top-right-radius: 0;
}
.list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
border-top-right-radius: var(--bs-list-group-border-radius);
border-bottom-left-radius: 0;
}
.list-group-horizontal-xl > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-xl > .list-group-item + .list-group-item {
border-top-width: var(--bs-list-group-border-width);
border-left-width: 0;
}
.list-group-horizontal-xl > .list-group-item + .list-group-item.active {
margin-left: calc(-1 * var(--bs-list-group-border-width));
border-left-width: var(--bs-list-group-border-width);
}
}
@media (min-width: 1400px) {
.list-group-horizontal-xxl {
flex-direction: row;
}
.list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
border-bottom-left-radius: var(--bs-list-group-border-radius);
border-top-right-radius: 0;
}
.list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
border-top-right-radius: var(--bs-list-group-border-radius);
border-bottom-left-radius: 0;
}
.list-group-horizontal-xxl > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-xxl > .list-group-item + .list-group-item {
border-top-width: var(--bs-list-group-border-width);
border-left-width: 0;
}
.list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
margin-left: calc(-1 * var(--bs-list-group-border-width));
border-left-width: var(--bs-list-group-border-width);
}
}
.list-group-flush {
border-radius: 0;
}
.list-group-flush > .list-group-item {
border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
border-bottom-width: 0;
}
.list-group-item-primary {
--bs-list-group-color: var(--bs-primary-text-emphasis);
--bs-list-group-bg: var(--bs-primary-bg-subtle);
--bs-list-group-border-color: var(--bs-primary-border-subtle);
--bs-list-group-action-hover-color: var(--bs-emphasis-color);
--bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
--bs-list-group-action-active-color: var(--bs-emphasis-color);
--bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
--bs-list-group-active-color: var(--bs-primary-bg-subtle);
--bs-list-group-active-bg: var(--bs-primary-text-emphasis);
--bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}
.list-group-item-secondary {
--bs-list-group-color: var(--bs-secondary-text-emphasis);
--bs-list-group-bg: var(--bs-secondary-bg-subtle);
--bs-list-group-border-color: var(--bs-secondary-border-subtle);
--bs-list-group-action-hover-color: var(--bs-emphasis-color);
--bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
--bs-list-group-action-active-color: var(--bs-emphasis-color);
--bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
--bs-list-group-active-color: var(--bs-secondary-bg-subtle);
--bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
--bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}
.list-group-item-success {
--bs-list-group-color: var(--bs-success-text-emphasis);
--bs-list-group-bg: var(--bs-success-bg-subtle);
--bs-list-group-border-color: var(--bs-success-border-subtle);
--bs-list-group-action-hover-color: var(--bs-emphasis-color);
--bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
--bs-list-group-action-active-color: var(--bs-emphasis-color);
--bs-list-group-action-active-bg: var(--bs-success-border-subtle);
--bs-list-group-active-color: var(--bs-success-bg-subtle);
--bs-list-group-active-bg: var(--bs-success-text-emphasis);
--bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}
.list-group-item-info {
--bs-list-group-color: var(--bs-info-text-emphasis);
--bs-list-group-bg: var(--bs-info-bg-subtle);
--bs-list-group-border-color: var(--bs-info-border-subtle);
--bs-list-group-action-hover-color: var(--bs-emphasis-color);
--bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
--bs-list-group-action-active-color: var(--bs-emphasis-color);
--bs-list-group-action-active-bg: var(--bs-info-border-subtle);
--bs-list-group-active-color: var(--bs-info-bg-subtle);
--bs-list-group-active-bg: var(--bs-info-text-emphasis);
--bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}
.list-group-item-warning {
--bs-list-group-color: var(--bs-warning-text-emphasis);
--bs-list-group-bg: var(--bs-warning-bg-subtle);
--bs-list-group-border-color: var(--bs-warning-border-subtle);
--bs-list-group-action-hover-color: var(--bs-emphasis-color);
--bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
--bs-list-group-action-active-color: var(--bs-emphasis-color);
--bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
--bs-list-group-active-color: var(--bs-warning-bg-subtle);
--bs-list-group-active-bg: var(--bs-warning-text-emphasis);
--bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}
.list-group-item-danger {
--bs-list-group-color: var(--bs-danger-text-emphasis);
--bs-list-group-bg: var(--bs-danger-bg-subtle);
--bs-list-group-border-color: var(--bs-danger-border-subtle);
--bs-list-group-action-hover-color: var(--bs-emphasis-color);
--bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
--bs-list-group-action-active-color: var(--bs-emphasis-color);
--bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
--bs-list-group-active-color: var(--bs-danger-bg-subtle);
--bs-list-group-active-bg: var(--bs-danger-text-emphasis);
--bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}
.list-group-item-light {
--bs-list-group-color: var(--bs-light-text-emphasis);
--bs-list-group-bg: var(--bs-light-bg-subtle);
--bs-list-group-border-color: var(--bs-light-border-subtle);
--bs-list-group-action-hover-color: var(--bs-emphasis-color);
--bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
--bs-list-group-action-active-color: var(--bs-emphasis-color);
--bs-list-group-action-active-bg: var(--bs-light-border-subtle);
--bs-list-group-active-color: var(--bs-light-bg-subtle);
--bs-list-group-active-bg: var(--bs-light-text-emphasis);
--bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}
.list-group-item-dark {
--bs-list-group-color: var(--bs-dark-text-emphasis);
--bs-list-group-bg: var(--bs-dark-bg-subtle);
--bs-list-group-border-color: var(--bs-dark-border-subtle);
--bs-list-group-action-hover-color: var(--bs-emphasis-color);
--bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
--bs-list-group-action-active-color: var(--bs-emphasis-color);
--bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
--bs-list-group-active-color: var(--bs-dark-bg-subtle);
--bs-list-group-active-bg: var(--bs-dark-text-emphasis);
--bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}
.btn-close {
--bs-btn-close-color: #000;
--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
--bs-btn-close-opacity: 1;
--bs-btn-close-hover-opacity: 1;
--bs-btn-close-focus-shadow: 0 0 0 1px #000;
--bs-btn-close-focus-opacity: 1;
--bs-btn-close-disabled-opacity: 0.25;
box-sizing: content-box;
width: 1em;
height: 1em;
padding: 0.25em 0.25em;
color: var(--bs-btn-close-color);
background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
filter: var(--bs-btn-close-filter);
border: 0;
border-radius: 0.375rem;
opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
color: var(--bs-btn-close-color);
text-decoration: none;
opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
outline: 0;
box-shadow: var(--bs-btn-close-focus-shadow);
opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
opacity: var(--bs-btn-close-disabled-opacity);
}
.btn-close-white {
--bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}
:root,
[data-bs-theme=light] {
--bs-btn-close-filter: ;
}
[data-bs-theme=dark] {
--bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
--bs-toast-zindex: 1090;
--bs-toast-padding-x: 0.75rem;
--bs-toast-padding-y: 0.5rem;
--bs-toast-spacing: 1.5rem;
--bs-toast-max-width: 350px;
--bs-toast-font-size: 0.875rem;
--bs-toast-color: ;
--bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
--bs-toast-border-width: var(--bs-border-width);
--bs-toast-border-color: #000;
--bs-toast-border-radius: var(--bs-border-radius);
--bs-toast-box-shadow: 3px 3px 0 0 #000;
--bs-toast-header-color: #000;
--bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
--bs-toast-header-border-color: #000;
width: var(--bs-toast-max-width);
max-width: 100%;
font-size: var(--bs-toast-font-size);
color: var(--bs-toast-color);
pointer-events: auto;
background-color: var(--bs-toast-bg);
background-clip: padding-box;
border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
box-shadow: var(--bs-toast-box-shadow);
border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
opacity: 0;
}
.toast:not(.show) {
display: none;
}
.toast-container {
--bs-toast-zindex: 1090;
position: absolute;
z-index: var(--bs-toast-zindex);
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
max-width: 100%;
pointer-events: none;
}
.toast-container > :not(:last-child) {
margin-bottom: var(--bs-toast-spacing);
}
.toast-header {
display: flex;
align-items: center;
padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
color: var(--bs-toast-header-color);
background-color: var(--bs-toast-header-bg);
background-clip: padding-box;
border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
margin-right: calc(-0.5 * var(--bs-toast-padding-x));
margin-left: var(--bs-toast-padding-x);
}
.toast-body {
padding: var(--bs-toast-padding-x);
word-wrap: break-word;
}
.modal {
--bs-modal-zindex: 1055;
--bs-modal-width: 500px;
--bs-modal-padding: 1rem;
--bs-modal-margin: 0.5rem;
--bs-modal-color: var(--bs-body-color);
--bs-modal-bg: var(--bs-body-bg);
--bs-modal-border-color: #000;
--bs-modal-border-width: var(--bs-border-width);
--bs-modal-border-radius: var(--bs-border-radius-lg);
--bs-modal-box-shadow: var(--bs-box-shadow-sm);
--bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
--bs-modal-header-padding-x: 1rem;
--bs-modal-header-padding-y: 1rem;
--bs-modal-header-padding: 1rem 1rem;
--bs-modal-header-border-color: var(--bs-border-color);
--bs-modal-header-border-width: var(--bs-border-width);
--bs-modal-title-line-height: 1.5;
--bs-modal-footer-gap: 0.5rem;
--bs-modal-footer-bg: ;
--bs-modal-footer-border-color: var(--bs-border-color);
--bs-modal-footer-border-width: var(--bs-border-width);
position: fixed;
top: 0;
left: 0;
z-index: var(--bs-modal-zindex);
display: none;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
outline: 0;
}
.modal-dialog {
position: relative;
width: auto;
margin: var(--bs-modal-margin);
pointer-events: none;
}
.modal.fade .modal-dialog {
transform: translate(0, -50px);
transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
transition: none;
}
}
.modal.show .modal-dialog {
transform: none;
}
.modal.modal-static .modal-dialog {
transform: scale(1.02);
}
.modal-dialog-scrollable {
height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
max-height: 100%;
overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
overflow-y: auto;
}
.modal-dialog-centered {
display: flex;
align-items: center;
min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-content {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
color: var(--bs-modal-color);
pointer-events: auto;
background-color: var(--bs-modal-bg);
background-clip: padding-box;
border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
border-radius: var(--bs-modal-border-radius);
outline: 0;
}
.modal-backdrop {
--bs-backdrop-zindex: 1050;
--bs-backdrop-bg: #000;
--bs-backdrop-opacity: 0.5;
position: fixed;
top: 0;
left: 0;
z-index: var(--bs-backdrop-zindex);
width: 100vw;
height: 100vh;
background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
opacity: 0;
}
.modal-backdrop.show {
opacity: var(--bs-backdrop-opacity);
}
.modal-header {
display: flex;
flex-shrink: 0;
align-items: center;
padding: var(--bs-modal-header-padding);
border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
border-top-left-radius: var(--bs-modal-inner-border-radius);
border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
margin-left: auto;
}
.modal-title {
margin-bottom: 0;
line-height: var(--bs-modal-title-line-height);
}
.modal-body {
position: relative;
flex: 1 1 auto;
padding: var(--bs-modal-padding);
}
.modal-footer {
display: flex;
flex-shrink: 0;
flex-wrap: wrap;
align-items: center;
justify-content: flex-end;
padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
background-color: var(--bs-modal-footer-bg);
border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
border-bottom-right-radius: var(--bs-modal-inner-border-radius);
border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
.modal {
--bs-modal-margin: 1.75rem;
--bs-modal-box-shadow: var(--bs-box-shadow);
}
.modal-dialog {
max-width: var(--bs-modal-width);
margin-right: auto;
margin-left: auto;
}
.modal-sm {
--bs-modal-width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg,
.modal-xl {
--bs-modal-width: 800px;
}
}
@media (min-width: 1200px) {
.modal-xl {
--bs-modal-width: 1140px;
}
}
.modal-fullscreen {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
border-radius: 0;
}
.modal-fullscreen .modal-body {
overflow-y: auto;
}
@media (max-width: 575.98px) {
.modal-fullscreen-sm-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-sm-down .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.modal-fullscreen-sm-down .modal-header,
.modal-fullscreen-sm-down .modal-footer {
border-radius: 0;
}
.modal-fullscreen-sm-down .modal-body {
overflow-y: auto;
}
}
@media (max-width: 767.98px) {
.modal-fullscreen-md-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-md-down .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.modal-fullscreen-md-down .modal-header,
.modal-fullscreen-md-down .modal-footer {
border-radius: 0;
}
.modal-fullscreen-md-down .modal-body {
overflow-y: auto;
}
}
@media (max-width: 991.98px) {
.modal-fullscreen-lg-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-lg-down .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.modal-fullscreen-lg-down .modal-header,
.modal-fullscreen-lg-down .modal-footer {
border-radius: 0;
}
.modal-fullscreen-lg-down .modal-body {
overflow-y: auto;
}
}
@media (max-width: 1199.98px) {
.modal-fullscreen-xl-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-xl-down .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.modal-fullscreen-xl-down .modal-header,
.modal-fullscreen-xl-down .modal-footer {
border-radius: 0;
}
.modal-fullscreen-xl-down .modal-body {
overflow-y: auto;
}
}
@media (max-width: 1399.98px) {
.modal-fullscreen-xxl-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-xxl-down .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.modal-fullscreen-xxl-down .modal-header,
.modal-fullscreen-xxl-down .modal-footer {
border-radius: 0;
}
.modal-fullscreen-xxl-down .modal-body {
overflow-y: auto;
}
}
.tooltip {
--bs-tooltip-zindex: 1080;
--bs-tooltip-max-width: 200px;
--bs-tooltip-padding-x: 0.5rem;
--bs-tooltip-padding-y: 0.25rem;
--bs-tooltip-margin: ;
--bs-tooltip-font-size: 0.765625rem;
--bs-tooltip-color: var(--bs-body-bg);
--bs-tooltip-bg: var(--bs-emphasis-color);
--bs-tooltip-border-radius: var(--bs-border-radius);
--bs-tooltip-opacity: 1;
--bs-tooltip-arrow-width: 0.8rem;
--bs-tooltip-arrow-height: 0.4rem;
z-index: var(--bs-tooltip-zindex);
display: block;
margin: var(--bs-tooltip-margin);
font-family: var(--bs-font-sans-serif);
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
white-space: normal;
word-spacing: normal;
line-break: auto;
font-size: var(--bs-tooltip-font-size);
word-wrap: break-word;
opacity: 0;
}
.tooltip.show {
opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
display: block;
width: var(--bs-tooltip-arrow-width);
height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
position: absolute;
content: "";
border-color: transparent;
border-style: solid;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
top: -1px;
border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
border-top-color: var(--bs-tooltip-bg);
}
/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
left: calc(-1 * var(--bs-tooltip-arrow-height));
width: var(--bs-tooltip-arrow-height);
height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
right: -1px;
border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
border-right-color: var(--bs-tooltip-bg);
}
/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
bottom: -1px;
border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
border-bottom-color: var(--bs-tooltip-bg);
}
/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
right: calc(-1 * var(--bs-tooltip-arrow-height));
width: var(--bs-tooltip-arrow-height);
height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
left: -1px;
border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
border-left-color: var(--bs-tooltip-bg);
}
/* rtl:end:ignore */
.tooltip-inner {
max-width: var(--bs-tooltip-max-width);
padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
color: var(--bs-tooltip-color);
text-align: center;
background-color: var(--bs-tooltip-bg);
border-radius: var(--bs-tooltip-border-radius);
}
.popover {
--bs-popover-zindex: 1070;
--bs-popover-max-width: 276px;
--bs-popover-font-size: 0.765625rem;
--bs-popover-bg: var(--bs-body-bg);
--bs-popover-border-width: var(--bs-border-width);
--bs-popover-border-color: #000;
--bs-popover-border-radius: var(--bs-border-radius-lg);
--bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
--bs-popover-box-shadow: var(--bs-box-shadow);
--bs-popover-header-padding-x: 1rem;
--bs-popover-header-padding-y: 0.5rem;
--bs-popover-header-font-size: 0.875rem;
--bs-popover-header-color: inherit;
--bs-popover-header-bg: var(--bs-secondary-bg);
--bs-popover-body-padding-x: 1rem;
--bs-popover-body-padding-y: 1rem;
--bs-popover-body-color: var(--bs-body-color);
--bs-popover-arrow-width: 1rem;
--bs-popover-arrow-height: 0.5rem;
--bs-popover-arrow-border: var(--bs-popover-border-color);
z-index: var(--bs-popover-zindex);
display: block;
max-width: var(--bs-popover-max-width);
font-family: var(--bs-font-sans-serif);
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
white-space: normal;
word-spacing: normal;
line-break: auto;
font-size: var(--bs-popover-font-size);
word-wrap: break-word;
background-color: var(--bs-popover-bg);
background-clip: padding-box;
border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
display: block;
width: var(--bs-popover-arrow-width);
height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
position: absolute;
display: block;
content: "";
border-color: transparent;
border-style: solid;
border-width: 0;
}
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
bottom: 0;
border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
bottom: var(--bs-popover-border-width);
border-top-color: var(--bs-popover-bg);
}
/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
width: var(--bs-popover-arrow-height);
height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
left: 0;
border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
left: var(--bs-popover-border-width);
border-right-color: var(--bs-popover-bg);
}
/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
top: 0;
border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
top: var(--bs-popover-border-width);
border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
position: absolute;
top: 0;
left: 50%;
display: block;
width: var(--bs-popover-arrow-width);
margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
content: "";
border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}
/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
width: var(--bs-popover-arrow-height);
height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
right: 0;
border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
right: var(--bs-popover-border-width);
border-left-color: var(--bs-popover-bg);
}
/* rtl:end:ignore */
.popover-header {
padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
margin-bottom: 0;
font-size: var(--bs-popover-header-font-size);
color: var(--bs-popover-header-color);
background-color: var(--bs-popover-header-bg);
border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
border-top-left-radius: var(--bs-popover-inner-border-radius);
border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
display: none;
}
.popover-body {
padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
color: var(--bs-popover-body-color);
}
.carousel {
position: relative;
}
.carousel.pointer-event {
touch-action: pan-y;
}
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}
.carousel-inner::after {
display: block;
clear: both;
content: "";
}
.carousel-item {
position: relative;
display: none;
float: left;
width: 100%;
margin-right: -100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.carousel-item {
transition: none;
}
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
display: block;
}
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
transform: translateX(-100%);
}
.carousel-fade .carousel-item {
opacity: 0;
transition-property: opacity;
transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
z-index: 1;
opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
z-index: 0;
opacity: 0;
transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
transition: none;
}
}
.carousel-control-prev,
.carousel-control-next {
position: absolute;
top: 0;
bottom: 0;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
width: 15%;
padding: 0;
color: #fff;
text-align: center;
background: none;
filter: var(--bs-carousel-control-icon-filter);
border: 0;
opacity: 0.5;
transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
.carousel-control-prev,
.carousel-control-next {
transition: none;
}
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
color: #fff;
text-decoration: none;
outline: 0;
opacity: 0.9;
}
.carousel-control-prev {
left: 0;
}
.carousel-control-next {
right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
display: inline-block;
width: 2rem;
height: 2rem;
background-repeat: no-repeat;
background-position: 50%;
background-size: 100% 100%;
}
.carousel-control-prev-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")*/;
}
.carousel-control-next-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")*/;
}
.carousel-indicators {
position: absolute;
right: 0;
bottom: 0;
left: 0;
z-index: 2;
display: flex;
justify-content: center;
padding: 0;
margin-right: 15%;
margin-bottom: 1rem;
margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
box-sizing: content-box;
flex: 0 1 auto;
width: 30px;
height: 3px;
padding: 0;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
cursor: pointer;
background-color: var(--bs-carousel-indicator-active-bg);
background-clip: padding-box;
border: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
opacity: 0.5;
transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
.carousel-indicators [data-bs-target] {
transition: none;
}
}
.carousel-indicators .active {
opacity: 1;
}
.carousel-caption {
position: absolute;
right: 15%;
bottom: 1.25rem;
left: 15%;
padding-top: 1.25rem;
padding-bottom: 1.25rem;
color: var(--bs-carousel-caption-color);
text-align: center;
}
.carousel-dark {
--bs-carousel-indicator-active-bg: #000;
--bs-carousel-caption-color: #000;
--bs-carousel-control-icon-filter: invert(1) grayscale(100);
}
:root,
[data-bs-theme=light] {
--bs-carousel-indicator-active-bg: #fff;
--bs-carousel-caption-color: #fff;
--bs-carousel-control-icon-filter: ;
}
[data-bs-theme=dark] {
--bs-carousel-indicator-active-bg: #000;
--bs-carousel-caption-color: #000;
--bs-carousel-control-icon-filter: invert(1) grayscale(100);
}
.spinner-grow,
.spinner-border {
display: inline-block;
flex-shrink: 0;
width: var(--bs-spinner-width);
height: var(--bs-spinner-height);
vertical-align: var(--bs-spinner-vertical-align);
border-radius: 50%;
animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
@keyframes spinner-border {
to {
transform: rotate(360deg) /* rtl:ignore */;
}
}
.spinner-border {
--bs-spinner-width: 2rem;
--bs-spinner-height: 2rem;
--bs-spinner-vertical-align: -0.125em;
--bs-spinner-border-width: 0.25em;
--bs-spinner-animation-speed: 0.75s;
--bs-spinner-animation-name: spinner-border;
border: var(--bs-spinner-border-width) solid currentcolor;
border-right-color: transparent;
}
.spinner-border-sm {
--bs-spinner-width: 1rem;
--bs-spinner-height: 1rem;
--bs-spinner-border-width: 0.2em;
}
@keyframes spinner-grow {
0% {
transform: scale(0);
}
50% {
opacity: 1;
transform: none;
}
}
.spinner-grow {
--bs-spinner-width: 2rem;
--bs-spinner-height: 2rem;
--bs-spinner-vertical-align: -0.125em;
--bs-spinner-animation-speed: 0.75s;
--bs-spinner-animation-name: spinner-grow;
background-color: currentcolor;
opacity: 0;
}
.spinner-grow-sm {
--bs-spinner-width: 1rem;
--bs-spinner-height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
.spinner-border,
.spinner-grow {
--bs-spinner-animation-speed: 1.5s;
}
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
--bs-offcanvas-zindex: 1045;
--bs-offcanvas-width: 400px;
--bs-offcanvas-height: 30vh;
--bs-offca
gitextract_u8lach65/ ├── .browserslistrc ├── .editorconfig ├── .gitattributes ├── .github/ │ ├── dependabot.yml │ ├── stale.yml │ └── workflows/ │ └── ci.yml ├── .gitignore ├── .npmrc ├── .stylelintignore ├── .stylelintrc.json ├── Gruntfile.js ├── LICENSE ├── README.md ├── bootswatch.gemspec ├── build/ │ ├── html/ │ │ └── thumbnail.html │ └── scss/ │ └── build.scss ├── composer.json ├── dist/ │ ├── brite/ │ │ ├── _bootswatch.scss │ │ ├── _variables.scss │ │ ├── bootstrap.css │ │ └── bootstrap.rtl.css │ ├── cerulean/ │ │ ├── _bootswatch.scss │ │ ├── _variables.scss │ │ ├── bootstrap.css │ │ └── bootstrap.rtl.css │ ├── cosmo/ │ │ ├── _bootswatch.scss │ │ ├── _variables.scss │ │ ├── bootstrap.css │ │ └── bootstrap.rtl.css │ ├── cyborg/ │ │ ├── _bootswatch.scss │ │ ├── _variables.scss │ │ ├── bootstrap.css │ │ └── bootstrap.rtl.css │ ├── darkly/ │ │ ├── _bootswatch.scss │ │ ├── _variables.scss │ │ ├── bootstrap.css │ │ └── bootstrap.rtl.css │ ├── flatly/ │ │ ├── _bootswatch.scss │ │ ├── _variables.scss │ │ ├── bootstrap.css │ │ └── bootstrap.rtl.css │ ├── journal/ │ │ ├── _bootswatch.scss │ │ ├── _variables.scss │ │ ├── bootstrap.css │ │ └── bootstrap.rtl.css │ ├── litera/ │ │ ├── _bootswatch.scss │ │ ├── _variables.scss │ │ ├── bootstrap.css │ │ └── bootstrap.rtl.css │ ├── lumen/ │ │ ├── _bootswatch.scss │ │ ├── _variables.scss │ │ ├── bootstrap.css │ │ └── bootstrap.rtl.css │ ├── lux/ │ │ ├── _bootswatch.scss │ │ ├── _variables.scss │ │ ├── bootstrap.css │ │ └── bootstrap.rtl.css │ ├── materia/ │ │ ├── _bootswatch.scss │ │ ├── _variables.scss │ │ ├── bootstrap.css │ │ └── bootstrap.rtl.css │ ├── minty/ │ │ ├── _bootswatch.scss │ │ ├── _variables.scss │ │ ├── bootstrap.css │ │ └── bootstrap.rtl.css │ ├── morph/ │ │ ├── _bootswatch.scss │ │ ├── _variables.scss │ │ ├── bootstrap.css │ │ └── bootstrap.rtl.css │ ├── pulse/ │ │ ├── _bootswatch.scss │ │ ├── _variables.scss │ │ ├── bootstrap.css │ │ └── bootstrap.rtl.css │ ├── quartz/ │ │ ├── _bootswatch.scss │ │ ├── _variables.scss │ │ ├── bootstrap.css │ │ └── bootstrap.rtl.css │ ├── sandstone/ │ │ ├── _bootswatch.scss │ │ ├── _variables.scss │ │ ├── bootstrap.css │ │ └── bootstrap.rtl.css │ ├── simplex/ │ │ ├── _bootswatch.scss │ │ ├── _variables.scss │ │ ├── bootstrap.css │ │ └── bootstrap.rtl.css │ ├── sketchy/ │ │ ├── _bootswatch.scss │ │ ├── _variables.scss │ │ ├── bootstrap.css │ │ └── bootstrap.rtl.css │ ├── slate/ │ │ ├── _bootswatch.scss │ │ ├── _variables.scss │ │ ├── bootstrap.css │ │ └── bootstrap.rtl.css │ ├── solar/ │ │ ├── _bootswatch.scss │ │ ├── _variables.scss │ │ ├── bootstrap.css │ │ └── bootstrap.rtl.css │ ├── spacelab/ │ │ ├── _bootswatch.scss │ │ ├── _variables.scss │ │ ├── bootstrap.css │ │ └── bootstrap.rtl.css │ ├── superhero/ │ │ ├── _bootswatch.scss │ │ ├── _variables.scss │ │ ├── bootstrap.css │ │ └── bootstrap.rtl.css │ ├── united/ │ │ ├── _bootswatch.scss │ │ ├── _variables.scss │ │ ├── bootstrap.css │ │ └── bootstrap.rtl.css │ ├── vapor/ │ │ ├── _bootswatch.scss │ │ ├── _variables.scss │ │ ├── bootstrap.css │ │ └── bootstrap.rtl.css │ ├── versa/ │ │ ├── _bootswatch.scss │ │ ├── _variables.scss │ │ ├── bootstrap.css │ │ └── bootstrap.rtl.css │ ├── yeti/ │ │ ├── _bootswatch.scss │ │ ├── _variables.scss │ │ ├── bootstrap.css │ │ └── bootstrap.rtl.css │ └── zephyr/ │ ├── _bootswatch.scss │ ├── _variables.scss │ ├── bootstrap.css │ └── bootstrap.rtl.css ├── docs/ │ ├── .nojekyll │ ├── 2/ │ │ ├── .travis.yml │ │ ├── Gruntfile.js │ │ ├── LICENSE │ │ ├── README.md │ │ ├── amelia/ │ │ │ ├── bootstrap.css │ │ │ ├── bootswatch.less │ │ │ ├── index.html │ │ │ └── variables.less │ │ ├── api/ │ │ │ └── themes.json │ │ ├── bower.json │ │ ├── bower_components/ │ │ │ ├── bootstrap/ │ │ │ │ ├── .bower.json │ │ │ │ ├── .gitignore │ │ │ │ ├── .travis.yml │ │ │ │ ├── CHANGELOG.md │ │ │ │ ├── CONTRIBUTING.md │ │ │ │ ├── LICENSE │ │ │ │ ├── Makefile │ │ │ │ ├── README.md │ │ │ │ ├── bower.json │ │ │ │ ├── composer.json │ │ │ │ ├── docs/ │ │ │ │ │ ├── assets/ │ │ │ │ │ │ ├── css/ │ │ │ │ │ │ │ ├── bootstrap-responsive.css │ │ │ │ │ │ │ ├── bootstrap.css │ │ │ │ │ │ │ └── docs.css │ │ │ │ │ │ └── js/ │ │ │ │ │ │ ├── README.md │ │ │ │ │ │ ├── application.js │ │ │ │ │ │ ├── bootstrap-affix.js │ │ │ │ │ │ ├── bootstrap-alert.js │ │ │ │ │ │ ├── bootstrap-button.js │ │ │ │ │ │ ├── bootstrap-carousel.js │ │ │ │ │ │ ├── bootstrap-collapse.js │ │ │ │ │ │ ├── bootstrap-dropdown.js │ │ │ │ │ │ ├── bootstrap-modal.js │ │ │ │ │ │ ├── bootstrap-popover.js │ │ │ │ │ │ ├── bootstrap-scrollspy.js │ │ │ │ │ │ ├── bootstrap-tab.js │ │ │ │ │ │ ├── bootstrap-tooltip.js │ │ │ │ │ │ ├── bootstrap-transition.js │ │ │ │ │ │ ├── bootstrap-typeahead.js │ │ │ │ │ │ ├── bootstrap.js │ │ │ │ │ │ ├── google-code-prettify/ │ │ │ │ │ │ │ ├── prettify.css │ │ │ │ │ │ │ └── prettify.js │ │ │ │ │ │ ├── holder/ │ │ │ │ │ │ │ └── holder.js │ │ │ │ │ │ ├── html5shiv.js │ │ │ │ │ │ └── jquery.js │ │ │ │ │ ├── base-css.html │ │ │ │ │ ├── components.html │ │ │ │ │ ├── customize.html │ │ │ │ │ ├── examples/ │ │ │ │ │ │ ├── carousel.html │ │ │ │ │ │ ├── fluid.html │ │ │ │ │ │ ├── hero.html │ │ │ │ │ │ ├── justified-nav.html │ │ │ │ │ │ ├── marketing-narrow.html │ │ │ │ │ │ ├── signin.html │ │ │ │ │ │ ├── starter-template.html │ │ │ │ │ │ ├── sticky-footer-navbar.html │ │ │ │ │ │ └── sticky-footer.html │ │ │ │ │ ├── extend.html │ │ │ │ │ ├── getting-started.html │ │ │ │ │ ├── index.html │ │ │ │ │ ├── javascript.html │ │ │ │ │ ├── scaffolding.html │ │ │ │ │ └── templates/ │ │ │ │ │ ├── layout.mustache │ │ │ │ │ └── pages/ │ │ │ │ │ ├── base-css.mustache │ │ │ │ │ ├── components.mustache │ │ │ │ │ ├── customize.mustache │ │ │ │ │ ├── extend.mustache │ │ │ │ │ ├── getting-started.mustache │ │ │ │ │ ├── index.mustache │ │ │ │ │ ├── javascript.mustache │ │ │ │ │ └── scaffolding.mustache │ │ │ │ ├── js/ │ │ │ │ │ ├── .jshintrc │ │ │ │ │ ├── bootstrap-affix.js │ │ │ │ │ ├── bootstrap-alert.js │ │ │ │ │ ├── bootstrap-button.js │ │ │ │ │ ├── bootstrap-carousel.js │ │ │ │ │ ├── bootstrap-collapse.js │ │ │ │ │ ├── bootstrap-dropdown.js │ │ │ │ │ ├── bootstrap-modal.js │ │ │ │ │ ├── bootstrap-popover.js │ │ │ │ │ ├── bootstrap-scrollspy.js │ │ │ │ │ ├── bootstrap-tab.js │ │ │ │ │ ├── bootstrap-tooltip.js │ │ │ │ │ ├── bootstrap-transition.js │ │ │ │ │ ├── bootstrap-typeahead.js │ │ │ │ │ └── tests/ │ │ │ │ │ ├── index.html │ │ │ │ │ ├── phantom.js │ │ │ │ │ ├── server.js │ │ │ │ │ ├── unit/ │ │ │ │ │ │ ├── bootstrap-affix.js │ │ │ │ │ │ ├── bootstrap-alert.js │ │ │ │ │ │ ├── bootstrap-button.js │ │ │ │ │ │ ├── bootstrap-carousel.js │ │ │ │ │ │ ├── bootstrap-collapse.js │ │ │ │ │ │ ├── bootstrap-dropdown.js │ │ │ │ │ │ ├── bootstrap-modal.js │ │ │ │ │ │ ├── bootstrap-phantom.js │ │ │ │ │ │ ├── bootstrap-popover.js │ │ │ │ │ │ ├── bootstrap-scrollspy.js │ │ │ │ │ │ ├── bootstrap-tab.js │ │ │ │ │ │ ├── bootstrap-tooltip.js │ │ │ │ │ │ ├── bootstrap-transition.js │ │ │ │ │ │ └── bootstrap-typeahead.js │ │ │ │ │ └── vendor/ │ │ │ │ │ ├── jquery.js │ │ │ │ │ ├── qunit.css │ │ │ │ │ └── qunit.js │ │ │ │ ├── less/ │ │ │ │ │ ├── accordion.less │ │ │ │ │ ├── alerts.less │ │ │ │ │ ├── bootstrap.less │ │ │ │ │ ├── breadcrumbs.less │ │ │ │ │ ├── button-groups.less │ │ │ │ │ ├── buttons.less │ │ │ │ │ ├── carousel.less │ │ │ │ │ ├── close.less │ │ │ │ │ ├── code.less │ │ │ │ │ ├── component-animations.less │ │ │ │ │ ├── dropdowns.less │ │ │ │ │ ├── forms.less │ │ │ │ │ ├── grid.less │ │ │ │ │ ├── hero-unit.less │ │ │ │ │ ├── labels-badges.less │ │ │ │ │ ├── layouts.less │ │ │ │ │ ├── media.less │ │ │ │ │ ├── mixins.less │ │ │ │ │ ├── modals.less │ │ │ │ │ ├── navbar.less │ │ │ │ │ ├── navs.less │ │ │ │ │ ├── pager.less │ │ │ │ │ ├── pagination.less │ │ │ │ │ ├── popovers.less │ │ │ │ │ ├── progress-bars.less │ │ │ │ │ ├── reset.less │ │ │ │ │ ├── responsive-1200px-min.less │ │ │ │ │ ├── responsive-767px-max.less │ │ │ │ │ ├── responsive-768px-979px.less │ │ │ │ │ ├── responsive-navbar.less │ │ │ │ │ ├── responsive-utilities.less │ │ │ │ │ ├── responsive.less │ │ │ │ │ ├── scaffolding.less │ │ │ │ │ ├── sprites.less │ │ │ │ │ ├── tables.less │ │ │ │ │ ├── tests/ │ │ │ │ │ │ ├── buttons.html │ │ │ │ │ │ ├── css-tests.css │ │ │ │ │ │ ├── css-tests.html │ │ │ │ │ │ ├── forms-responsive.html │ │ │ │ │ │ ├── forms.html │ │ │ │ │ │ ├── navbar-fixed-top.html │ │ │ │ │ │ ├── navbar-static-top.html │ │ │ │ │ │ └── navbar.html │ │ │ │ │ ├── thumbnails.less │ │ │ │ │ ├── tooltip.less │ │ │ │ │ ├── type.less │ │ │ │ │ ├── utilities.less │ │ │ │ │ ├── variables.less │ │ │ │ │ └── wells.less │ │ │ │ └── package.json │ │ │ └── jquery/ │ │ │ ├── .bower.json │ │ │ ├── .gitignore │ │ │ ├── README.md │ │ │ ├── bower.json │ │ │ ├── component.json │ │ │ ├── composer.json │ │ │ ├── jquery-migrate.js │ │ │ ├── jquery.js │ │ │ └── package.json │ │ ├── cerulean/ │ │ │ ├── bootstrap.css │ │ │ ├── bootswatch.less │ │ │ ├── index.html │ │ │ └── variables.less │ │ ├── composer.json │ │ ├── cosmo/ │ │ │ ├── bootstrap.css │ │ │ ├── bootswatch.less │ │ │ ├── index.html │ │ │ └── variables.less │ │ ├── css/ │ │ │ └── bootswatch.css │ │ ├── cyborg/ │ │ │ ├── bootstrap.css │ │ │ ├── bootswatch.less │ │ │ ├── index.html │ │ │ └── variables.less │ │ ├── default/ │ │ │ ├── bootstrap-responsive.css │ │ │ ├── bootstrap.css │ │ │ ├── index.html │ │ │ └── variables.less │ │ ├── flatly/ │ │ │ ├── bootstrap.css │ │ │ ├── bootswatch.less │ │ │ ├── index.html │ │ │ └── variables.less │ │ ├── font/ │ │ │ └── FontAwesome.otf │ │ ├── global/ │ │ │ ├── build-responsive.less │ │ │ ├── build.less │ │ │ └── global.less │ │ ├── index.html │ │ ├── journal/ │ │ │ ├── bootstrap.css │ │ │ ├── bootswatch.less │ │ │ ├── index.html │ │ │ └── variables.less │ │ ├── js/ │ │ │ ├── bootstrap.js │ │ │ └── bootswatch.js │ │ ├── readable/ │ │ │ ├── bootstrap.css │ │ │ ├── bootswatch.less │ │ │ ├── index.html │ │ │ └── variables.less │ │ ├── simplex/ │ │ │ ├── bootstrap.css │ │ │ ├── bootswatch.less │ │ │ ├── index.html │ │ │ └── variables.less │ │ ├── slate/ │ │ │ ├── bootstrap.css │ │ │ ├── bootswatch.less │ │ │ ├── index.html │ │ │ └── variables.less │ │ ├── spacelab/ │ │ │ ├── bootstrap.css │ │ │ ├── bootswatch.less │ │ │ ├── index.html │ │ │ └── variables.less │ │ ├── spruce/ │ │ │ ├── bootstrap.css │ │ │ ├── bootswatch.less │ │ │ ├── index.html │ │ │ └── variables.less │ │ ├── superhero/ │ │ │ ├── bootstrap.css │ │ │ ├── bootswatch.less │ │ │ ├── index.html │ │ │ └── variables.less │ │ ├── swatchmaker/ │ │ │ ├── .gitignore │ │ │ ├── Makefile │ │ │ ├── README.md │ │ │ ├── swatch/ │ │ │ │ ├── bootswatch.less │ │ │ │ └── variables.less │ │ │ ├── swatchmaker-responsive.less │ │ │ ├── swatchmaker.less │ │ │ ├── test/ │ │ │ │ ├── bootswatch.css │ │ │ │ ├── bootswatch.js │ │ │ │ ├── test-full.html │ │ │ │ └── test.html │ │ │ └── watcher.rb │ │ └── united/ │ │ ├── bootstrap.css │ │ ├── bootswatch.less │ │ ├── index.html │ │ └── variables.less │ ├── 3/ │ │ ├── Gruntfile.js │ │ ├── README.md │ │ ├── assets/ │ │ │ ├── js/ │ │ │ │ └── custom.js │ │ │ └── less/ │ │ │ └── custom.less │ │ ├── bower_components/ │ │ │ ├── bootstrap/ │ │ │ │ ├── .bower.json │ │ │ │ ├── CHANGELOG.md │ │ │ │ ├── Gemfile │ │ │ │ ├── Gruntfile.js │ │ │ │ ├── ISSUE_TEMPLATE.md │ │ │ │ ├── LICENSE │ │ │ │ ├── README.md │ │ │ │ ├── bower.json │ │ │ │ ├── dist/ │ │ │ │ │ ├── css/ │ │ │ │ │ │ ├── bootstrap-theme.css │ │ │ │ │ │ └── bootstrap.css │ │ │ │ │ └── js/ │ │ │ │ │ ├── bootstrap.js │ │ │ │ │ └── npm.js │ │ │ │ ├── grunt/ │ │ │ │ │ ├── .jshintrc │ │ │ │ │ ├── .stylelintrc │ │ │ │ │ ├── browsers.js │ │ │ │ │ ├── bs-commonjs-generator.js │ │ │ │ │ ├── bs-glyphicons-data-generator.js │ │ │ │ │ ├── bs-lessdoc-parser.js │ │ │ │ │ ├── bs-raw-files-generator.js │ │ │ │ │ ├── change-version.js │ │ │ │ │ ├── configBridge.json │ │ │ │ │ ├── generate-sri.js │ │ │ │ │ └── karma.conf.js │ │ │ │ ├── js/ │ │ │ │ │ ├── .jscsrc │ │ │ │ │ ├── .jshintrc │ │ │ │ │ ├── affix.js │ │ │ │ │ ├── alert.js │ │ │ │ │ ├── button.js │ │ │ │ │ ├── carousel.js │ │ │ │ │ ├── collapse.js │ │ │ │ │ ├── dropdown.js │ │ │ │ │ ├── modal.js │ │ │ │ │ ├── popover.js │ │ │ │ │ ├── scrollspy.js │ │ │ │ │ ├── tab.js │ │ │ │ │ ├── tooltip.js │ │ │ │ │ └── transition.js │ │ │ │ ├── less/ │ │ │ │ │ ├── alerts.less │ │ │ │ │ ├── badges.less │ │ │ │ │ ├── bootstrap.less │ │ │ │ │ ├── breadcrumbs.less │ │ │ │ │ ├── button-groups.less │ │ │ │ │ ├── buttons.less │ │ │ │ │ ├── carousel.less │ │ │ │ │ ├── close.less │ │ │ │ │ ├── code.less │ │ │ │ │ ├── component-animations.less │ │ │ │ │ ├── dropdowns.less │ │ │ │ │ ├── forms.less │ │ │ │ │ ├── glyphicons.less │ │ │ │ │ ├── grid.less │ │ │ │ │ ├── input-groups.less │ │ │ │ │ ├── jumbotron.less │ │ │ │ │ ├── labels.less │ │ │ │ │ ├── list-group.less │ │ │ │ │ ├── media.less │ │ │ │ │ ├── mixins/ │ │ │ │ │ │ ├── alerts.less │ │ │ │ │ │ ├── background-variant.less │ │ │ │ │ │ ├── border-radius.less │ │ │ │ │ │ ├── buttons.less │ │ │ │ │ │ ├── center-block.less │ │ │ │ │ │ ├── clearfix.less │ │ │ │ │ │ ├── forms.less │ │ │ │ │ │ ├── gradients.less │ │ │ │ │ │ ├── grid-framework.less │ │ │ │ │ │ ├── grid.less │ │ │ │ │ │ ├── hide-text.less │ │ │ │ │ │ ├── image.less │ │ │ │ │ │ ├── labels.less │ │ │ │ │ │ ├── list-group.less │ │ │ │ │ │ ├── nav-divider.less │ │ │ │ │ │ ├── nav-vertical-align.less │ │ │ │ │ │ ├── opacity.less │ │ │ │ │ │ ├── pagination.less │ │ │ │ │ │ ├── panels.less │ │ │ │ │ │ ├── progress-bar.less │ │ │ │ │ │ ├── reset-filter.less │ │ │ │ │ │ ├── reset-text.less │ │ │ │ │ │ ├── resize.less │ │ │ │ │ │ ├── responsive-visibility.less │ │ │ │ │ │ ├── size.less │ │ │ │ │ │ ├── tab-focus.less │ │ │ │ │ │ ├── table-row.less │ │ │ │ │ │ ├── text-emphasis.less │ │ │ │ │ │ ├── text-overflow.less │ │ │ │ │ │ └── vendor-prefixes.less │ │ │ │ │ ├── mixins.less │ │ │ │ │ ├── modals.less │ │ │ │ │ ├── navbar.less │ │ │ │ │ ├── navs.less │ │ │ │ │ ├── normalize.less │ │ │ │ │ ├── pager.less │ │ │ │ │ ├── pagination.less │ │ │ │ │ ├── panels.less │ │ │ │ │ ├── popovers.less │ │ │ │ │ ├── print.less │ │ │ │ │ ├── progress-bars.less │ │ │ │ │ ├── responsive-embed.less │ │ │ │ │ ├── responsive-utilities.less │ │ │ │ │ ├── scaffolding.less │ │ │ │ │ ├── tables.less │ │ │ │ │ ├── theme.less │ │ │ │ │ ├── thumbnails.less │ │ │ │ │ ├── tooltip.less │ │ │ │ │ ├── type.less │ │ │ │ │ ├── utilities.less │ │ │ │ │ ├── variables.less │ │ │ │ │ └── wells.less │ │ │ │ ├── nuget/ │ │ │ │ │ ├── MyGet.ps1 │ │ │ │ │ ├── bootstrap.less.nuspec │ │ │ │ │ └── bootstrap.nuspec │ │ │ │ ├── package.js │ │ │ │ └── package.json │ │ │ ├── bootstrap-sass/ │ │ │ │ ├── .bower.json │ │ │ │ ├── CHANGELOG.md │ │ │ │ ├── CONTRIBUTING.md │ │ │ │ ├── LICENSE │ │ │ │ ├── README.md │ │ │ │ ├── assets/ │ │ │ │ │ ├── javascripts/ │ │ │ │ │ │ ├── bootstrap/ │ │ │ │ │ │ │ ├── affix.js │ │ │ │ │ │ │ ├── alert.js │ │ │ │ │ │ │ ├── button.js │ │ │ │ │ │ │ ├── carousel.js │ │ │ │ │ │ │ ├── collapse.js │ │ │ │ │ │ │ ├── dropdown.js │ │ │ │ │ │ │ ├── modal.js │ │ │ │ │ │ │ ├── popover.js │ │ │ │ │ │ │ ├── scrollspy.js │ │ │ │ │ │ │ ├── tab.js │ │ │ │ │ │ │ ├── tooltip.js │ │ │ │ │ │ │ └── transition.js │ │ │ │ │ │ ├── bootstrap-sprockets.js │ │ │ │ │ │ └── bootstrap.js │ │ │ │ │ └── stylesheets/ │ │ │ │ │ ├── _bootstrap-compass.scss │ │ │ │ │ ├── _bootstrap-mincer.scss │ │ │ │ │ ├── _bootstrap-sprockets.scss │ │ │ │ │ ├── _bootstrap.scss │ │ │ │ │ └── bootstrap/ │ │ │ │ │ ├── _alerts.scss │ │ │ │ │ ├── _badges.scss │ │ │ │ │ ├── _breadcrumbs.scss │ │ │ │ │ ├── _button-groups.scss │ │ │ │ │ ├── _buttons.scss │ │ │ │ │ ├── _carousel.scss │ │ │ │ │ ├── _close.scss │ │ │ │ │ ├── _code.scss │ │ │ │ │ ├── _component-animations.scss │ │ │ │ │ ├── _dropdowns.scss │ │ │ │ │ ├── _forms.scss │ │ │ │ │ ├── _glyphicons.scss │ │ │ │ │ ├── _grid.scss │ │ │ │ │ ├── _input-groups.scss │ │ │ │ │ ├── _jumbotron.scss │ │ │ │ │ ├── _labels.scss │ │ │ │ │ ├── _list-group.scss │ │ │ │ │ ├── _media.scss │ │ │ │ │ ├── _mixins.scss │ │ │ │ │ ├── _modals.scss │ │ │ │ │ ├── _navbar.scss │ │ │ │ │ ├── _navs.scss │ │ │ │ │ ├── _normalize.scss │ │ │ │ │ ├── _pager.scss │ │ │ │ │ ├── _pagination.scss │ │ │ │ │ ├── _panels.scss │ │ │ │ │ ├── _popovers.scss │ │ │ │ │ ├── _print.scss │ │ │ │ │ ├── _progress-bars.scss │ │ │ │ │ ├── _responsive-embed.scss │ │ │ │ │ ├── _responsive-utilities.scss │ │ │ │ │ ├── _scaffolding.scss │ │ │ │ │ ├── _tables.scss │ │ │ │ │ ├── _theme.scss │ │ │ │ │ ├── _thumbnails.scss │ │ │ │ │ ├── _tooltip.scss │ │ │ │ │ ├── _type.scss │ │ │ │ │ ├── _utilities.scss │ │ │ │ │ ├── _variables.scss │ │ │ │ │ ├── _wells.scss │ │ │ │ │ └── mixins/ │ │ │ │ │ ├── _alerts.scss │ │ │ │ │ ├── _background-variant.scss │ │ │ │ │ ├── _border-radius.scss │ │ │ │ │ ├── _buttons.scss │ │ │ │ │ ├── _center-block.scss │ │ │ │ │ ├── _clearfix.scss │ │ │ │ │ ├── _forms.scss │ │ │ │ │ ├── _gradients.scss │ │ │ │ │ ├── _grid-framework.scss │ │ │ │ │ ├── _grid.scss │ │ │ │ │ ├── _hide-text.scss │ │ │ │ │ ├── _image.scss │ │ │ │ │ ├── _labels.scss │ │ │ │ │ ├── _list-group.scss │ │ │ │ │ ├── _nav-divider.scss │ │ │ │ │ ├── _nav-vertical-align.scss │ │ │ │ │ ├── _opacity.scss │ │ │ │ │ ├── _pagination.scss │ │ │ │ │ ├── _panels.scss │ │ │ │ │ ├── _progress-bar.scss │ │ │ │ │ ├── _reset-filter.scss │ │ │ │ │ ├── _reset-text.scss │ │ │ │ │ ├── _resize.scss │ │ │ │ │ ├── _responsive-visibility.scss │ │ │ │ │ ├── _size.scss │ │ │ │ │ ├── _tab-focus.scss │ │ │ │ │ ├── _table-row.scss │ │ │ │ │ ├── _text-emphasis.scss │ │ │ │ │ ├── _text-overflow.scss │ │ │ │ │ └── _vendor-prefixes.scss │ │ │ │ ├── bower.json │ │ │ │ ├── composer.json │ │ │ │ ├── eyeglass-exports.js │ │ │ │ ├── package.json │ │ │ │ └── sache.json │ │ │ ├── bootstrap-sass-official/ │ │ │ │ ├── .bower.json │ │ │ │ ├── CHANGELOG.md │ │ │ │ ├── CONTRIBUTING.md │ │ │ │ ├── LICENSE │ │ │ │ ├── README.md │ │ │ │ ├── assets/ │ │ │ │ │ ├── javascripts/ │ │ │ │ │ │ ├── bootstrap/ │ │ │ │ │ │ │ ├── affix.js │ │ │ │ │ │ │ ├── alert.js │ │ │ │ │ │ │ ├── button.js │ │ │ │ │ │ │ ├── carousel.js │ │ │ │ │ │ │ ├── collapse.js │ │ │ │ │ │ │ ├── dropdown.js │ │ │ │ │ │ │ ├── modal.js │ │ │ │ │ │ │ ├── popover.js │ │ │ │ │ │ │ ├── scrollspy.js │ │ │ │ │ │ │ ├── tab.js │ │ │ │ │ │ │ ├── tooltip.js │ │ │ │ │ │ │ └── transition.js │ │ │ │ │ │ ├── bootstrap-sprockets.js │ │ │ │ │ │ └── bootstrap.js │ │ │ │ │ └── stylesheets/ │ │ │ │ │ ├── _bootstrap-compass.scss │ │ │ │ │ ├── _bootstrap-mincer.scss │ │ │ │ │ ├── _bootstrap-sprockets.scss │ │ │ │ │ ├── _bootstrap.scss │ │ │ │ │ └── bootstrap/ │ │ │ │ │ ├── _alerts.scss │ │ │ │ │ ├── _badges.scss │ │ │ │ │ ├── _breadcrumbs.scss │ │ │ │ │ ├── _button-groups.scss │ │ │ │ │ ├── _buttons.scss │ │ │ │ │ ├── _carousel.scss │ │ │ │ │ ├── _close.scss │ │ │ │ │ ├── _code.scss │ │ │ │ │ ├── _component-animations.scss │ │ │ │ │ ├── _dropdowns.scss │ │ │ │ │ ├── _forms.scss │ │ │ │ │ ├── _glyphicons.scss │ │ │ │ │ ├── _grid.scss │ │ │ │ │ ├── _input-groups.scss │ │ │ │ │ ├── _jumbotron.scss │ │ │ │ │ ├── _labels.scss │ │ │ │ │ ├── _list-group.scss │ │ │ │ │ ├── _media.scss │ │ │ │ │ ├── _mixins.scss │ │ │ │ │ ├── _modals.scss │ │ │ │ │ ├── _navbar.scss │ │ │ │ │ ├── _navs.scss │ │ │ │ │ ├── _normalize.scss │ │ │ │ │ ├── _pager.scss │ │ │ │ │ ├── _pagination.scss │ │ │ │ │ ├── _panels.scss │ │ │ │ │ ├── _popovers.scss │ │ │ │ │ ├── _print.scss │ │ │ │ │ ├── _progress-bars.scss │ │ │ │ │ ├── _responsive-embed.scss │ │ │ │ │ ├── _responsive-utilities.scss │ │ │ │ │ ├── _scaffolding.scss │ │ │ │ │ ├── _tables.scss │ │ │ │ │ ├── _theme.scss │ │ │ │ │ ├── _thumbnails.scss │ │ │ │ │ ├── _tooltip.scss │ │ │ │ │ ├── _type.scss │ │ │ │ │ ├── _utilities.scss │ │ │ │ │ ├── _variables.scss │ │ │ │ │ ├── _wells.scss │ │ │ │ │ └── mixins/ │ │ │ │ │ ├── _alerts.scss │ │ │ │ │ ├── _background-variant.scss │ │ │ │ │ ├── _border-radius.scss │ │ │ │ │ ├── _buttons.scss │ │ │ │ │ ├── _center-block.scss │ │ │ │ │ ├── _clearfix.scss │ │ │ │ │ ├── _forms.scss │ │ │ │ │ ├── _gradients.scss │ │ │ │ │ ├── _grid-framework.scss │ │ │ │ │ ├── _grid.scss │ │ │ │ │ ├── _hide-text.scss │ │ │ │ │ ├── _image.scss │ │ │ │ │ ├── _labels.scss │ │ │ │ │ ├── _list-group.scss │ │ │ │ │ ├── _nav-divider.scss │ │ │ │ │ ├── _nav-vertical-align.scss │ │ │ │ │ ├── _opacity.scss │ │ │ │ │ ├── _pagination.scss │ │ │ │ │ ├── _panels.scss │ │ │ │ │ ├── _progress-bar.scss │ │ │ │ │ ├── _reset-filter.scss │ │ │ │ │ ├── _reset-text.scss │ │ │ │ │ ├── _resize.scss │ │ │ │ │ ├── _responsive-visibility.scss │ │ │ │ │ ├── _size.scss │ │ │ │ │ ├── _tab-focus.scss │ │ │ │ │ ├── _table-row.scss │ │ │ │ │ ├── _text-emphasis.scss │ │ │ │ │ ├── _text-overflow.scss │ │ │ │ │ └── _vendor-prefixes.scss │ │ │ │ ├── bower.json │ │ │ │ ├── composer.json │ │ │ │ ├── eyeglass-exports.js │ │ │ │ ├── package.json │ │ │ │ └── sache.json │ │ │ ├── font-awesome/ │ │ │ │ ├── .bower.json │ │ │ │ ├── .gitignore │ │ │ │ ├── CONTRIBUTING.md │ │ │ │ ├── Gemfile │ │ │ │ ├── README.md │ │ │ │ ├── _config.yml │ │ │ │ ├── component.json │ │ │ │ ├── composer.json │ │ │ │ ├── css/ │ │ │ │ │ └── font-awesome.css │ │ │ │ ├── fonts/ │ │ │ │ │ └── FontAwesome.otf │ │ │ │ ├── less/ │ │ │ │ │ ├── bordered-pulled.less │ │ │ │ │ ├── core.less │ │ │ │ │ ├── extras.less │ │ │ │ │ ├── fixed-width.less │ │ │ │ │ ├── font-awesome.less │ │ │ │ │ ├── icons.less │ │ │ │ │ ├── larger.less │ │ │ │ │ ├── list.less │ │ │ │ │ ├── mixins.less │ │ │ │ │ ├── path.less │ │ │ │ │ ├── rotated-flipped.less │ │ │ │ │ ├── spinning.less │ │ │ │ │ ├── stacked.less │ │ │ │ │ └── variables.less │ │ │ │ ├── package.json │ │ │ │ ├── scss/ │ │ │ │ │ ├── _bordered-pulled.scss │ │ │ │ │ ├── _core.scss │ │ │ │ │ ├── _extras.scss │ │ │ │ │ ├── _fixed-width.scss │ │ │ │ │ ├── _icons.scss │ │ │ │ │ ├── _larger.scss │ │ │ │ │ ├── _list.scss │ │ │ │ │ ├── _mixins.scss │ │ │ │ │ ├── _path.scss │ │ │ │ │ ├── _rotated-flipped.scss │ │ │ │ │ ├── _spinning.scss │ │ │ │ │ ├── _stacked.scss │ │ │ │ │ ├── _variables.scss │ │ │ │ │ └── font-awesome.scss │ │ │ │ └── src/ │ │ │ │ ├── 3.2.1/ │ │ │ │ │ ├── CNAME │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── assets/ │ │ │ │ │ │ ├── css/ │ │ │ │ │ │ │ ├── prettify.css │ │ │ │ │ │ │ ├── pygments.css │ │ │ │ │ │ │ └── site.css │ │ │ │ │ │ ├── font-awesome/ │ │ │ │ │ │ │ ├── css/ │ │ │ │ │ │ │ │ ├── font-awesome-ie7.css │ │ │ │ │ │ │ │ └── font-awesome.css │ │ │ │ │ │ │ ├── font/ │ │ │ │ │ │ │ │ └── FontAwesome.otf │ │ │ │ │ │ │ ├── less/ │ │ │ │ │ │ │ │ ├── bootstrap.less │ │ │ │ │ │ │ │ ├── core.less │ │ │ │ │ │ │ │ ├── extras.less │ │ │ │ │ │ │ │ ├── font-awesome-ie7.less │ │ │ │ │ │ │ │ ├── font-awesome.less │ │ │ │ │ │ │ │ ├── icons.less │ │ │ │ │ │ │ │ ├── mixins.less │ │ │ │ │ │ │ │ ├── path.less │ │ │ │ │ │ │ │ └── variables.less │ │ │ │ │ │ │ └── scss/ │ │ │ │ │ │ │ ├── _bootstrap.scss │ │ │ │ │ │ │ ├── _core.scss │ │ │ │ │ │ │ ├── _extras.scss │ │ │ │ │ │ │ ├── _icons.scss │ │ │ │ │ │ │ ├── _mixins.scss │ │ │ │ │ │ │ ├── _path.scss │ │ │ │ │ │ │ ├── _variables.scss │ │ │ │ │ │ │ ├── font-awesome-ie7.scss │ │ │ │ │ │ │ └── font-awesome.scss │ │ │ │ │ │ ├── js/ │ │ │ │ │ │ │ ├── ZeroClipboard-1.1.7.swf │ │ │ │ │ │ │ └── site.js │ │ │ │ │ │ └── less/ │ │ │ │ │ │ ├── bootstrap-2.3.2/ │ │ │ │ │ │ │ ├── accordion.less │ │ │ │ │ │ │ ├── alerts.less │ │ │ │ │ │ │ ├── bootstrap.less │ │ │ │ │ │ │ ├── breadcrumbs.less │ │ │ │ │ │ │ ├── button-groups.less │ │ │ │ │ │ │ ├── buttons.less │ │ │ │ │ │ │ ├── carousel.less │ │ │ │ │ │ │ ├── close.less │ │ │ │ │ │ │ ├── code.less │ │ │ │ │ │ │ ├── component-animations.less │ │ │ │ │ │ │ ├── dropdowns.less │ │ │ │ │ │ │ ├── forms.less │ │ │ │ │ │ │ ├── grid.less │ │ │ │ │ │ │ ├── hero-unit.less │ │ │ │ │ │ │ ├── labels-badges.less │ │ │ │ │ │ │ ├── layouts.less │ │ │ │ │ │ │ ├── media.less │ │ │ │ │ │ │ ├── mixins.less │ │ │ │ │ │ │ ├── modals.less │ │ │ │ │ │ │ ├── navbar.less │ │ │ │ │ │ │ ├── navs.less │ │ │ │ │ │ │ ├── pager.less │ │ │ │ │ │ │ ├── pagination.less │ │ │ │ │ │ │ ├── popovers.less │ │ │ │ │ │ │ ├── progress-bars.less │ │ │ │ │ │ │ ├── reset.less │ │ │ │ │ │ │ ├── responsive-1200px-min.less │ │ │ │ │ │ │ ├── responsive-767px-max.less │ │ │ │ │ │ │ ├── responsive-768px-979px.less │ │ │ │ │ │ │ ├── responsive-navbar.less │ │ │ │ │ │ │ ├── responsive-utilities.less │ │ │ │ │ │ │ ├── responsive.less │ │ │ │ │ │ │ ├── scaffolding.less │ │ │ │ │ │ │ ├── sprites.less │ │ │ │ │ │ │ ├── tables.less │ │ │ │ │ │ │ ├── thumbnails.less │ │ │ │ │ │ │ ├── tooltip.less │ │ │ │ │ │ │ ├── type.less │ │ │ │ │ │ │ ├── utilities.less │ │ │ │ │ │ │ ├── variables.less │ │ │ │ │ │ │ └── wells.less │ │ │ │ │ │ ├── lazy.less │ │ │ │ │ │ ├── mixins.less │ │ │ │ │ │ ├── responsive-1200px-min.less │ │ │ │ │ │ ├── responsive-767px-max.less │ │ │ │ │ │ ├── responsive-768px-979px.less │ │ │ │ │ │ ├── responsive-navbar.less │ │ │ │ │ │ ├── responsive.less │ │ │ │ │ │ ├── site.less │ │ │ │ │ │ ├── sticky-footer.less │ │ │ │ │ │ └── variables.less │ │ │ │ │ ├── cheatsheet/ │ │ │ │ │ │ └── index.html │ │ │ │ │ ├── community/ │ │ │ │ │ │ └── index.html │ │ │ │ │ ├── design.html │ │ │ │ │ ├── examples/ │ │ │ │ │ │ └── index.html │ │ │ │ │ ├── get-started/ │ │ │ │ │ │ └── index.html │ │ │ │ │ ├── icon/ │ │ │ │ │ │ ├── adjust/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── adn/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── align-center/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── align-justify/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── align-left/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── align-right/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── ambulance/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── anchor/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── android/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── angle-down/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── angle-left/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── angle-right/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── angle-up/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── apple/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── archive/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── arrow-down/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── arrow-left/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── arrow-right/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── arrow-up/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── asterisk/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── backward/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── ban-circle/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── bar-chart/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── barcode/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── beaker/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── beer/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── bell/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── bell-alt/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── bitbucket/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── bitbucket-sign/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── bold/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── bolt/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── book/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── bookmark/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── bookmark-empty/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── briefcase/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── btc/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── bug/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── building/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── bullhorn/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── bullseye/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── calendar/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── calendar-empty/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── camera/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── camera-retro/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── caret-down/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── caret-left/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── caret-right/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── caret-up/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── certificate/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── check/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── check-empty/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── check-minus/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── check-sign/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── chevron-down/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── chevron-left/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── chevron-right/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── chevron-sign-down/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── chevron-sign-left/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── chevron-sign-right/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── chevron-sign-up/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── chevron-up/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── circle/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── circle-arrow-down/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── circle-arrow-left/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── circle-arrow-right/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── circle-arrow-up/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── circle-blank/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── cloud/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── cloud-download/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── cloud-upload/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── cny/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── code/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── code-fork/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── coffee/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── cog/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── cogs/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── collapse/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── collapse-alt/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── collapse-top/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── columns/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── comment/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── comment-alt/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── comments/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── comments-alt/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── compass/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── copy/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── credit-card/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── crop/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── css3/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── cut/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── dashboard/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── desktop/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── double-angle-down/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── double-angle-left/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── double-angle-right/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── double-angle-up/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── download/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── download-alt/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── dribbble/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── dropbox/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── edit/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── edit-sign/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── eject/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── ellipsis-horizontal/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── ellipsis-vertical/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── envelope/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── envelope-alt/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── eraser/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── eur/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── exchange/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── exclamation/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── exclamation-sign/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── expand/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── expand-alt/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── external-link/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── external-link-sign/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── eye-close/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── eye-open/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── facebook/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── facebook-sign/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── facetime-video/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── fast-backward/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── fast-forward/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── female/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── fighter-jet/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── file/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── file-alt/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── file-text/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── file-text-alt/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── film/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── filter/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── fire/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── fire-extinguisher/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── flag/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── flag-alt/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── flag-checkered/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── flickr/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── folder-close/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── folder-close-alt/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── folder-open/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── folder-open-alt/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── font/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── food/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── forward/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── foursquare/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── frown/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── fullscreen/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── gamepad/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── gbp/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── gift/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── github/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── github-alt/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── github-sign/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── gittip/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── glass/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── globe/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── google-plus/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── google-plus-sign/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── group/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── h-sign/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── hand-down/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── hand-left/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── hand-right/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── hand-up/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── hdd/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── headphones/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── heart/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── heart-empty/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── home/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── hospital/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── html5/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── inbox/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── indent-left/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── indent-right/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── info/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── info-sign/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── inr/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── instagram/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── italic/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── jpy/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── key/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── keyboard/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── krw/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── laptop/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── leaf/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── legal/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── lemon/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── level-down/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── level-up/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── lightbulb/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── link/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── linkedin/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── linkedin-sign/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── linux/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── list/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── list-alt/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── list-ol/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── list-ul/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── location-arrow/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── lock/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── long-arrow-down/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── long-arrow-left/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── long-arrow-right/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── long-arrow-up/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── magic/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── magnet/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── mail-reply-all/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── male/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── map-marker/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── maxcdn/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── medkit/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── meh/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── microphone/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── microphone-off/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── minus/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── minus-sign/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── minus-sign-alt/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── mobile-phone/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── money/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── moon/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── move/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── music/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── off/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── ok/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── ok-circle/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── ok-sign/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── paper-clip/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── paste/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── pause/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── pencil/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── phone/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── phone-sign/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── picture/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── pinterest/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── pinterest-sign/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── plane/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── play/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── play-circle/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── play-sign/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── plus/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── plus-sign/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── plus-sign-alt/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── print/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── pushpin/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── puzzle-piece/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── qrcode/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── question/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── question-sign/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── quote-left/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── quote-right/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── random/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── refresh/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── remove/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── remove-circle/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── remove-sign/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── renren/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── reorder/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── repeat/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── reply/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── reply-all/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── resize-full/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── resize-horizontal/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── resize-small/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── resize-vertical/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── retweet/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── road/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── rocket/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── rss/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── rss-sign/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── save/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── screenshot/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── search/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── share/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── share-alt/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── share-sign/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── shield/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── shopping-cart/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── sign-blank/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── signal/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── signin/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── signout/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── sitemap/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── skype/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── smile/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── sort/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── sort-by-alphabet/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── sort-by-alphabet-alt/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── sort-by-attributes/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── sort-by-attributes-alt/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── sort-by-order/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── sort-by-order-alt/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── sort-down/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── sort-up/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── spinner/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── stackexchange/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── star/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── star-empty/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── star-half/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── star-half-empty/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── step-backward/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── step-forward/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── stethoscope/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── stop/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── strikethrough/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── subscript/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── suitcase/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── sun/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── superscript/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── table/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── tablet/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── tag/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── tags/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── tasks/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── terminal/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── text-height/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── text-width/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── th/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── th-large/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── th-list/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── thumbs-down/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── thumbs-down-alt/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── thumbs-up/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── thumbs-up-alt/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── ticket/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── time/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── tint/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── trash/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── trello/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── trophy/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── truck/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── tumblr/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── tumblr-sign/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── twitter/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── twitter-sign/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── umbrella/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── underline/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── undo/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── unlink/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── unlock/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── unlock-alt/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── upload/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── upload-alt/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── usd/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── user/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── user-md/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── vk/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── volume-down/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── volume-off/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── volume-up/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── warning-sign/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── weibo/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── windows/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── wrench/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── xing/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── xing-sign/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── youtube/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── youtube-play/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── youtube-sign/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── zoom-in/ │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ └── zoom-out/ │ │ │ │ │ │ └── index.html │ │ │ │ │ ├── icons.yml │ │ │ │ │ ├── index.html │ │ │ │ │ ├── license/ │ │ │ │ │ │ └── index.html │ │ │ │ │ ├── test/ │ │ │ │ │ │ └── index.html │ │ │ │ │ └── whats-new/ │ │ │ │ │ └── index.html │ │ │ │ ├── CNAME │ │ │ │ ├── Makefile │ │ │ │ ├── _includes/ │ │ │ │ │ ├── ads/ │ │ │ │ │ │ ├── carbon-dark-vertical.html │ │ │ │ │ │ ├── carbon-light-horizontal.html │ │ │ │ │ │ └── carbon-light-vertical.html │ │ │ │ │ ├── brand-license.html │ │ │ │ │ ├── community/ │ │ │ │ │ │ ├── getting-support.html │ │ │ │ │ │ ├── project-milestones.html │ │ │ │ │ │ ├── reporting-bugs.html │ │ │ │ │ │ ├── requesting-new-icons.html │ │ │ │ │ │ └── submitting-pull-requests.html │ │ │ │ │ ├── examples/ │ │ │ │ │ │ ├── bootstrap.html │ │ │ │ │ │ ├── bordered-pulled.html │ │ │ │ │ │ ├── custom.html │ │ │ │ │ │ ├── fixed-width.html │ │ │ │ │ │ ├── inline.html │ │ │ │ │ │ ├── larger.html │ │ │ │ │ │ ├── list.html │ │ │ │ │ │ ├── rotated-flipped.html │ │ │ │ │ │ ├── spinning.html │ │ │ │ │ │ └── stacked.html │ │ │ │ │ ├── footer.html │ │ │ │ │ ├── jumbotron-carousel.html │ │ │ │ │ ├── jumbotron.html │ │ │ │ │ ├── license-code.less │ │ │ │ │ ├── navbar.html │ │ │ │ │ ├── new-features.html │ │ │ │ │ ├── new-naming.html │ │ │ │ │ ├── new-upgrading.html │ │ │ │ │ ├── stripe-ad.html │ │ │ │ │ ├── stripe-social.html │ │ │ │ │ ├── tell-me-thanks.html │ │ │ │ │ ├── tests/ │ │ │ │ │ │ ├── rotated-flipped-inside-anchor.html │ │ │ │ │ │ ├── rotated-flipped-inside-btn.html │ │ │ │ │ │ ├── rotated-flipped.html │ │ │ │ │ │ ├── stacked-inside-anchor.html │ │ │ │ │ │ └── stacked.html │ │ │ │ │ ├── thanks-to.html │ │ │ │ │ └── why.html │ │ │ │ ├── _layouts/ │ │ │ │ │ ├── base.html │ │ │ │ │ └── icon.html │ │ │ │ ├── _plugins/ │ │ │ │ │ ├── icon_page_generator.rb │ │ │ │ │ └── site.rb │ │ │ │ ├── assets/ │ │ │ │ │ ├── css/ │ │ │ │ │ │ ├── prettify.css │ │ │ │ │ │ └── pygments.css │ │ │ │ │ ├── font-awesome/ │ │ │ │ │ │ ├── fonts/ │ │ │ │ │ │ │ └── FontAwesome.otf │ │ │ │ │ │ ├── less/ │ │ │ │ │ │ │ ├── bordered-pulled.less │ │ │ │ │ │ │ ├── core.less │ │ │ │ │ │ │ ├── fixed-width.less │ │ │ │ │ │ │ ├── font-awesome.less │ │ │ │ │ │ │ ├── icons.less │ │ │ │ │ │ │ ├── larger.less │ │ │ │ │ │ │ ├── list.less │ │ │ │ │ │ │ ├── mixins.less │ │ │ │ │ │ │ ├── path.less │ │ │ │ │ │ │ ├── rotated-flipped.less │ │ │ │ │ │ │ ├── spinning.less │ │ │ │ │ │ │ ├── stacked.less │ │ │ │ │ │ │ └── variables.less │ │ │ │ │ │ └── scss/ │ │ │ │ │ │ ├── _bordered-pulled.scss │ │ │ │ │ │ ├── _core.scss │ │ │ │ │ │ ├── _fixed-width.scss │ │ │ │ │ │ ├── _icons.scss │ │ │ │ │ │ ├── _larger.scss │ │ │ │ │ │ ├── _list.scss │ │ │ │ │ │ ├── _mixins.scss │ │ │ │ │ │ ├── _path.scss │ │ │ │ │ │ ├── _rotated-flipped.scss │ │ │ │ │ │ ├── _spinning.scss │ │ │ │ │ │ ├── _stacked.scss │ │ │ │ │ │ ├── _variables.scss │ │ │ │ │ │ └── font-awesome.scss │ │ │ │ │ ├── js/ │ │ │ │ │ │ ├── ZeroClipboard-1.1.7.swf │ │ │ │ │ │ ├── html5shiv.js │ │ │ │ │ │ ├── jquery-1.10.2.js │ │ │ │ │ │ └── site.js │ │ │ │ │ └── less/ │ │ │ │ │ ├── bootstrap-3.0.0/ │ │ │ │ │ │ ├── alerts.less │ │ │ │ │ │ ├── badges.less │ │ │ │ │ │ ├── bootstrap.less │ │ │ │ │ │ ├── breadcrumbs.less │ │ │ │ │ │ ├── button-groups.less │ │ │ │ │ │ ├── buttons.less │ │ │ │ │ │ ├── carousel.less │ │ │ │ │ │ ├── close.less │ │ │ │ │ │ ├── code.less │ │ │ │ │ │ ├── component-animations.less │ │ │ │ │ │ ├── dropdowns.less │ │ │ │ │ │ ├── forms.less │ │ │ │ │ │ ├── glyphicons.less │ │ │ │ │ │ ├── grid.less │ │ │ │ │ │ ├── input-groups.less │ │ │ │ │ │ ├── jumbotron.less │ │ │ │ │ │ ├── labels.less │ │ │ │ │ │ ├── list-group.less │ │ │ │ │ │ ├── media.less │ │ │ │ │ │ ├── mixins.less │ │ │ │ │ │ ├── modals.less │ │ │ │ │ │ ├── navbar.less │ │ │ │ │ │ ├── navs.less │ │ │ │ │ │ ├── normalize.less │ │ │ │ │ │ ├── pager.less │ │ │ │ │ │ ├── pagination.less │ │ │ │ │ │ ├── panels.less │ │ │ │ │ │ ├── popovers.less │ │ │ │ │ │ ├── print.less │ │ │ │ │ │ ├── progress-bars.less │ │ │ │ │ │ ├── responsive-utilities.less │ │ │ │ │ │ ├── scaffolding.less │ │ │ │ │ │ ├── tables.less │ │ │ │ │ │ ├── theme.less │ │ │ │ │ │ ├── thumbnails.less │ │ │ │ │ │ ├── tooltip.less │ │ │ │ │ │ ├── type.less │ │ │ │ │ │ ├── utilities.less │ │ │ │ │ │ ├── variables.less │ │ │ │ │ │ └── wells.less │ │ │ │ │ ├── site/ │ │ │ │ │ │ ├── bootstrap/ │ │ │ │ │ │ │ ├── buttons.less │ │ │ │ │ │ │ ├── jumbotron.less │ │ │ │ │ │ │ ├── navbar.less │ │ │ │ │ │ │ ├── type.less │ │ │ │ │ │ │ ├── variables.less │ │ │ │ │ │ │ └── wells.less │ │ │ │ │ │ ├── carbonad.less │ │ │ │ │ │ ├── example-rating.less │ │ │ │ │ │ ├── feature-list.less │ │ │ │ │ │ ├── fontawesome-icon-list.less │ │ │ │ │ │ ├── footer.less │ │ │ │ │ │ ├── jumbotron-carousel.less │ │ │ │ │ │ ├── layout.less │ │ │ │ │ │ ├── lazy.less │ │ │ │ │ │ ├── responsive/ │ │ │ │ │ │ │ ├── screen-lg.less │ │ │ │ │ │ │ ├── screen-md.less │ │ │ │ │ │ │ ├── screen-sm.less │ │ │ │ │ │ │ └── screen-xs.less │ │ │ │ │ │ ├── social-buttons.less │ │ │ │ │ │ ├── stripe-ad.less │ │ │ │ │ │ └── textured-bg.less │ │ │ │ │ └── site.less │ │ │ │ ├── cheatsheet.html │ │ │ │ ├── community.html │ │ │ │ ├── design.html │ │ │ │ ├── examples.html │ │ │ │ ├── get-started.html │ │ │ │ ├── glyphicons-test.html │ │ │ │ ├── icons.html │ │ │ │ ├── icons.yml │ │ │ │ ├── index.html │ │ │ │ ├── license.html │ │ │ │ ├── test-2.3.2.html │ │ │ │ ├── test.html │ │ │ │ └── whats-new.html │ │ │ ├── html5shiv/ │ │ │ │ ├── .bower.json │ │ │ │ ├── Gruntfile.js │ │ │ │ ├── MIT and GPL2 licenses.md │ │ │ │ ├── bower.json │ │ │ │ ├── dist/ │ │ │ │ │ ├── html5shiv-printshiv.js │ │ │ │ │ └── html5shiv.js │ │ │ │ ├── package.json │ │ │ │ └── readme.md │ │ │ ├── jquery/ │ │ │ │ ├── .bower.json │ │ │ │ ├── AUTHORS.txt │ │ │ │ ├── LICENSE.txt │ │ │ │ ├── README.md │ │ │ │ ├── bower.json │ │ │ │ ├── dist/ │ │ │ │ │ ├── core.js │ │ │ │ │ ├── jquery.js │ │ │ │ │ └── jquery.slim.js │ │ │ │ ├── external/ │ │ │ │ │ └── sizzle/ │ │ │ │ │ ├── LICENSE.txt │ │ │ │ │ └── dist/ │ │ │ │ │ └── sizzle.js │ │ │ │ └── src/ │ │ │ │ ├── .eslintrc.json │ │ │ │ ├── ajax/ │ │ │ │ │ ├── jsonp.js │ │ │ │ │ ├── load.js │ │ │ │ │ ├── parseXML.js │ │ │ │ │ ├── script.js │ │ │ │ │ ├── var/ │ │ │ │ │ │ ├── location.js │ │ │ │ │ │ ├── nonce.js │ │ │ │ │ │ └── rquery.js │ │ │ │ │ └── xhr.js │ │ │ │ ├── ajax.js │ │ │ │ ├── attributes/ │ │ │ │ │ ├── attr.js │ │ │ │ │ ├── classes.js │ │ │ │ │ ├── prop.js │ │ │ │ │ ├── support.js │ │ │ │ │ └── val.js │ │ │ │ ├── attributes.js │ │ │ │ ├── callbacks.js │ │ │ │ ├── core/ │ │ │ │ │ ├── DOMEval.js │ │ │ │ │ ├── access.js │ │ │ │ │ ├── camelCase.js │ │ │ │ │ ├── init.js │ │ │ │ │ ├── nodeName.js │ │ │ │ │ ├── parseHTML.js │ │ │ │ │ ├── ready-no-deferred.js │ │ │ │ │ ├── ready.js │ │ │ │ │ ├── readyException.js │ │ │ │ │ ├── stripAndCollapse.js │ │ │ │ │ ├── support.js │ │ │ │ │ ├── toType.js │ │ │ │ │ └── var/ │ │ │ │ │ └── rsingleTag.js │ │ │ │ ├── core.js │ │ │ │ ├── css/ │ │ │ │ │ ├── addGetHookIf.js │ │ │ │ │ ├── adjustCSS.js │ │ │ │ │ ├── curCSS.js │ │ │ │ │ ├── hiddenVisibleSelectors.js │ │ │ │ │ ├── showHide.js │ │ │ │ │ ├── support.js │ │ │ │ │ └── var/ │ │ │ │ │ ├── cssExpand.js │ │ │ │ │ ├── getStyles.js │ │ │ │ │ ├── isHiddenWithinTree.js │ │ │ │ │ ├── rboxStyle.js │ │ │ │ │ ├── rnumnonpx.js │ │ │ │ │ └── swap.js │ │ │ │ ├── css.js │ │ │ │ ├── data/ │ │ │ │ │ ├── Data.js │ │ │ │ │ └── var/ │ │ │ │ │ ├── acceptData.js │ │ │ │ │ ├── dataPriv.js │ │ │ │ │ └── dataUser.js │ │ │ │ ├── data.js │ │ │ │ ├── deferred/ │ │ │ │ │ └── exceptionHook.js │ │ │ │ ├── deferred.js │ │ │ │ ├── deprecated.js │ │ │ │ ├── dimensions.js │ │ │ │ ├── effects/ │ │ │ │ │ ├── Tween.js │ │ │ │ │ └── animatedSelector.js │ │ │ │ ├── effects.js │ │ │ │ ├── event/ │ │ │ │ │ ├── ajax.js │ │ │ │ │ ├── alias.js │ │ │ │ │ ├── focusin.js │ │ │ │ │ ├── support.js │ │ │ │ │ └── trigger.js │ │ │ │ ├── event.js │ │ │ │ ├── exports/ │ │ │ │ │ ├── amd.js │ │ │ │ │ └── global.js │ │ │ │ ├── jquery.js │ │ │ │ ├── manipulation/ │ │ │ │ │ ├── _evalUrl.js │ │ │ │ │ ├── buildFragment.js │ │ │ │ │ ├── getAll.js │ │ │ │ │ ├── setGlobalEval.js │ │ │ │ │ ├── support.js │ │ │ │ │ ├── var/ │ │ │ │ │ │ ├── rcheckableType.js │ │ │ │ │ │ ├── rscriptType.js │ │ │ │ │ │ └── rtagName.js │ │ │ │ │ └── wrapMap.js │ │ │ │ ├── manipulation.js │ │ │ │ ├── offset.js │ │ │ │ ├── queue/ │ │ │ │ │ └── delay.js │ │ │ │ ├── queue.js │ │ │ │ ├── selector-native.js │ │ │ │ ├── selector-sizzle.js │ │ │ │ ├── selector.js │ │ │ │ ├── serialize.js │ │ │ │ ├── traversing/ │ │ │ │ │ ├── findFilter.js │ │ │ │ │ └── var/ │ │ │ │ │ ├── dir.js │ │ │ │ │ ├── rneedsContext.js │ │ │ │ │ └── siblings.js │ │ │ │ ├── traversing.js │ │ │ │ ├── var/ │ │ │ │ │ ├── ObjectFunctionString.js │ │ │ │ │ ├── arr.js │ │ │ │ │ ├── class2type.js │ │ │ │ │ ├── concat.js │ │ │ │ │ ├── document.js │ │ │ │ │ ├── documentElement.js │ │ │ │ │ ├── fnToString.js │ │ │ │ │ ├── getProto.js │ │ │ │ │ ├── hasOwn.js │ │ │ │ │ ├── indexOf.js │ │ │ │ │ ├── isFunction.js │ │ │ │ │ ├── isWindow.js │ │ │ │ │ ├── pnum.js │ │ │ │ │ ├── push.js │ │ │ │ │ ├── rcssNum.js │ │ │ │ │ ├── rnothtmlwhite.js │ │ │ │ │ ├── slice.js │ │ │ │ │ ├── support.js │ │ │ │ │ └── toString.js │ │ │ │ └── wrap.js │ │ │ └── respond/ │ │ │ ├── .bower.json │ │ │ ├── Gruntfile.js │ │ │ ├── LICENSE-MIT │ │ │ ├── README.md │ │ │ ├── bower.json │ │ │ ├── cross-domain/ │ │ │ │ ├── example.html │ │ │ │ ├── respond-proxy.html │ │ │ │ └── respond.proxy.js │ │ │ ├── dest/ │ │ │ │ ├── respond.matchmedia.addListener.src.js │ │ │ │ └── respond.src.js │ │ │ ├── package.json │ │ │ └── src/ │ │ │ ├── matchmedia.addListener.js │ │ │ ├── matchmedia.polyfill.js │ │ │ └── respond.js │ │ ├── cerulean/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ ├── bootswatch.less │ │ │ ├── index.html │ │ │ └── variables.less │ │ ├── cosmo/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ ├── bootswatch.less │ │ │ ├── index.html │ │ │ └── variables.less │ │ ├── custom/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ ├── bootswatch.less │ │ │ ├── index.html │ │ │ └── variables.less │ │ ├── cyborg/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ ├── bootswatch.less │ │ │ ├── index.html │ │ │ └── variables.less │ │ ├── darkly/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ ├── bootswatch.less │ │ │ ├── index.html │ │ │ └── variables.less │ │ ├── default/ │ │ │ └── index.html │ │ ├── flatly/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ ├── bootswatch.less │ │ │ ├── index.html │ │ │ └── variables.less │ │ ├── global/ │ │ │ ├── build.less │ │ │ └── build.scss │ │ ├── help/ │ │ │ └── index.html │ │ ├── index.html │ │ ├── journal/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ ├── bootswatch.less │ │ │ ├── index.html │ │ │ └── variables.less │ │ ├── lumen/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ ├── bootswatch.less │ │ │ ├── index.html │ │ │ └── variables.less │ │ ├── paper/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ ├── bootswatch.less │ │ │ ├── index.html │ │ │ └── variables.less │ │ ├── readable/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ ├── bootswatch.less │ │ │ ├── index.html │ │ │ └── variables.less │ │ ├── sandstone/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ ├── bootswatch.less │ │ │ ├── index.html │ │ │ └── variables.less │ │ ├── simplex/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ ├── bootswatch.less │ │ │ ├── index.html │ │ │ └── variables.less │ │ ├── slate/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ ├── bootswatch.less │ │ │ ├── index.html │ │ │ └── variables.less │ │ ├── spacelab/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ ├── bootswatch.less │ │ │ ├── index.html │ │ │ └── variables.less │ │ ├── superhero/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ ├── bootswatch.less │ │ │ ├── index.html │ │ │ └── variables.less │ │ ├── tests/ │ │ │ ├── components.html │ │ │ └── thumbnail.html │ │ ├── united/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ ├── bootswatch.less │ │ │ ├── index.html │ │ │ └── variables.less │ │ └── yeti/ │ │ ├── _bootswatch.scss │ │ ├── _variables.scss │ │ ├── bootstrap.css │ │ ├── bootswatch.less │ │ ├── index.html │ │ └── variables.less │ ├── 4/ │ │ ├── _assets/ │ │ │ ├── js/ │ │ │ │ └── custom.js │ │ │ └── scss/ │ │ │ └── custom.scss │ │ ├── _vendor/ │ │ │ ├── bootstrap/ │ │ │ │ └── dist/ │ │ │ │ ├── css/ │ │ │ │ │ ├── bootstrap-grid.css │ │ │ │ │ ├── bootstrap-reboot.css │ │ │ │ │ └── bootstrap.css │ │ │ │ └── js/ │ │ │ │ ├── bootstrap.bundle.js │ │ │ │ └── bootstrap.js │ │ │ ├── font-awesome/ │ │ │ │ ├── css/ │ │ │ │ │ └── font-awesome.css │ │ │ │ └── fonts/ │ │ │ │ └── FontAwesome.otf │ │ │ └── jquery/ │ │ │ └── dist/ │ │ │ ├── jquery.js │ │ │ └── jquery.slim.js │ │ ├── cerulean/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ └── index.html │ │ ├── cosmo/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ └── index.html │ │ ├── cyborg/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ └── index.html │ │ ├── darkly/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ └── index.html │ │ ├── default/ │ │ │ └── index.html │ │ ├── flatly/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ └── index.html │ │ ├── help/ │ │ │ └── index.html │ │ ├── index.html │ │ ├── journal/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ └── index.html │ │ ├── litera/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ └── index.html │ │ ├── lumen/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ └── index.html │ │ ├── lux/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ └── index.html │ │ ├── materia/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ └── index.html │ │ ├── minty/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ └── index.html │ │ ├── pulse/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ └── index.html │ │ ├── sandstone/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ └── index.html │ │ ├── simplex/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ └── index.html │ │ ├── sketchy/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ └── index.html │ │ ├── slate/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ └── index.html │ │ ├── solar/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ └── index.html │ │ ├── spacelab/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ └── index.html │ │ ├── superhero/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ └── index.html │ │ ├── united/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ └── index.html │ │ └── yeti/ │ │ ├── _bootswatch.scss │ │ ├── _variables.scss │ │ ├── bootstrap.css │ │ └── index.html │ ├── 5/ │ │ ├── brite/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ └── bootstrap.rtl.css │ │ ├── cerulean/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ └── bootstrap.rtl.css │ │ ├── cosmo/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ └── bootstrap.rtl.css │ │ ├── cyborg/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ └── bootstrap.rtl.css │ │ ├── darkly/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ └── bootstrap.rtl.css │ │ ├── flatly/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ └── bootstrap.rtl.css │ │ ├── journal/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ └── bootstrap.rtl.css │ │ ├── litera/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ └── bootstrap.rtl.css │ │ ├── lumen/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ └── bootstrap.rtl.css │ │ ├── lux/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ └── bootstrap.rtl.css │ │ ├── materia/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ └── bootstrap.rtl.css │ │ ├── minty/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ └── bootstrap.rtl.css │ │ ├── morph/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ └── bootstrap.rtl.css │ │ ├── pulse/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ └── bootstrap.rtl.css │ │ ├── quartz/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ └── bootstrap.rtl.css │ │ ├── sandstone/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ └── bootstrap.rtl.css │ │ ├── simplex/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ └── bootstrap.rtl.css │ │ ├── sketchy/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ └── bootstrap.rtl.css │ │ ├── slate/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ └── bootstrap.rtl.css │ │ ├── solar/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ └── bootstrap.rtl.css │ │ ├── spacelab/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ └── bootstrap.rtl.css │ │ ├── superhero/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ └── bootstrap.rtl.css │ │ ├── united/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ └── bootstrap.rtl.css │ │ ├── vapor/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ └── bootstrap.rtl.css │ │ ├── versa/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ ├── bootstrap.rtl.css │ │ │ └── build.scss │ │ ├── yeti/ │ │ │ ├── _bootswatch.scss │ │ │ ├── _variables.scss │ │ │ ├── bootstrap.css │ │ │ └── bootstrap.rtl.css │ │ └── zephyr/ │ │ ├── _bootswatch.scss │ │ ├── _variables.scss │ │ ├── bootstrap.css │ │ └── bootstrap.rtl.css │ ├── CNAME │ ├── _assets/ │ │ ├── js/ │ │ │ └── custom.js │ │ └── scss/ │ │ └── custom.scss │ ├── _vendor/ │ │ ├── bootstrap/ │ │ │ └── dist/ │ │ │ ├── css/ │ │ │ │ ├── bootstrap-grid.css │ │ │ │ ├── bootstrap-grid.rtl.css │ │ │ │ ├── bootstrap-reboot.css │ │ │ │ ├── bootstrap-reboot.rtl.css │ │ │ │ ├── bootstrap-utilities.css │ │ │ │ ├── bootstrap-utilities.rtl.css │ │ │ │ ├── bootstrap.css │ │ │ │ └── bootstrap.rtl.css │ │ │ └── js/ │ │ │ ├── bootstrap.bundle.js │ │ │ ├── bootstrap.esm.js │ │ │ └── bootstrap.js │ │ ├── bootstrap-icons/ │ │ │ └── font/ │ │ │ ├── bootstrap-icons.css │ │ │ ├── bootstrap-icons.json │ │ │ └── bootstrap-icons.scss │ │ └── prismjs/ │ │ ├── prism.js │ │ └── themes/ │ │ └── prism-okaidia.css │ ├── api/ │ │ ├── 2.json │ │ ├── 3.json │ │ ├── 4.json │ │ └── 5.json │ ├── brite/ │ │ └── index.html │ ├── cerulean/ │ │ └── index.html │ ├── cosmo/ │ │ └── index.html │ ├── cyborg/ │ │ └── index.html │ ├── darkly/ │ │ └── index.html │ ├── default/ │ │ └── index.html │ ├── flatly/ │ │ └── index.html │ ├── help/ │ │ └── index.html │ ├── index.html │ ├── journal/ │ │ └── index.html │ ├── litera/ │ │ └── index.html │ ├── lumen/ │ │ └── index.html │ ├── lux/ │ │ └── index.html │ ├── materia/ │ │ └── index.html │ ├── minty/ │ │ └── index.html │ ├── morph/ │ │ └── index.html │ ├── pulse/ │ │ └── index.html │ ├── quartz/ │ │ └── index.html │ ├── sandstone/ │ │ └── index.html │ ├── simplex/ │ │ └── index.html │ ├── sketchy/ │ │ └── index.html │ ├── slate/ │ │ └── index.html │ ├── solar/ │ │ └── index.html │ ├── spacelab/ │ │ └── index.html │ ├── superhero/ │ │ └── index.html │ ├── united/ │ │ └── index.html │ ├── vapor/ │ │ └── index.html │ ├── versa/ │ │ └── index.html │ ├── yeti/ │ │ └── index.html │ └── zephyr/ │ └── index.html └── package.json
SYMBOL INDEX (4 symbols across 1 files) FILE: Gruntfile.js constant SWATCHES (line 8) | const SWATCHES = [ constant BUILD_DIR (line 38) | const BUILD_DIR = 'build/'; constant DIST_DIR (line 39) | const DIST_DIR = 'dist/'; constant DOCS_DEST (line 40) | const DOCS_DEST = 'docs/5/';
Copy disabled (too large)
Download .json
Condensed preview — 1824 files, each showing path, character count, and a content snippet. Download the .json file for the full structured content (16,583K chars).
[
{
"path": ".browserslistrc",
"chars": 175,
"preview": "# https://github.com/browserslist/browserslist#readme\n\n>= 0.5%\nlast 2 major versions\nnot dead\nChrome >= 60\nFirefox >= 60"
},
{
"path": ".editorconfig",
"chars": 167,
"preview": "# editorconfig.org\n\nroot = true\n\n[*]\ncharset = utf-8\nend_of_line = lf\nindent_size = 2\nindent_style = space\ninsert_final_"
},
{
"path": ".gitattributes",
"chars": 101,
"preview": "# Enforce Unix newlines\n* text=auto eol=lf\n\n# Don't diff or textually merge source maps\n*.map binary\n"
},
{
"path": ".github/dependabot.yml",
"chars": 117,
"preview": "version: 2\nupdates:\n - package-ecosystem: \"github-actions\"\n directory: \"/\"\n schedule:\n interval: monthly\n"
},
{
"path": ".github/stale.yml",
"chars": 684,
"preview": "# Number of days of inactivity before an issue becomes stale\ndaysUntilStale: 60\n# Number of days of inactivity before a "
},
{
"path": ".github/workflows/ci.yml",
"chars": 1300,
"preview": "name: CI\n\non:\n push:\n branches:\n - \"**\"\n - \"!dependabot/**\"\n pull_request:\n workflow_dispatch:\n\nenv:\n F"
},
{
"path": ".gitignore",
"chars": 117,
"preview": ".DS_Store\nnode_modules\n.idea\ncomponents\n_site\n*.lock\n.sass-cache/\n/dist/*/build.scss\n\n# Local Netlify folder\n.netlify"
},
{
"path": ".npmrc",
"chars": 19,
"preview": "lockfile-version=2\n"
},
{
"path": ".stylelintignore",
"chars": 106,
"preview": "bootstrap.css\n**/*.min.css\n**/vendor/\n**/_vendor/\n**/bower_components/\n/docs/2/\n/docs/3/\n/_gh_pages/\ntest\n"
},
{
"path": ".stylelintrc.json",
"chars": 535,
"preview": "{\n \"extends\": [\n \"stylelint-config-twbs-bootstrap\"\n ],\n \"reportInvalidScopeDisables\": true,\n \"reportNeedlessDisab"
},
{
"path": "Gruntfile.js",
"chars": 6882,
"preview": "'use strict';\n\nconst path = require('path');\nconst sass = require('sass');\nconst autoprefixer = require('autoprefixer');"
},
{
"path": "LICENSE",
"chars": 1078,
"preview": "The MIT License (MIT)\n\nCopyright (c) 2013 Thomas Park\n\nPermission is hereby granted, free of charge, to any person obtai"
},
{
"path": "README.md",
"chars": 5572,
"preview": "<p align=\"center\">\n <img width=\"200\" height=\"200\" src=\"https://bootswatch.com/_assets/img/logo.png\">\n</p>\n\n<h3 align=\"c"
},
{
"path": "bootswatch.gemspec",
"chars": 465,
"preview": "require \"json\"\n$package = JSON.parse(File.read(File.expand_path(\"package.json\", __dir__)))\n\nGem::Specification.new do |s"
},
{
"path": "build/html/thumbnail.html",
"chars": 4436,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n <head>\n <meta charset=\"utf-8\">\n <title>Bootswatch: Default Bootstrap</title>\n "
},
{
"path": "build/scss/build.scss",
"chars": 98,
"preview": "@import \"variables\";\n@import \"../../node_modules/bootstrap/scss/bootstrap\";\n@import \"bootswatch\";\n"
},
{
"path": "composer.json",
"chars": 482,
"preview": "{\n \"name\": \"thomaspark/bootswatch\",\n \"description\": \"Themes for Bootstrap\",\n \"license\": \"MIT\",\n \"authors\": [\n {\n "
},
{
"path": "dist/brite/_bootswatch.scss",
"chars": 5470,
"preview": "// Brite 5.3.8\n// Bootswatch\n\n\n// Variables\n\n:root {\n --#{$prefix}border-width: 2px;\n --#{$prefix}border-color: #000;\n"
},
{
"path": "dist/brite/_variables.scss",
"chars": 6126,
"preview": "// Brite 5.3.8\n// Bootswatch\n\n$theme: \"brite\" !default;\n\n//\n// Color system\n//\n\n$white: #fff !default;\n$gray-100: #f8"
},
{
"path": "dist/brite/bootstrap.css",
"chars": 287865,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: brite\n * Copyright 2012-2025 Thomas Park\n "
},
{
"path": "dist/brite/bootstrap.rtl.css",
"chars": 287082,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: brite\n * Copyright 2012-2025 Thomas Park\n "
},
{
"path": "dist/cerulean/_bootswatch.scss",
"chars": 1687,
"preview": "// Cerulean 5.3.8\n// Bootswatch\n\n\n// Variables\n\n$text-shadow: 0 1px 0 rgba(0, 0, 0, .05) !default;\n\n// Mixins\n\n@mixin bt"
},
{
"path": "dist/cerulean/_variables.scss",
"chars": 1378,
"preview": "// Cerulean 5.3.8\n// Bootswatch\n\n$theme: \"cerulean\" !default;\n\n//\n// Color system\n//\n\n$white: #fff !default;\n$gray-10"
},
{
"path": "dist/cerulean/bootstrap.css",
"chars": 286416,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: cerulean\n * Copyright 2012-2025 Thomas Par"
},
{
"path": "dist/cerulean/bootstrap.rtl.css",
"chars": 285629,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: cerulean\n * Copyright 2012-2025 Thomas Par"
},
{
"path": "dist/cosmo/_bootswatch.scss",
"chars": 711,
"preview": "// Cosmo 5.3.8\n// Bootswatch\n\n\n// Variables\n\n$web-font-path: \"https://fonts.googleapis.com/css2?family=Source+Sans+Pro:w"
},
{
"path": "dist/cosmo/_variables.scss",
"chars": 1694,
"preview": "// Cosmo 5.3.8\n// Bootswatch\n\n$theme: \"cosmo\" !default;\n\n//\n// Color system\n//\n\n$white: #fff !default;\n$gray-100: #f8"
},
{
"path": "dist/cosmo/bootstrap.css",
"chars": 270692,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: cosmo\n * Copyright 2012-2025 Thomas Park\n "
},
{
"path": "dist/cosmo/bootstrap.rtl.css",
"chars": 269905,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: cosmo\n * Copyright 2012-2025 Thomas Park\n "
},
{
"path": "dist/cyborg/_bootswatch.scss",
"chars": 2045,
"preview": "// Cyborg 5.3.8\n// Bootswatch\n\n\n// Variables\n\n$web-font-path: \"https://fonts.googleapis.com/css2?family=Roboto:wght@400;"
},
{
"path": "dist/cyborg/_variables.scss",
"chars": 5673,
"preview": "// Cyborg 5.3.8\n// Bootswatch\n\n$theme: \"cyborg\" !default;\n\n//\n// Color system\n//\n\n$white: #fff !default;\n$gray-100: #"
},
{
"path": "dist/cyborg/bootstrap.css",
"chars": 281344,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: cyborg\n * Copyright 2012-2025 Thomas Park\n"
},
{
"path": "dist/cyborg/bootstrap.rtl.css",
"chars": 280557,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: cyborg\n * Copyright 2012-2025 Thomas Park\n"
},
{
"path": "dist/darkly/_bootswatch.scss",
"chars": 1205,
"preview": "// Darkly 5.3.8\n// Bootswatch\n\n\n// Variables\n\n$web-font-path: \"https://fonts.googleapis.com/css2?family=Lato:ital,wght@0"
},
{
"path": "dist/darkly/_variables.scss",
"chars": 5965,
"preview": "// Darkly 5.3.8\n// Bootswatch\n\n$theme: \"darkly\" !default;\n\n//\n// Color system\n//\n\n$white: #fff !default;\n$gray-100: #"
},
{
"path": "dist/darkly/bootstrap.css",
"chars": 280675,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: darkly\n * Copyright 2012-2025 Thomas Park\n"
},
{
"path": "dist/darkly/bootstrap.rtl.css",
"chars": 279888,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: darkly\n * Copyright 2012-2025 Thomas Park\n"
},
{
"path": "dist/flatly/_bootswatch.scss",
"chars": 1226,
"preview": "// Flatly 5.3.8\n// Bootswatch\n\n\n// Variables\n\n$web-font-path: \"https://fonts.googleapis.com/css2?family=Lato:ital,wght@0"
},
{
"path": "dist/flatly/_variables.scss",
"chars": 3779,
"preview": "// Flatly 5.3.8\n// Bootswatch\n\n$theme: \"flatly\" !default;\n\n//\n// Color system\n//\n\n$white: #fff !default;\n$gray-100: #"
},
{
"path": "dist/flatly/bootstrap.css",
"chars": 281747,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: flatly\n * Copyright 2012-2025 Thomas Park\n"
},
{
"path": "dist/flatly/bootstrap.rtl.css",
"chars": 280960,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: flatly\n * Copyright 2012-2025 Thomas Park\n"
},
{
"path": "dist/journal/_bootswatch.scss",
"chars": 847,
"preview": "// Journal 5.3.8\n// Bootswatch\n\n\n// Variables\n\n$web-font-path: \"https://fonts.googleapis.com/css2?family=News+Cycle:wght"
},
{
"path": "dist/journal/_variables.scss",
"chars": 1446,
"preview": "// Journal 5.3.8\n// Bootswatch\n\n$theme: \"journal\" !default;\n\n//\n// Color system\n//\n\n$white: #fff !default;\n$gray-100:"
},
{
"path": "dist/journal/bootstrap.css",
"chars": 281543,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: journal\n * Copyright 2012-2025 Thomas Park"
},
{
"path": "dist/journal/bootstrap.rtl.css",
"chars": 280756,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: journal\n * Copyright 2012-2025 Thomas Park"
},
{
"path": "dist/litera/_bootswatch.scss",
"chars": 1149,
"preview": "// Litera 5.3.8\n// Bootswatch\n\n\n// Variables\n\n// Navbar\n\n.navbar {\n font-size: $font-size-sm;\n}\n\n// Typography\n\np {\n f"
},
{
"path": "dist/litera/_variables.scss",
"chars": 2400,
"preview": "// Litera 5.3.8\n// Bootswatch\n\n$theme: \"litera\" !default;\n\n//\n// Color system\n//\n\n$white: #fff !default;\n$gray-100: #"
},
{
"path": "dist/litera/bootstrap.css",
"chars": 283659,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: litera\n * Copyright 2012-2025 Thomas Park\n"
},
{
"path": "dist/litera/bootstrap.rtl.css",
"chars": 282872,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: litera\n * Copyright 2012-2025 Thomas Park\n"
},
{
"path": "dist/lumen/_bootswatch.scss",
"chars": 5680,
"preview": "// Lumen 5.3.8\n// Bootswatch\n\n\n// Variables\n\n$web-font-path: \"https://fonts.googleapis.com/css2?family=Source+Sans+Pro:i"
},
{
"path": "dist/lumen/_variables.scss",
"chars": 2745,
"preview": "// Lumen 5.3.8\n// Bootswatch\n\n$theme: \"lumen\" !default;\n\n//\n// Color system\n//\n\n$white: #fff !default;\n$gray-100: #f6"
},
{
"path": "dist/lumen/bootstrap.css",
"chars": 288488,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: lumen\n * Copyright 2012-2025 Thomas Park\n "
},
{
"path": "dist/lumen/bootstrap.rtl.css",
"chars": 287701,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: lumen\n * Copyright 2012-2025 Thomas Park\n "
},
{
"path": "dist/lux/_bootswatch.scss",
"chars": 4767,
"preview": "// Lux 5.3.8\n// Bootswatch\n\n\n// Variables\n\n$web-font-path: \"https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@20"
},
{
"path": "dist/lux/_variables.scss",
"chars": 3665,
"preview": "// Lux 5.3.8\n// Bootswatch\n\n$theme: \"lux\" !default;\n\n//\n// Color system\n//\n\n$white: #fff !default;\n$gray-100: #f8f9fa"
},
{
"path": "dist/lux/bootstrap.css",
"chars": 275165,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: lux\n * Copyright 2012-2026 Thomas Park\n * "
},
{
"path": "dist/lux/bootstrap.rtl.css",
"chars": 274376,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: lux\n * Copyright 2012-2026 Thomas Park\n * "
},
{
"path": "dist/materia/_bootswatch.scss",
"chars": 12178,
"preview": "// Materia 5.3.8\n// Bootswatch\n\n\n// Variables\n\n$web-font-path: \"https://fonts.googleapis.com/css2?family=Roboto:wght@300"
},
{
"path": "dist/materia/_variables.scss",
"chars": 3500,
"preview": "// Materia 5.3.8\n// Bootswatch\n\n$theme: \"materia\" !default;\n\n//\n// Color system\n//\n\n$white: #fff !default;\n$gray-100:"
},
{
"path": "dist/materia/bootstrap.css",
"chars": 308325,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: materia\n * Copyright 2012-2025 Thomas Park"
},
{
"path": "dist/materia/bootstrap.rtl.css",
"chars": 307594,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: materia\n * Copyright 2012-2025 Thomas Park"
},
{
"path": "dist/minty/_bootswatch.scss",
"chars": 1422,
"preview": "// Minty 5.3.8\n// Bootswatch\n\n\n// Variables\n\n$web-font-path: \"https://fonts.googleapis.com/css2?family=Montserrat:wght@4"
},
{
"path": "dist/minty/_variables.scss",
"chars": 2780,
"preview": "// Minty 5.3.8\n// Bootswatch\n\n$theme: \"minty\" !default;\n\n//\n// Color system\n//\n\n$white: #fff !default;\n$gray-100: #f8"
},
{
"path": "dist/minty/bootstrap.css",
"chars": 282997,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: minty\n * Copyright 2012-2025 Thomas Park\n "
},
{
"path": "dist/minty/bootstrap.rtl.css",
"chars": 282210,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: minty\n * Copyright 2012-2025 Thomas Park\n "
},
{
"path": "dist/morph/_bootswatch.scss",
"chars": 11047,
"preview": "// Morph 5.3.8\n// Bootswatch\n\n\n// Variables\n\n$web-font-path: \"https://fonts.googleapis.com/css2?family=Nunito:wght@400;6"
},
{
"path": "dist/morph/_variables.scss",
"chars": 6921,
"preview": "// Morph 5.3.8\n// Bootswatch\n\n$theme: \"morph\" !default;\n\n//\n// Color system\n//\n\n$white: #fff !default;\n$gray-100: #f0"
},
{
"path": "dist/morph/bootstrap.css",
"chars": 305935,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: morph\n * Copyright 2012-2026 Thomas Park\n "
},
{
"path": "dist/morph/bootstrap.rtl.css",
"chars": 305178,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: morph\n * Copyright 2012-2026 Thomas Park\n "
},
{
"path": "dist/pulse/_bootswatch.scss",
"chars": 2150,
"preview": "// Pulse 5.3.8\n// Bootswatch\n\n\n// Variables\n\n// Buttons\n\n.btn {\n &:focus,\n &:active,\n &:active:focus,\n &.active:focu"
},
{
"path": "dist/pulse/_variables.scss",
"chars": 2165,
"preview": "// Pulse 5.3.8\n// Bootswatch\n\n$theme: \"pulse\" !default;\n\n//\n// Color system\n//\n\n$white: #fff !default;\n$gray-100: #fa"
},
{
"path": "dist/pulse/bootstrap.css",
"chars": 271893,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: pulse\n * Copyright 2012-2025 Thomas Park\n "
},
{
"path": "dist/pulse/bootstrap.rtl.css",
"chars": 271107,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: pulse\n * Copyright 2012-2025 Thomas Park\n "
},
{
"path": "dist/quartz/_bootswatch.scss",
"chars": 4852,
"preview": "// Quartz 5.3.8\n// Bootswatch\n\n\n// Variables\n\n$body-bg-image: linear-gradient(90deg, shade-color($cyan, 10%), shade-colo"
},
{
"path": "dist/quartz/_variables.scss",
"chars": 6474,
"preview": "// Quartz 5.3.8\n// Bootswatch\n\n$theme: \"quartz\" !default;\n\n//\n// Color system\n//\n\n$white: #fff !default;\n$gray-100: #"
},
{
"path": "dist/quartz/bootstrap.css",
"chars": 294512,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: quartz\n * Copyright 2012-2025 Thomas Park\n"
},
{
"path": "dist/quartz/bootstrap.rtl.css",
"chars": 293774,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: quartz\n * Copyright 2012-2025 Thomas Park\n"
},
{
"path": "dist/sandstone/_bootswatch.scss",
"chars": 3311,
"preview": "// Sandstone 5.3.8\n// Bootswatch\n\n\n// Variables\n\n$web-font-path: \"https://fonts.googleapis.com/css2?family=Roboto:wght@4"
},
{
"path": "dist/sandstone/_variables.scss",
"chars": 4324,
"preview": "// Sandstone 5.3.8\n// Bootswatch\n\n$theme: \"sandstone\" !default;\n\n//\n// Color system\n//\n\n$white: #fff !default;\n$gray-"
},
{
"path": "dist/sandstone/bootstrap.css",
"chars": 283473,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: sandstone\n * Copyright 2012-2025 Thomas Pa"
},
{
"path": "dist/sandstone/bootstrap.rtl.css",
"chars": 282686,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: sandstone\n * Copyright 2012-2025 Thomas Pa"
},
{
"path": "dist/simplex/_bootswatch.scss",
"chars": 2220,
"preview": "// Simplex 5.3.8\n// Bootswatch\n\n\n// Variables\n\n$web-font-path: \"https://fonts.googleapis.com/css2?family=Open+Sans:wght@"
},
{
"path": "dist/simplex/_variables.scss",
"chars": 2757,
"preview": "// Simplex 5.3.8\n// Bootswatch\n\n$theme: \"simplex\" !default;\n\n//\n// Color system\n//\n\n$white: #fff !default;\n$gray-100:"
},
{
"path": "dist/simplex/bootstrap.css",
"chars": 282946,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: simplex\n * Copyright 2012-2025 Thomas Park"
},
{
"path": "dist/simplex/bootstrap.rtl.css",
"chars": 282159,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: simplex\n * Copyright 2012-2025 Thomas Park"
},
{
"path": "dist/sketchy/_bootswatch.scss",
"chars": 9365,
"preview": "// Sketchy 5.3.8\n// Bootswatch\n\n\n// Variables\n\n$web-font-path: \"https://fonts.googleapis.com/css?family=Neucha|Cabin+Ske"
},
{
"path": "dist/sketchy/_variables.scss",
"chars": 4393,
"preview": "// Sketchy 5.3.8\n// Bootswatch\n\n$theme: \"sketchy\" !default;\n\n//\n// Color system\n//\n\n$white: #fff !default;\n$gray-100:"
},
{
"path": "dist/sketchy/bootstrap.css",
"chars": 289409,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: sketchy\n * Copyright 2012-2025 Thomas Park"
},
{
"path": "dist/sketchy/bootstrap.rtl.css",
"chars": 288630,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: sketchy\n * Copyright 2012-2025 Thomas Park"
},
{
"path": "dist/slate/_bootswatch.scss",
"chars": 5907,
"preview": "// Slate 5.3.8\n// Bootswatch\n\n\n// Variables\n\n// Mixins\n\n@mixin btn-shadow($color){\n @include gradient-y-three-colors(ti"
},
{
"path": "dist/slate/_variables.scss",
"chars": 6174,
"preview": "// Slate 5.3.8\n// Bootswatch\n\n$theme: \"slate\" !default;\n\n//\n// Color system\n//\n\n$white: #fff !default;\n$gray-100: #f8"
},
{
"path": "dist/slate/bootstrap.css",
"chars": 292563,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: slate\n * Copyright 2012-2025 Thomas Park\n "
},
{
"path": "dist/slate/bootstrap.rtl.css",
"chars": 291797,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: slate\n * Copyright 2012-2025 Thomas Park\n "
},
{
"path": "dist/solar/_bootswatch.scss",
"chars": 1126,
"preview": "// Solar 5.3.8\n// Bootswatch\n\n\n// Variables\n\n$web-font-path: \"https://fonts.googleapis.com/css2?family=Source+Sans+Pro:w"
},
{
"path": "dist/solar/_variables.scss",
"chars": 6451,
"preview": "// Solar 5.3.8\n// Bootswatch\n\n$theme: \"solar\" !default;\n\n//\n// Color system\n//\n\n// stylelint-disable\n$white: #fff !de"
},
{
"path": "dist/solar/bootstrap.css",
"chars": 281560,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: solar\n * Copyright 2012-2025 Thomas Park\n "
},
{
"path": "dist/solar/bootstrap.rtl.css",
"chars": 280773,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: solar\n * Copyright 2012-2025 Thomas Park\n "
},
{
"path": "dist/spacelab/_bootswatch.scss",
"chars": 1601,
"preview": "// Spacelab 5.3.8\n// Bootswatch\n\n\n// Variables\n\n$web-font-path: \"https://fonts.googleapis.com/css2?family=Open+Sans:ital"
},
{
"path": "dist/spacelab/_variables.scss",
"chars": 1580,
"preview": "// Spacelab 5.3.8\n// Bootswatch\n\n$theme: \"spacelab\" !default;\n\n//\n// Color system\n//\n\n$white: #fff !default;\n$gray-10"
},
{
"path": "dist/spacelab/bootstrap.css",
"chars": 285347,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: spacelab\n * Copyright 2012-2025 Thomas Par"
},
{
"path": "dist/spacelab/bootstrap.rtl.css",
"chars": 284559,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: spacelab\n * Copyright 2012-2025 Thomas Par"
},
{
"path": "dist/superhero/_bootswatch.scss",
"chars": 2214,
"preview": "// Superhero 5.3.8\n// Bootswatch\n\n\n// Variables\n\n$web-font-path: \"https://fonts.googleapis.com/css2?family=Lato:wght@300"
},
{
"path": "dist/superhero/_variables.scss",
"chars": 6579,
"preview": "// Superhero 5.3.8\n// Bootswatch\n\n$theme: \"superhero\" !default;\n\n//\n// Color system\n//\n\n$white: #fff !default;\n$gray-"
},
{
"path": "dist/superhero/bootstrap.css",
"chars": 282325,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: superhero\n * Copyright 2012-2025 Thomas Pa"
},
{
"path": "dist/superhero/bootstrap.rtl.css",
"chars": 281538,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: superhero\n * Copyright 2012-2025 Thomas Pa"
},
{
"path": "dist/united/_bootswatch.scss",
"chars": 443,
"preview": "// United 5.3.8\n// Bootswatch\n\n\n// Variables\n\n$web-font-path: \"https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;"
},
{
"path": "dist/united/_variables.scss",
"chars": 1416,
"preview": "// United 5.3.8\n// Bootswatch\n\n$theme: \"united\" !default;\n\n//\n// Color system\n//\n\n$white: #fff !default;\n$gray-100: #"
},
{
"path": "dist/united/bootstrap.css",
"chars": 281339,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: united\n * Copyright 2012-2025 Thomas Park\n"
},
{
"path": "dist/united/bootstrap.rtl.css",
"chars": 280552,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: united\n * Copyright 2012-2025 Thomas Park\n"
},
{
"path": "dist/vapor/_bootswatch.scss",
"chars": 5647,
"preview": "// Vapor 5.3.8\n// Bootswatch\n\n\n// Variables\n\n$web-font-path: \"https://fonts.googleapis.com/css2?family=Lato:wght@400;700"
},
{
"path": "dist/vapor/_variables.scss",
"chars": 4763,
"preview": "// Vapor 5.3.8\n// Bootswatch\n\n$theme: \"vapor\" !default;\n\n//\n// Color system\n//\n\n$white: #fff !default;\n$gray-100: #f8"
},
{
"path": "dist/vapor/bootstrap.css",
"chars": 297808,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: vapor\n * Copyright 2012-2025 Thomas Park\n "
},
{
"path": "dist/vapor/bootstrap.rtl.css",
"chars": 297021,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: vapor\n * Copyright 2012-2025 Thomas Park\n "
},
{
"path": "dist/versa/_bootswatch.scss",
"chars": 9177,
"preview": "// Versa 5.3.8\n// Bootswatch\n\n\n// Variables\n\n::selection {\n color: $white;\n background-color: $black;\n}\n\n$border-dark:"
},
{
"path": "dist/versa/_variables.scss",
"chars": 7198,
"preview": "// Versa 5.3.8\n// Bootswatch\n\n$theme: \"versa\" !default;\n\n//\n// Color system\n//\n\n$white: #fff !default;\n$gray-100: #f5"
},
{
"path": "dist/versa/bootstrap.css",
"chars": 290340,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: versa\n * Copyright 2012-2025 Thomas Park\n "
},
{
"path": "dist/versa/bootstrap.rtl.css",
"chars": 289555,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: versa\n * Copyright 2012-2025 Thomas Park\n "
},
{
"path": "dist/yeti/_bootswatch.scss",
"chars": 5788,
"preview": "// Yeti 5.3.8\n// Bootswatch\n\n\n// Variables\n\n$web-font-path: \"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wgh"
},
{
"path": "dist/yeti/_variables.scss",
"chars": 2766,
"preview": "// Yeti 5.3.8\n// Bootswatch\n\n$theme: \"yeti\" !default;\n\n//\n// Color system\n//\n\n$white: #fff !default;\n$gray-100: #f8f9"
},
{
"path": "dist/yeti/bootstrap.css",
"chars": 286806,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: yeti\n * Copyright 2012-2025 Thomas Park\n *"
},
{
"path": "dist/yeti/bootstrap.rtl.css",
"chars": 286019,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: yeti\n * Copyright 2012-2025 Thomas Park\n *"
},
{
"path": "dist/zephyr/_bootswatch.scss",
"chars": 3026,
"preview": "// Zephyr 5.3.8\n// Bootswatch\n\n\n// Variables\n\n$web-font-path: \"https://fonts.googleapis.com/css2?family=Inter:wght@400;5"
},
{
"path": "dist/zephyr/_variables.scss",
"chars": 4369,
"preview": "// Zephyr 5.3.8\n// Bootswatch\n\n$theme: \"zephyr\" !default;\n\n//\n// Color system\n//\n\n$white: #fff !default;\n$gray-100: #"
},
{
"path": "dist/zephyr/bootstrap.css",
"chars": 285489,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: zephyr\n * Copyright 2012-2025 Thomas Park\n"
},
{
"path": "dist/zephyr/bootstrap.rtl.css",
"chars": 284701,
"preview": "@charset \"UTF-8\";\n/*!\n * Bootswatch v5.3.8 (https://bootswatch.com)\n * Theme: zephyr\n * Copyright 2012-2025 Thomas Park\n"
},
{
"path": "docs/.nojekyll",
"chars": 0,
"preview": ""
},
{
"path": "docs/2/.travis.yml",
"chars": 188,
"preview": "branches:\n only:\n - master\n - gh-pages\n\nlanguage: node_js\n\nnode_js:\n - \"0.8.11\"\n\nbefore_install:\n - npm install"
},
{
"path": "docs/2/Gruntfile.js",
"chars": 3656,
"preview": "module.exports = function (grunt) {\n grunt.loadNpmTasks('grunt-recess');\n grunt.loadNpmTasks('grunt-contrib-concat');\n"
},
{
"path": "docs/2/LICENSE",
"chars": 10141,
"preview": "\n Apache License\n Version 2.0, January 2004\n "
},
{
"path": "docs/2/README.md",
"chars": 3222,
"preview": "Bootswatch\n==========\n\nBootswatch is a collection of free themes for [Bootstrap](https://getbootstrap.com/2.3.2/). Check"
},
{
"path": "docs/2/amelia/bootstrap.css",
"chars": 152269,
"preview": "@import url(\"https://fonts.googleapis.com/css?family=Lobster|Cabin:400,700\");\n\n/*!\n * Bootstrap v2.3.2\n *\n * Copyright 2"
},
{
"path": "docs/2/amelia/index.html",
"chars": 36088,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n <head>\n <meta charset=\"utf-8\">\n <title>Bootswatch: Amelia</title>\n <meta nam"
},
{
"path": "docs/2/amelia/variables.less",
"chars": 9204,
"preview": "// Amelia 2.3.2\n// Variables\n// --------------------------------------------------\n\n\n// Global values\n// ---------------"
},
{
"path": "docs/2/bower.json",
"chars": 430,
"preview": "{\n\t\"name\": \"bootswatch\",\n\t\"description\": \"Bootswatch is a collection of themes for Bootstrap.\",\n\t\"version\": \"2.3.2\",\n\t\"a"
},
{
"path": "docs/2/bower_components/bootstrap/.gitignore",
"chars": 344,
"preview": "# Numerous always-ignore extensions\n*.diff\n*.err\n*.orig\n*.log\n*.rej\n*.swo\n*.swp\n*.zip\n*.vi\n*~\n*.sass-cache\n\n# OS or Edit"
},
{
"path": "docs/2/bower_components/bootstrap/CONTRIBUTING.md",
"chars": 3484,
"preview": "# Contributing to Bootstrap\n\nLooking to contribute something to Bootstrap? **Here's how you can help.**\n\n\n\n## Reporting "
},
{
"path": "docs/2/bower_components/bootstrap/docs/assets/js/README.md",
"chars": 3247,
"preview": "## 2.0 BOOTSTRAP JS PHILOSOPHY\nThese are the high-level design rules which guide the development of Bootstrap's plugin a"
}
]
// ... and 1687 more files (download for full content)
About this extraction
This page contains the full source code of the thomaspark/bootswatch GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 1824 files (57.9 MB), approximately 4.1M tokens, and a symbol index with 4 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.