├── .travis.yml
├── docs
└── 4.0
│ ├── examples
│ ├── navbar-static
│ │ ├── navbar-top.css
│ │ └── index.html
│ ├── navbars
│ │ ├── navbar.css
│ │ └── index.html
│ ├── screenshots
│ │ ├── blog.png
│ │ ├── grid.png
│ │ ├── album.png
│ │ ├── cover.png
│ │ ├── navbars.png
│ │ ├── pricing.png
│ │ ├── product.png
│ │ ├── sign-in.png
│ │ ├── carousel.png
│ │ ├── checkout.png
│ │ ├── dashboard.png
│ │ ├── jumbotron.png
│ │ ├── offcanvas.png
│ │ ├── navbar-fixed.png
│ │ ├── navbar-bottom.png
│ │ ├── navbar-static.png
│ │ ├── sticky-footer.png
│ │ ├── floating-labels.png
│ │ ├── starter-template.png
│ │ └── sticky-footer-navbar.png
│ ├── navbar-fixed
│ │ ├── navbar-top-fixed.css
│ │ └── index.html
│ ├── jumbotron
│ │ ├── jumbotron.css
│ │ └── index.html
│ ├── starter-template
│ │ ├── starter-template.css
│ │ └── index.html
│ ├── offcanvas
│ │ ├── offcanvas.js
│ │ └── index.html
│ ├── checkout
│ │ ├── form-validation.css
│ │ └── index.html
│ ├── grid
│ │ ├── grid.css
│ │ └── index.html
│ ├── pricing
│ │ ├── pricing.css
│ │ └── index.html
│ ├── tooltip-viewport
│ │ ├── tooltip-viewport.css
│ │ ├── tooltip-viewport.js
│ │ └── index.html
│ ├── sticky-footer
│ │ ├── sticky-footer.css
│ │ └── index.html
│ ├── album
│ │ ├── album.css
│ │ └── index.html
│ ├── sticky-footer-navbar
│ │ ├── sticky-footer-navbar.css
│ │ └── index.html
│ ├── sign-in
│ │ ├── signin.css
│ │ └── index.html
│ ├── index.html
│ ├── blog
│ │ └── index.html
│ ├── dashboard
│ │ ├── index.html
│ │ └── dashboard.css
│ ├── cover
│ │ └── index.html
│ ├── product
│ │ ├── index.html
│ │ └── product.css
│ ├── carousel
│ │ ├── index.html
│ │ └── carousel.css
│ ├── floating-labels
│ │ └── index.html
│ └── navbar-bottom
│ │ └── index.html
│ ├── getting-started
│ ├── options
│ │ └── index.html
│ ├── index.html
│ ├── accessibility
│ │ └── index.html
│ ├── build-tools
│ │ └── index.html
│ ├── contents
│ │ └── index.html
│ ├── introduction
│ │ └── index.html
│ ├── javascript
│ │ └── index.html
│ ├── best-practices
│ │ └── index.html
│ ├── browsers-devices
│ │ └── index.html
│ ├── theming
│ │ └── index.html
│ ├── webpack
│ │ └── index.html
│ └── download
│ │ └── index.html
│ ├── team
│ └── index.html
│ ├── about
│ ├── index.html
│ ├── overview
│ │ └── index.html
│ └── license
│ │ └── index.html
│ ├── history
│ └── index.html
│ ├── index.html
│ ├── content
│ ├── index.html
│ ├── reboot
│ │ └── index.html
│ ├── code
│ │ └── index.html
│ ├── tables
│ │ └── index.html
│ ├── figures
│ │ └── index.html
│ ├── typography
│ │ └── index.html
│ └── images
│ │ └── index.html
│ ├── layout
│ ├── index.html
│ ├── grid
│ │ └── index.html
│ ├── overview
│ │ └── index.html
│ ├── media-object
│ │ └── index.html
│ └── utilities-for-layout
│ │ └── index.html
│ ├── components
│ └── index.html
│ ├── utilities
│ ├── index.html
│ ├── flex
│ │ └── index.html
│ ├── text
│ │ └── index.html
│ ├── float
│ │ └── index.html
│ ├── embed
│ │ └── index.html
│ ├── colors
│ │ └── index.html
│ ├── display
│ │ └── index.html
│ ├── sizing
│ │ └── index.html
│ ├── spacing
│ │ └── index.html
│ ├── clearfix
│ │ └── index.html
│ ├── position
│ │ └── index.html
│ ├── visibility
│ │ └── index.html
│ ├── close-icon
│ │ └── index.html
│ ├── borders
│ │ └── index.html
│ ├── vertical-align
│ │ └── index.html
│ ├── image-replacement
│ │ └── index.html
│ └── screenreaders
│ │ └── index.html
│ ├── material-design
│ ├── navs
│ │ └── index.html
│ ├── forms
│ │ └── index.html
│ ├── buttons
│ │ └── index.html
│ ├── menus
│ │ └── index.html
│ ├── selections
│ │ └── index.html
│ ├── drawers
│ │ └── index.html
│ ├── labels
│ │ └── index.html
│ ├── snackbars
│ │ └── index.html
│ ├── collapse-inline
│ │ └── index.html
│ ├── extensions
│ │ └── index.html
│ └── list-groups
│ │ └── index.html
│ ├── bootstrap-components
│ ├── navs
│ │ └── index.html
│ ├── alerts
│ │ └── index.html
│ ├── card
│ │ └── index.html
│ ├── forms
│ │ └── index.html
│ ├── modal
│ │ └── index.html
│ ├── navbar
│ │ └── index.html
│ ├── badge
│ │ └── index.html
│ ├── buttons
│ │ └── index.html
│ ├── carousel
│ │ └── index.html
│ ├── popovers
│ │ └── index.html
│ ├── progress
│ │ └── index.html
│ ├── scrollspy
│ │ └── index.html
│ ├── tooltips
│ │ └── index.html
│ ├── breadcrumb
│ │ └── index.html
│ ├── collapse
│ │ └── index.html
│ ├── input-group
│ │ └── index.html
│ ├── jumbotron
│ │ └── index.html
│ ├── pagination
│ │ └── index.html
│ ├── dropdowns
│ │ └── index.html
│ ├── list-group
│ │ └── index.html
│ └── button-group
│ │ └── index.html
│ ├── extend
│ ├── icons
│ │ └── index.html
│ └── approach
│ │ └── index.html
│ └── migration
│ └── index.html
├── README.md
├── _includes
├── ads.html
├── header.html
├── callout-danger-async-methods.md
├── callout-info-mediaqueries-breakpoints.md
├── callout-warning-color-assistive-technologies.md
├── footer.html
└── social.html
├── _layouts
├── home.html
├── simple.html
├── default.html
├── examples.html
└── docs.html
├── Gemfile
├── _data
├── translations.yml
├── theme-colors.yml
├── grays.yml
├── colors.yml
├── breakpoints.yml
├── showcase.yml
└── core-team.yml
├── .editorconfig
├── .hound.yml
├── .babelrc
├── _plugins
├── markdown-block.rb
├── callout.rb
└── bugify.rb
├── 404.html
├── HACKING.md
├── .gitignore
├── rollup.config.js
├── ISSUE_TEMPLATE.md
├── LICENSE.md
├── index.html
└── Gemfile.lock
/.travis.yml:
--------------------------------------------------------------------------------
1 | language: node_js
2 | node_js:
3 | - "8"
4 |
5 | script: yarn build
6 |
--------------------------------------------------------------------------------
/docs/4.0/examples/navbar-static/navbar-top.css:
--------------------------------------------------------------------------------
1 | /* Show it's not fixed to the top */
2 | body {
3 | min-height: 75rem;
4 | }
5 |
--------------------------------------------------------------------------------
/docs/4.0/examples/navbars/navbar.css:
--------------------------------------------------------------------------------
1 | body {
2 | padding-bottom: 20px;
3 | }
4 |
5 | .navbar {
6 | margin-bottom: 20px;
7 | }
8 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | ## We moved to other repository!
2 |
3 | Find the new repository at https://github.com/mdbootstrap/bootstrap-material-design
4 |
--------------------------------------------------------------------------------
/docs/4.0/examples/screenshots/blog.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FezVrasta/bootstrap-material-design/HEAD/docs/4.0/examples/screenshots/blog.png
--------------------------------------------------------------------------------
/docs/4.0/examples/screenshots/grid.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FezVrasta/bootstrap-material-design/HEAD/docs/4.0/examples/screenshots/grid.png
--------------------------------------------------------------------------------
/docs/4.0/examples/screenshots/album.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FezVrasta/bootstrap-material-design/HEAD/docs/4.0/examples/screenshots/album.png
--------------------------------------------------------------------------------
/docs/4.0/examples/screenshots/cover.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FezVrasta/bootstrap-material-design/HEAD/docs/4.0/examples/screenshots/cover.png
--------------------------------------------------------------------------------
/docs/4.0/examples/screenshots/navbars.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FezVrasta/bootstrap-material-design/HEAD/docs/4.0/examples/screenshots/navbars.png
--------------------------------------------------------------------------------
/docs/4.0/examples/screenshots/pricing.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FezVrasta/bootstrap-material-design/HEAD/docs/4.0/examples/screenshots/pricing.png
--------------------------------------------------------------------------------
/docs/4.0/examples/screenshots/product.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FezVrasta/bootstrap-material-design/HEAD/docs/4.0/examples/screenshots/product.png
--------------------------------------------------------------------------------
/docs/4.0/examples/screenshots/sign-in.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FezVrasta/bootstrap-material-design/HEAD/docs/4.0/examples/screenshots/sign-in.png
--------------------------------------------------------------------------------
/docs/4.0/examples/navbar-fixed/navbar-top-fixed.css:
--------------------------------------------------------------------------------
1 | /* Show it is fixed to the top */
2 | body {
3 | min-height: 75rem;
4 | padding-top: 4.5rem;
5 | }
6 |
--------------------------------------------------------------------------------
/docs/4.0/examples/screenshots/carousel.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FezVrasta/bootstrap-material-design/HEAD/docs/4.0/examples/screenshots/carousel.png
--------------------------------------------------------------------------------
/docs/4.0/examples/screenshots/checkout.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FezVrasta/bootstrap-material-design/HEAD/docs/4.0/examples/screenshots/checkout.png
--------------------------------------------------------------------------------
/docs/4.0/examples/screenshots/dashboard.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FezVrasta/bootstrap-material-design/HEAD/docs/4.0/examples/screenshots/dashboard.png
--------------------------------------------------------------------------------
/docs/4.0/examples/screenshots/jumbotron.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FezVrasta/bootstrap-material-design/HEAD/docs/4.0/examples/screenshots/jumbotron.png
--------------------------------------------------------------------------------
/docs/4.0/examples/screenshots/offcanvas.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FezVrasta/bootstrap-material-design/HEAD/docs/4.0/examples/screenshots/offcanvas.png
--------------------------------------------------------------------------------
/docs/4.0/examples/screenshots/navbar-fixed.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FezVrasta/bootstrap-material-design/HEAD/docs/4.0/examples/screenshots/navbar-fixed.png
--------------------------------------------------------------------------------
/_includes/ads.html:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/docs/4.0/examples/jumbotron/jumbotron.css:
--------------------------------------------------------------------------------
1 | /* Move down content because we have a fixed navbar that is 3.5rem tall */
2 | body {
3 | padding-top: 3.5rem;
4 | }
5 |
--------------------------------------------------------------------------------
/docs/4.0/examples/screenshots/navbar-bottom.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FezVrasta/bootstrap-material-design/HEAD/docs/4.0/examples/screenshots/navbar-bottom.png
--------------------------------------------------------------------------------
/docs/4.0/examples/screenshots/navbar-static.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FezVrasta/bootstrap-material-design/HEAD/docs/4.0/examples/screenshots/navbar-static.png
--------------------------------------------------------------------------------
/docs/4.0/examples/screenshots/sticky-footer.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FezVrasta/bootstrap-material-design/HEAD/docs/4.0/examples/screenshots/sticky-footer.png
--------------------------------------------------------------------------------
/docs/4.0/examples/screenshots/floating-labels.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FezVrasta/bootstrap-material-design/HEAD/docs/4.0/examples/screenshots/floating-labels.png
--------------------------------------------------------------------------------
/docs/4.0/examples/screenshots/starter-template.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FezVrasta/bootstrap-material-design/HEAD/docs/4.0/examples/screenshots/starter-template.png
--------------------------------------------------------------------------------
/docs/4.0/examples/screenshots/sticky-footer-navbar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FezVrasta/bootstrap-material-design/HEAD/docs/4.0/examples/screenshots/sticky-footer-navbar.png
--------------------------------------------------------------------------------
/docs/4.0/examples/starter-template/starter-template.css:
--------------------------------------------------------------------------------
1 | body {
2 | padding-top: 5rem;
3 | }
4 | .starter-template {
5 | padding: 3rem 1.5rem;
6 | text-align: center;
7 | }
8 |
--------------------------------------------------------------------------------
/docs/4.0/examples/offcanvas/offcanvas.js:
--------------------------------------------------------------------------------
1 | $(function () {
2 | 'use strict'
3 |
4 | $('[data-toggle="offcanvas"]').on('click', function () {
5 | $('.offcanvas-collapse').toggleClass('open')
6 | })
7 | })
8 |
--------------------------------------------------------------------------------
/_layouts/home.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | {% include header.html %}
5 |
6 |
7 | Redirecting to new domain...
8 |
9 |
10 |
--------------------------------------------------------------------------------
/Gemfile:
--------------------------------------------------------------------------------
1 | source 'https://rubygems.org'
2 |
3 | group :development, :test do
4 | gem 'jekyll', '~> 3.5.1'
5 | gem 'jekyll-redirect-from', '~> 0.12.1'
6 | gem 'jekyll-sitemap', '~> 1.1.1'
7 | gem 'jekyll-toc', '~> 0.3.0.pre1'
8 | gem 'scss_lint', '~> 0.54.0'
9 | end
10 |
--------------------------------------------------------------------------------
/_data/translations.yml:
--------------------------------------------------------------------------------
1 | - name: Chinese
2 | code: zh
3 | description: Bootstrap 4 中文文档教程
4 | url: http://wiki.jikexueyuan.com/project/bootstrap4/
5 |
6 | - name: Brazilian Portuguese
7 | code: pt-BR
8 | description: Bootstrap 4 Português do Brasil
9 | url: https://bootstrapbrasil.github.io/v4/
10 |
--------------------------------------------------------------------------------
/.editorconfig:
--------------------------------------------------------------------------------
1 | # editorconfig.org
2 |
3 | root = true
4 |
5 | [*]
6 | charset = utf-8
7 | end_of_line = lf
8 | indent_size = 2
9 | indent_style = space
10 | insert_final_newline = true
11 | trim_trailing_whitespace = true
12 |
13 |
14 | [*.md]
15 | trim_trailing_whitespace = false
16 |
17 | [*.py]
18 | indent_size = 4
19 |
--------------------------------------------------------------------------------
/.hound.yml:
--------------------------------------------------------------------------------
1 | scss:
2 | config_file: scss/.scss-lint.yml
3 | enabled: true
4 | ignore_file: scss/_normalize.scss
5 |
6 | javascript:
7 | enabled: false
8 |
9 | eslint:
10 | enabled: true
11 | config_file: .eslintrc
12 |
13 | jscs:
14 | enabled: true
15 | config_file: js/.jscsrc
16 |
17 | ruby:
18 | enabled: false
19 |
--------------------------------------------------------------------------------
/_layouts/simple.html:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | ---
4 |
5 |
6 |
7 | {{ page.title }}
8 | {{ page.description }}
9 | {% include ads.html %}
10 | {{ content }}
11 |
12 |
13 |
--------------------------------------------------------------------------------
/_data/theme-colors.yml:
--------------------------------------------------------------------------------
1 | - name: primary
2 | hex: "#007aff"
3 | - name: secondary
4 | hex: "#868e96"
5 | - name: success
6 | hex: "#28a745"
7 | - name: danger
8 | hex: "#dc3545"
9 | - name: warning
10 | hex: "#ffc107"
11 | - name: info
12 | hex: "#17a2b8"
13 | - name: light
14 | hex: "#f8f9fa"
15 | - name: dark
16 | hex: "#343a40"
17 |
--------------------------------------------------------------------------------
/_data/grays.yml:
--------------------------------------------------------------------------------
1 | - name: 100
2 | hex: "#f8f9fa"
3 | - name: 200
4 | hex: "#ebedef"
5 | - name: 300
6 | hex: "#ced3d8"
7 | - name: 400
8 | hex: "#abb3bd"
9 | - name: 500
10 | hex: "#7c8a99"
11 | - name: 600
12 | hex: "#55626f"
13 | - name: 700
14 | hex: "#4a5560"
15 | - name: 800
16 | hex: "#384048"
17 | - name: 900
18 | hex: "#131619"
19 |
--------------------------------------------------------------------------------
/docs/4.0/examples/checkout/form-validation.css:
--------------------------------------------------------------------------------
1 | .container {
2 | max-width: 960px;
3 | }
4 |
5 | .border-top { border-top: 1px solid #e5e5e5; }
6 | .border-bottom { border-bottom: 1px solid #e5e5e5; }
7 | .border-top-gray { border-top-color: #adb5bd; }
8 |
9 | .box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }
10 |
11 | .lh-condensed { line-height: 1.25; }
12 |
--------------------------------------------------------------------------------
/_includes/header.html:
--------------------------------------------------------------------------------
1 |
2 |
6 |
10 |
14 |
--------------------------------------------------------------------------------
/_layouts/default.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | {% include header.html %}
5 |
6 |
7 | Redirecting to new domain...
8 |
9 | {% if page.layout == "simple" %} {{ content }} {% else %}
10 | {{ content }}
11 | {% endif %}
12 |
13 |
14 |
--------------------------------------------------------------------------------
/_layouts/examples.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | {% include header.html %}
5 |
6 |
7 | Redirecting to new domain...
8 |
9 | {% if page.layout == "simple" %} {{ content }} {% else %}
10 | {{ content }}
11 | {% endif %}
12 |
13 |
14 |
--------------------------------------------------------------------------------
/_includes/callout-danger-async-methods.md:
--------------------------------------------------------------------------------
1 |
2 | #### Asynchronous methods and transitions
3 |
4 | All API methods are **asynchronous** and start a **transition**. They returns to the caller as soon as the transition is started but **before it ends**. In addition, a method call on a **transitioning component will be ignored**.
5 |
6 | [See our Javascript documentation for more informations.]({{ site.baseurl }}/getting-started/javascript/)
7 |
8 |
--------------------------------------------------------------------------------
/.babelrc:
--------------------------------------------------------------------------------
1 | {
2 | "presets": [
3 | [
4 | "@babel/env", {
5 | "loose": true,
6 | "modules": false,
7 | "exclude": ["transform-typeof-symbol"]
8 | }
9 | ]
10 | ],
11 | "plugins": [
12 | "@babel/plugin-proposal-object-rest-spread",
13 | [
14 | "module-resolver", {
15 | "alias": [{ "src": "./node_modules/bootstrap", "expose": "bootstrap" }]
16 | }
17 | ]
18 | ]
19 | }
20 |
--------------------------------------------------------------------------------
/_includes/callout-info-mediaqueries-breakpoints.md:
--------------------------------------------------------------------------------
1 |
2 | Note that since browsers do not currently support [range context queries](https://www.w3.org/TR/mediaqueries-4/#range-context), we work around the limitations of [`min-` and `max-` prefixes](https://www.w3.org/TR/mediaqueries-4/#mq-min-max) and viewports with fractional widths (which can occur under certain conditions on high-dpi devices, for instance) by using values with higher precision for these comparisons.
3 |
4 |
--------------------------------------------------------------------------------
/_includes/callout-warning-color-assistive-technologies.md:
--------------------------------------------------------------------------------
1 |
2 | #### Conveying meaning to assistive technologies
3 |
4 | Using color to add meaning only provides a visual indication, which will not be conveyed to users of assistive technologies – such as screen readers. Ensure that information denoted by the color is either obvious from the content itself (e.g. the visible text), or is included through alternative means, such as additional text hidden with the `.sr-only` class.
5 |
6 |
--------------------------------------------------------------------------------
/docs/4.0/examples/grid/grid.css:
--------------------------------------------------------------------------------
1 | body {
2 | padding-top: 2rem;
3 | padding-bottom: 2rem;
4 | }
5 |
6 | h3 {
7 | margin-top: 2rem;
8 | }
9 |
10 | .row {
11 | margin-bottom: 1rem;
12 | }
13 | .row .row {
14 | margin-top: 1rem;
15 | margin-bottom: 0;
16 | }
17 | [class*="col-"] {
18 | padding-top: 1rem;
19 | padding-bottom: 1rem;
20 | background-color: rgba(86, 61, 124, .15);
21 | border: 1px solid rgba(86, 61, 124, .2);
22 | }
23 |
24 | hr {
25 | margin-top: 2rem;
26 | margin-bottom: 2rem;
27 | }
28 |
--------------------------------------------------------------------------------
/docs/4.0/examples/pricing/pricing.css:
--------------------------------------------------------------------------------
1 | html {
2 | font-size: 14px;
3 | }
4 | @media (min-width: 768px) {
5 | html {
6 | font-size: 16px;
7 | }
8 | }
9 |
10 | .container {
11 | max-width: 960px;
12 | }
13 |
14 | .pricing-header {
15 | max-width: 700px;
16 | }
17 |
18 | .card-deck .card {
19 | min-width: 220px;
20 | }
21 |
22 | .border-top { border-top: 1px solid #e5e5e5; }
23 | .border-bottom { border-bottom: 1px solid #e5e5e5; }
24 |
25 | .box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }
26 |
--------------------------------------------------------------------------------
/_data/colors.yml:
--------------------------------------------------------------------------------
1 | - name: blue
2 | hex: "#007aff"
3 | - name: indigo
4 | hex: "#2b29bb"
5 | - name: purple
6 | hex: "#882ae0"
7 | - name: pink
8 | hex: "#f14095"
9 | - name: red
10 | hex: "#ea0242"
11 | - name: orange
12 | hex: "#ff8d00"
13 | - name: yellow
14 | hex: "#ffec00"
15 | - name: green
16 | hex: "#34da36"
17 | - name: teal
18 | hex: "#1dde8e"
19 | - name: cyan
20 | hex: "#08eff3"
21 | - name: white
22 | hex: "#fff"
23 | - name: gray
24 | hex: "#464a4c"
25 | - name: gray-dark
26 | hex: "#292b2c"
27 |
--------------------------------------------------------------------------------
/docs/4.0/examples/tooltip-viewport/tooltip-viewport.css:
--------------------------------------------------------------------------------
1 | body {
2 | height: 1200px;
3 | }
4 | .tooltip {
5 | min-width: 250px;
6 | max-width: 500px;
7 | }
8 | .tooltip .tooltip-inner {
9 | min-width: 250px;
10 | max-width: 500px;
11 | min-height: 100px;
12 | text-align: left;
13 | }
14 | .container-viewport {
15 | position: absolute;
16 | top: 100px;
17 | right: 250px;
18 | left: 250px;
19 | height: 300px;
20 | background-color: #eee;
21 | }
22 | .btn-bottom {
23 | position: absolute;
24 | bottom: 0;
25 | left: 0;
26 | }
27 |
--------------------------------------------------------------------------------
/_data/breakpoints.yml:
--------------------------------------------------------------------------------
1 | - breakpoint: xs
2 | abbr: ""
3 | name: Extra small
4 | min-width: 0px
5 | container: ""
6 |
7 | - breakpoint: sm
8 | abbr: -sm
9 | name: Small
10 | min-width: 576px
11 | container: 540px
12 |
13 | - breakpoint: md
14 | abbr: -md
15 | name: Medium
16 | min-width: 768px
17 | container: 720px
18 |
19 | - breakpoint: lg
20 | abbr: -lg
21 | name: Large
22 | min-width: 992px
23 | container: 960px
24 |
25 | - breakpoint: xl
26 | abbr: -xl
27 | name: Extra large
28 | min-width: 1200px
29 | container: 1140px
30 |
--------------------------------------------------------------------------------
/_data/showcase.yml:
--------------------------------------------------------------------------------
1 | - name: Lyft
2 | url: https://www.lyft.com
3 | expo_url: https://expo.getbootstrap.com/2014/10/29/lyft/
4 | img: lyft
5 |
6 | - name: Vogue
7 | url: http://www.vogue.com
8 | expo_url: https://expo.getbootstrap.com/2014/09/30/vogue/
9 | img: vogue
10 |
11 | - name: Riot Design
12 | url: http://riotdesign.eu/en/
13 | expo_url: https://expo.getbootstrap.com/2014/03/13/riot-design/
14 | img: riot
15 |
16 | - name: Newsweek
17 | url: http://www.newsweek.com/
18 | expo_url: https://expo.getbootstrap.com/2014/02/12/newsweek/
19 | img: newsweek
20 |
--------------------------------------------------------------------------------
/_plugins/markdown-block.rb:
--------------------------------------------------------------------------------
1 | module Jekyll
2 | class MarkdownBlock < Liquid::Block
3 | alias_method :render_block, :render
4 |
5 | def initialize(tag_name, markup, tokens)
6 | super
7 | end
8 |
9 | # Uses the default Jekyll markdown parser to
10 | # parse the contents of this block
11 | #
12 | def render(context)
13 | site = context.registers[:site]
14 | converter = site.find_converter_instance(::Jekyll::Converters::Markdown)
15 | converter.convert(render_block(context))
16 | end
17 | end
18 | end
19 |
20 | Liquid::Template.register_tag('markdown', Jekyll::MarkdownBlock)
21 |
--------------------------------------------------------------------------------
/404.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
9 |
13 |
17 |
18 |
19 | Redirecting to new domain...
20 |
21 |
22 |
--------------------------------------------------------------------------------
/docs/4.0/getting-started/options/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Redirecting…
5 |
6 |
7 | Redirecting…
8 | Click here if you are not redirected.
9 |
10 |
11 |
--------------------------------------------------------------------------------
/docs/4.0/examples/tooltip-viewport/tooltip-viewport.js:
--------------------------------------------------------------------------------
1 | $(function () {
2 | 'use strict'
3 |
4 | $('.tooltip-right').tooltip({
5 | placement: 'right',
6 | viewport: {
7 | selector: 'body',
8 | padding: 2
9 | }
10 | })
11 | $('.tooltip-bottom').tooltip({
12 | placement: 'bottom',
13 | viewport: {
14 | selector: 'body',
15 | padding: 2
16 | }
17 | })
18 | $('.tooltip-viewport-right').tooltip({
19 | placement: 'right',
20 | viewport: {
21 | selector: '.container-viewport',
22 | padding: 2
23 | }
24 | })
25 | $('.tooltip-viewport-bottom').tooltip({
26 | placement: 'bottom',
27 | viewport: {
28 | selector: '.container-viewport',
29 | padding: 2
30 | }
31 | })
32 | })
33 |
--------------------------------------------------------------------------------
/docs/4.0/examples/sticky-footer/sticky-footer.css:
--------------------------------------------------------------------------------
1 | /* Sticky footer styles
2 | -------------------------------------------------- */
3 | html {
4 | position: relative;
5 | min-height: 100%;
6 | }
7 | body {
8 | margin-bottom: 60px; /* Margin bottom by footer height */
9 | }
10 | .footer {
11 | position: absolute;
12 | bottom: 0;
13 | width: 100%;
14 | height: 60px; /* Set the fixed height of the footer here */
15 | line-height: 60px; /* Vertically center the text there */
16 | background-color: #f5f5f5;
17 | }
18 |
19 |
20 | /* Custom page CSS
21 | -------------------------------------------------- */
22 | /* Not required for template or sticky footer method. */
23 |
24 | .container {
25 | width: auto;
26 | max-width: 680px;
27 | padding: 0 15px;
28 | }
29 |
--------------------------------------------------------------------------------
/docs/4.0/examples/album/album.css:
--------------------------------------------------------------------------------
1 | :root {
2 | --jumbotron-padding-y: 3rem;
3 | }
4 |
5 | .jumbotron {
6 | padding-top: var(--jumbotron-padding-y);
7 | padding-bottom: var(--jumbotron-padding-y);
8 | margin-bottom: 0;
9 | background-color: #fff;
10 | }
11 | @media (min-width: 768px) {
12 | .jumbotron {
13 | padding-top: calc(var(--jumbotron-padding-y) * 2);
14 | padding-bottom: calc(var(--jumbotron-padding-y) * 2);
15 | }
16 | }
17 |
18 | .jumbotron p:last-child {
19 | margin-bottom: 0;
20 | }
21 |
22 | .jumbotron-heading {
23 | font-weight: 300;
24 | }
25 |
26 | .jumbotron .container {
27 | max-width: 40rem;
28 | }
29 |
30 | footer {
31 | padding-top: 3rem;
32 | padding-bottom: 3rem;
33 | }
34 |
35 | footer p {
36 | margin-bottom: .25rem;
37 | }
38 |
39 | .box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }
40 |
--------------------------------------------------------------------------------
/_includes/footer.html:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/docs/4.0/examples/sticky-footer-navbar/sticky-footer-navbar.css:
--------------------------------------------------------------------------------
1 | /* Sticky footer styles
2 | -------------------------------------------------- */
3 | html {
4 | position: relative;
5 | min-height: 100%;
6 | }
7 | body {
8 | /* Margin bottom by footer height */
9 | margin-bottom: 60px;
10 | }
11 | .footer {
12 | position: absolute;
13 | bottom: 0;
14 | width: 100%;
15 | /* Set the fixed height of the footer here */
16 | height: 60px;
17 | line-height: 60px; /* Vertically center the text there */
18 | background-color: #f5f5f5;
19 | }
20 |
21 |
22 | /* Custom page CSS
23 | -------------------------------------------------- */
24 | /* Not required for template or sticky footer method. */
25 |
26 | body > .container {
27 | padding: 60px 15px 0;
28 | }
29 |
30 | .footer > .container {
31 | padding-right: 15px;
32 | padding-left: 15px;
33 | }
34 |
35 | code {
36 | font-size: 80%;
37 | }
38 |
--------------------------------------------------------------------------------
/HACKING.md:
--------------------------------------------------------------------------------
1 | # Hacking Material Design for Bootstrap
2 |
3 | This project makes use Rollup and node-sass to build its assets.
4 |
5 | To watch all the files and get the compiled ones in the `dist/` folder, just run:
6 |
7 | ```
8 | npm run watch
9 | ```
10 |
11 | You can also watch CSS or JS individually running:
12 |
13 | ```
14 | npm run watch:css
15 | # or
16 | npm run watch:js
17 | ```
18 |
19 | To trigger the relative task and run it.
20 |
21 | If you desire to compile the project for production, genering also the minified versions of it, run:
22 |
23 | ```
24 | npm run build
25 | ```
26 |
27 | Or if you prefer to compile only CSS or JS individually without minification:
28 |
29 | ```
30 | npm run build:css
31 | # or
32 | npm run build:js
33 | ```
34 |
35 | If you desire them to be minified, instead, run:
36 |
37 |
38 | ```
39 | npm run build:css-min
40 | # or
41 | npm run build:js-min
42 | ```
43 |
44 | To compile and minify the files.
45 |
--------------------------------------------------------------------------------
/_layouts/docs.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | {% include header.html %}
5 |
6 |
7 | Redirecting to new domain...
8 |
9 |
10 |
11 |
12 |
13 | {% if page.toc %}
14 |
15 | {{ content | toc_only }}
16 |
17 | {% endif %}
18 |
19 |
23 | {{ page.title }}
24 | {{ page.description }}
25 | {{ content }}
26 |
27 |
28 |
29 |
30 |
31 |
--------------------------------------------------------------------------------
/_plugins/callout.rb:
--------------------------------------------------------------------------------
1 | # Source: https://stackoverflow.com/questions/19169849/how-to-get-markdown-processed-content-in-jekyll-tag-plugin
2 |
3 | module Jekyll
4 | module Tags
5 | class CalloutTag < Liquid::Block
6 |
7 | def initialize(tag_name, type, tokens)
8 | super
9 | type.strip!
10 | if %w(info danger warning).include?(type)
11 | @type = type
12 | else
13 | puts "#{type} callout not supported. Defaulting to info"
14 | @type = "info"
15 | end
16 | end
17 |
18 | def render(context)
19 | site = context.registers[:site]
20 | converter = site.find_converter_instance(::Jekyll::Converters::Markdown)
21 | output = converter.convert(super(context))
22 | "#{output}
"
23 | end
24 | end
25 | end
26 | end
27 |
28 | Liquid::Template.register_tag('callout', Jekyll::Tags::CalloutTag)
29 |
--------------------------------------------------------------------------------
/_data/core-team.yml:
--------------------------------------------------------------------------------
1 | - name: Mark Otto
2 | user: mdo
3 | gravatar: bc4ab438f7a4ce1c406aadc688427f2c
4 |
5 | - name: Jacob Thornton
6 | user: fat
7 | gravatar: a98244cbdacaf1c0b55499466002f7a8
8 |
9 | - name: Chris Rebert
10 | user: cvrebert
11 | gravatar: edec428c425453955f770095a7d26c50
12 |
13 | - name: Julian Thilo
14 | user: juthilo
15 | gravatar: 0f7dd3ce58a416be5685ea6194f82b11
16 |
17 | - name: XhmikosR
18 | user: xhmikosr
19 | gravatar: e37759b1ea0125d4e97b1e00b5eed26f
20 |
21 | - name: Heinrich Fenkart
22 | user: hnrch02
23 | gravatar: 0d53f5d3d3d28bd470f394d98f7ef48f
24 |
25 | - name: Patrick H. Lauke
26 | user: patrickhlauke
27 | gravatar: 357f279672db832fc41a5a2f36559fcb
28 |
29 | - name: Thomas McDonald
30 | user: thomas-mcdonald
31 | gravatar: 24cd55ab1a62ffb113ab8c02f64c9301
32 |
33 | - name: Gleb Mazovetskiy
34 | user: glebm
35 | gravatar: 729f685b8e8d7e9feed18c177c82e59b
36 |
37 | - name: Johann-S
38 | user: johann-s
39 | gravatar: d90d49733a4fe1aa461e45cb4a4fd9e3
40 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 |
2 | # Ignore the root dist as buildcontrol will place it on it's own branch (same for gh-pages)
3 | /dist
4 | /build
5 |
6 | # Ignore docs files
7 | _gh_pages
8 | _site
9 |
10 | # Ignore docs dist files
11 | docs/dist/**/*
12 |
13 | # Ignore ruby files
14 | .ruby-version
15 | .bundle
16 | vendor/cache
17 | vendor/bundle
18 |
19 | # Numerous always-ignore extensions
20 | *.diff
21 | *.err
22 | *.log
23 | *.orig
24 | *.rej
25 | *.swo
26 | *.swp
27 | *.vi
28 | *.zip
29 | *~
30 |
31 | # OS or Editor folders
32 | ._*
33 | .cache
34 | .DS_Store
35 | .idea
36 | .project
37 | .settings
38 | .tmproj
39 | *.esproj
40 | *.sublime-project
41 | *.sublime-workspace
42 | nbproject
43 | Thumbs.db
44 |
45 | # Komodo
46 | .komodotools
47 | *.komodoproject
48 |
49 | # grunt-html-validation
50 | validation-report.json
51 | validation-status.json
52 |
53 | # SCSS-Lint
54 | scss-lint-report.xml
55 |
56 | # grunt-contrib-sass cache
57 | .sass-cache
58 |
59 | # Jekyll metadata
60 | docs/.jekyll-metadata
61 |
62 | # Folders to ignore
63 | bower_components
64 | node_modules
65 |
--------------------------------------------------------------------------------
/docs/4.0/examples/sign-in/signin.css:
--------------------------------------------------------------------------------
1 | html,
2 | body {
3 | height: 100%;
4 | }
5 |
6 | body {
7 | display: -ms-flexbox;
8 | display: -webkit-box;
9 | display: flex;
10 | -ms-flex-align: center;
11 | -ms-flex-pack: center;
12 | -webkit-box-align: center;
13 | align-items: center;
14 | -webkit-box-pack: center;
15 | justify-content: center;
16 | padding-top: 40px;
17 | padding-bottom: 40px;
18 | background-color: #f5f5f5;
19 | }
20 |
21 | .form-signin {
22 | width: 100%;
23 | max-width: 330px;
24 | padding: 15px;
25 | margin: 0 auto;
26 | }
27 | .form-signin .checkbox {
28 | font-weight: 400;
29 | }
30 | .form-signin .form-control {
31 | position: relative;
32 | box-sizing: border-box;
33 | height: auto;
34 | padding: 10px;
35 | font-size: 16px;
36 | }
37 | .form-signin .form-control:focus {
38 | z-index: 2;
39 | }
40 | .form-signin input[type="email"] {
41 | margin-bottom: -1px;
42 | border-bottom-right-radius: 0;
43 | border-bottom-left-radius: 0;
44 | }
45 | .form-signin input[type="password"] {
46 | margin-bottom: 10px;
47 | border-top-left-radius: 0;
48 | border-top-right-radius: 0;
49 | }
50 |
--------------------------------------------------------------------------------
/rollup.config.js:
--------------------------------------------------------------------------------
1 | import fs from 'fs';
2 | import babel from 'rollup-plugin-babel';
3 | import resolve from 'rollup-plugin-node-resolve';
4 | import cjs from 'rollup-plugin-commonjs';
5 |
6 | const babelOptions = JSON.parse(fs.readFileSync('./.babelrc'));
7 |
8 | export default {
9 | output: {
10 | format: 'umd',
11 | globals: {
12 | jquery: 'jQuery',
13 | 'popper.js': 'Popper',
14 | },
15 | },
16 | external: ['jquery', 'popper.js'],
17 | plugins: [
18 | babel(Object.assign(babelOptions, {
19 | exclude: 'node_modules/**', // only transpile our source code
20 | externalHelpersWhitelist: [
21 | // Include only required helpers
22 | 'defineProperties',
23 | 'createClass',
24 | 'inheritsLoose',
25 | 'extends',
26 | 'objectSpread',
27 | 'defineProperty',
28 | ],
29 | }) ),
30 | resolve({
31 | mainFields: ['module', 'main'], // Default: ['module', 'main']
32 | }),
33 | cjs({
34 | include: ['node_modules/bootstrap/**', 'node_modules/jquery/**'],
35 | namedExports: {
36 | 'node_modules/jquery/dist/jquery.js': 'jquery',
37 | },
38 | }),
39 | ],
40 | };
41 |
--------------------------------------------------------------------------------
/ISSUE_TEMPLATE.md:
--------------------------------------------------------------------------------
1 |
15 |
16 | #### Test Case
17 |
18 |
19 | #### Summary
20 |
21 |
22 | #### Expected result
23 |
24 |
25 | #### Additional Information
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docs/4.0/team/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Redirecting…
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 | Loading...
17 |
18 |
Loading documentation
19 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/docs/4.0/about/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Redirecting…
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 | Loading...
17 |
18 |
Loading documentation
19 |
20 |
21 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/docs/4.0/history/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Redirecting…
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 | Loading...
18 |
19 |
Loading documentation
20 |
21 |
22 |
23 |
24 |
25 |
--------------------------------------------------------------------------------
/docs/4.0/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Redirecting…
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 | Loading...
17 |
18 |
Loading documentation
19 |
20 |
21 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/docs/4.0/getting-started/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Redirecting…
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 | Loading...
18 |
19 |
Loading documentation
20 |
21 |
22 |
23 |
24 |
25 |
--------------------------------------------------------------------------------
/docs/4.0/content/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Redirecting…
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 | Loading...
18 |
19 |
Loading documentation
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/docs/4.0/layout/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Redirecting…
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 | Loading...
18 |
19 |
Loading documentation
20 |
21 |
22 |
23 |
24 |
25 |
--------------------------------------------------------------------------------
/docs/4.0/components/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Redirecting…
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 | Loading...
18 |
19 |
Loading documentation
20 |
21 |
22 |
23 |
24 |
25 |
--------------------------------------------------------------------------------
/_plugins/bugify.rb:
--------------------------------------------------------------------------------
1 | module Jekyll
2 | module BugFilter
3 | def bugify(input)
4 | upstream_map = {
5 | "Bootstrap" => "https://github.com/twbs/bootstrap/issues/",
6 | "Edge" => ["https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/", "Edge issue"],
7 | "A11yUserVoice" => ["https://microsoftaccessibility.uservoice.com/forums/307429-microsoft-accessibility-feedback/suggestions/", "Microsoft A11y UserVoice idea"],
8 | "UserVoice" => ["https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer/suggestions/", "Edge UserVoice idea"],
9 | "Mozilla" => ["https://bugzilla.mozilla.org/show_bug.cgi?id=", "Mozilla bug"],
10 | "Chromium" => ["https://bugs.chromium.org/p/chromium/issues/detail?id=", "Chromium issue"],
11 | "WebKit" => ["https://bugs.webkit.org/show_bug.cgi?id=", "WebKit bug"],
12 | "Safari" => ["https://openradar.appspot.com/", "Apple Safari Radar"],
13 | "Normalize" => ["https://github.com/necolas/normalize.css/issues/", "Normalize"]
14 | }
15 |
16 | upstream_map.each do |key, data|
17 | url = data.is_a?(Array) ? data[0] : data
18 | label = data.is_a?(Array) ? "#{data[1]} " : ""
19 | input = input.gsub(/#{key}#(\d+)/, "#{label}#\\1 ")
20 | end
21 |
22 | return input
23 | end
24 | end
25 | end
26 |
27 | Liquid::Template.register_filter(Jekyll::BugFilter)
28 |
--------------------------------------------------------------------------------
/docs/4.0/utilities/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Redirecting…
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 | Loading...
19 |
20 |
Loading documentation
21 |
22 |
23 |
24 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/LICENSE.md:
--------------------------------------------------------------------------------
1 | The MIT License (MIT)
2 |
3 | Copyright (c) 2015-2016, Federico Zivolo and contributors - https://github.com/FezVrasta/bootstrap-material-design
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
23 |
24 | ## Acknowledgements:
25 |
26 | - Some original Bootstrap code and documentation http://getbootstrap.com
27 | `Copyright (c) 2011-2015 Twitter, Inc`
28 |
29 | - Some original MDL code http://www.getmdl.io/
30 | `Copyright 2015 Google Inc. All Rights Reserved.`
31 |
--------------------------------------------------------------------------------
/docs/4.0/examples/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Examples · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 | Loading...
31 |
32 |
Loading documentation
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/docs/4.0/content/reboot/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Reboot · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 | Loading...
32 |
33 |
Loading documentation
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/docs/4.0/about/overview/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
11 |
15 |
16 |
17 | About · Bootstrap Material Design
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 | Loading...
31 |
32 |
Loading documentation
33 |
34 |
35 |
36 |
--------------------------------------------------------------------------------
/docs/4.0/content/code/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Code · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 | Loading...
32 |
33 |
Loading documentation
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/docs/4.0/content/tables/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Tables · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 | Loading...
32 |
33 |
Loading documentation
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/docs/4.0/getting-started/accessibility/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Accessibility · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 | Loading...
33 |
34 |
Loading documentation
35 |
36 |
37 |
38 |
--------------------------------------------------------------------------------
/docs/4.0/getting-started/build-tools/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Build tools · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 | Loading...
32 |
33 |
Loading documentation
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/docs/4.0/getting-started/contents/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Contents · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 | Loading...
32 |
33 |
Loading documentation
34 |
35 |
36 |
37 |
38 |
--------------------------------------------------------------------------------
/docs/4.0/about/license/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
11 |
15 |
16 |
17 | License FAQs · Bootstrap Material Design
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 | Loading...
32 |
33 |
Loading documentation
34 |
35 |
36 |
37 |
38 |
--------------------------------------------------------------------------------
/docs/4.0/layout/grid/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Grid system · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 | Loading...
31 |
32 |
Loading documentation
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/docs/4.0/layout/overview/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Overview · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 | Loading...
31 |
32 |
Loading documentation
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/docs/4.0/getting-started/introduction/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 |
17 | Introduction · Bootstrap Material Design
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 | Loading...
33 |
34 |
Loading documentation
35 |
36 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/docs/4.0/getting-started/javascript/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | JavaScript · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 | Loading...
32 |
33 |
Loading documentation
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/docs/4.0/material-design/navs/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Navs · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 | Loading...
31 |
32 |
Loading documentation
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/docs/4.0/bootstrap-components/navs/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Navs · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 | Loading...
31 |
32 |
Loading documentation
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/docs/4.0/content/figures/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Figures · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 | Loading...
32 |
33 |
Loading documentation
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/docs/4.0/material-design/forms/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Forms · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 | Loading...
31 |
32 |
Loading documentation
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/docs/4.0/utilities/flex/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 |
17 | Flex · Bootstrap Material Design
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 | Loading...
30 |
31 |
Loading documentation
32 |
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/docs/4.0/bootstrap-components/alerts/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Alerts · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 | Loading...
31 |
32 |
Loading documentation
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/docs/4.0/bootstrap-components/card/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Cards · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 | Loading...
32 |
33 |
Loading documentation
34 |
35 |
36 |
37 |
38 |
--------------------------------------------------------------------------------
/docs/4.0/bootstrap-components/forms/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Forms · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 | Loading...
32 |
33 |
Loading documentation
34 |
35 |
36 |
37 |
38 |
--------------------------------------------------------------------------------
/docs/4.0/bootstrap-components/modal/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Modal · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 | Loading...
32 |
33 |
Loading documentation
34 |
35 |
36 |
37 |
38 |
--------------------------------------------------------------------------------
/docs/4.0/bootstrap-components/navbar/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Navbar · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 | Loading...
31 |
32 |
Loading documentation
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/docs/4.0/getting-started/best-practices/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Best practices · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 | Loading...
32 |
33 |
Loading documentation
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/docs/4.0/material-design/buttons/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Buttons · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 | Loading...
31 |
32 |
Loading documentation
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/docs/4.0/material-design/menus/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Menus · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 | Loading...
31 |
32 |
Loading documentation
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/docs/4.0/material-design/selections/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Selections · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 | Loading...
32 |
33 |
Loading documentation
34 |
35 |
36 |
37 |
38 |
--------------------------------------------------------------------------------
/docs/4.0/bootstrap-components/badge/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Badges · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 | Loading...
32 |
33 |
Loading documentation
34 |
35 |
36 |
37 |
38 |
--------------------------------------------------------------------------------
/docs/4.0/bootstrap-components/buttons/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Buttons · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 | Loading...
31 |
32 |
Loading documentation
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/docs/4.0/getting-started/browsers-devices/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Browsers and devices · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 | Loading...
32 |
33 |
Loading documentation
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/docs/4.0/material-design/drawers/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Drawers · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 | Loading...
32 |
33 |
Loading documentation
34 |
35 |
36 |
37 |
38 |
--------------------------------------------------------------------------------
/docs/4.0/material-design/labels/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Labels · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 | Loading...
32 |
33 |
Loading documentation
34 |
35 |
36 |
37 |
38 |
--------------------------------------------------------------------------------
/docs/4.0/material-design/snackbars/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Snackbars · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 | Loading...
32 |
33 |
Loading documentation
34 |
35 |
36 |
37 |
38 |
--------------------------------------------------------------------------------
/docs/4.0/bootstrap-components/carousel/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Carousel · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 | Loading...
31 |
32 |
Loading documentation
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/docs/4.0/bootstrap-components/popovers/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Popovers · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 | Loading...
31 |
32 |
Loading documentation
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/docs/4.0/bootstrap-components/progress/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Progress · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 | Loading...
31 |
32 |
Loading documentation
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/docs/4.0/bootstrap-components/scrollspy/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Scrollspy · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 | Loading...
31 |
32 |
Loading documentation
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/docs/4.0/bootstrap-components/tooltips/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Tooltips · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 | Loading...
31 |
32 |
Loading documentation
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/docs/4.0/content/typography/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Typography · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 | Loading...
33 |
34 |
Loading documentation
35 |
36 |
37 |
38 |
--------------------------------------------------------------------------------
/docs/4.0/getting-started/theming/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Theming Bootstrap · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 | Loading...
33 |
34 |
Loading documentation
35 |
36 |
37 |
38 |
--------------------------------------------------------------------------------
/docs/4.0/layout/media-object/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Media object · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 | Loading...
31 |
32 |
Loading documentation
33 |
34 |
35 |
36 |
37 |
38 |
--------------------------------------------------------------------------------
/docs/4.0/bootstrap-components/breadcrumb/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Breadcrumb · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 | Loading...
31 |
32 |
Loading documentation
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/docs/4.0/bootstrap-components/collapse/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Collapse · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 | Loading...
32 |
33 |
Loading documentation
34 |
35 |
36 |
37 |
38 |
--------------------------------------------------------------------------------
/docs/4.0/bootstrap-components/input-group/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Input group · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 | Loading...
32 |
33 |
Loading documentation
34 |
35 |
36 |
37 |
38 |
--------------------------------------------------------------------------------
/docs/4.0/bootstrap-components/jumbotron/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Jumbotron · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 | Loading...
32 |
33 |
Loading documentation
34 |
35 |
36 |
37 |
38 |
--------------------------------------------------------------------------------
/docs/4.0/bootstrap-components/pagination/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Pagination · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 | Loading...
31 |
32 |
Loading documentation
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/docs/4.0/content/images/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
11 |
15 |
16 |
17 | Images · Bootstrap Material Design
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 | Loading...
34 |
35 |
Loading documentation
36 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/docs/4.0/getting-started/webpack/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Webpack · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 | Loading...
32 |
33 |
Loading documentation
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/docs/4.0/material-design/collapse-inline/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Collapse inline · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 | Loading...
31 |
32 |
Loading documentation
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/docs/4.0/material-design/extensions/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Extensions · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 | Loading...
32 |
33 |
Loading documentation
34 |
35 |
36 |
37 |
38 |
--------------------------------------------------------------------------------
/docs/4.0/material-design/list-groups/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | List groups · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 | Loading...
31 |
32 |
Loading documentation
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/docs/4.0/utilities/text/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 |
17 | Text · Bootstrap Material Design
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 | Loading...
31 |
32 |
Loading documentation
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/docs/4.0/bootstrap-components/dropdowns/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Dropdowns · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 | Loading...
32 |
33 |
Loading documentation
34 |
35 |
36 |
37 |
38 |
--------------------------------------------------------------------------------
/docs/4.0/bootstrap-components/list-group/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | List group · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 | Loading...
32 |
33 |
Loading documentation
34 |
35 |
36 |
37 |
38 |
--------------------------------------------------------------------------------
/docs/4.0/getting-started/download/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Download · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 | Loading...
32 |
33 |
Loading documentation
34 |
35 |
36 |
37 |
38 |
--------------------------------------------------------------------------------
/docs/4.0/utilities/float/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
11 |
15 |
16 |
17 |
18 | Float · Bootstrap Material Design
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 | Loading...
33 |
34 |
Loading documentation
35 |
36 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/docs/4.0/bootstrap-components/button-group/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Button group · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 | Loading...
32 |
33 |
Loading documentation
34 |
35 |
36 |
37 |
38 |
--------------------------------------------------------------------------------
/docs/4.0/utilities/embed/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 |
17 | Embeds · Bootstrap Material Design
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 | Loading...
32 |
33 |
Loading documentation
34 |
35 |
36 |
37 |
38 |
--------------------------------------------------------------------------------
/docs/4.0/utilities/colors/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Colors · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 | Loading...
31 |
32 |
Loading documentation
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/docs/4.0/utilities/display/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 |
17 | Display property · Bootstrap Material Design
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 | Loading...
32 |
33 |
Loading documentation
34 |
35 |
36 |
37 |
38 |
--------------------------------------------------------------------------------
/docs/4.0/utilities/sizing/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
11 |
15 |
16 |
17 |
18 | Sizing · Bootstrap Material Design
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 | Loading...
33 |
34 |
Loading documentation
35 |
36 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/docs/4.0/extend/icons/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Icons · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 | Loading...
32 |
33 |
Loading documentation
34 |
35 |
36 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/docs/4.0/utilities/spacing/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
11 |
15 |
16 |
17 |
18 | Spacing · Bootstrap Material Design
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 | Loading...
33 |
34 |
Loading documentation
35 |
36 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
11 |
15 |
16 |
17 | Bootstrap Material Design · The most popular HTML, CSS, and JS Material Design library in the world.
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 | Loading...
31 |
32 |
Loading documentation
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/docs/4.0/layout/utilities-for-layout/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Utilities for layout · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 | Loading...
33 |
34 |
Loading documentation
35 |
36 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/docs/4.0/migration/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Migrating to v4 · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 | Loading...
31 |
32 |
Loading documentation
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/docs/4.0/utilities/clearfix/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 |
17 | Clearfix · Bootstrap Material Design
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 | Loading...
31 |
32 |
Loading documentation
33 |
34 |
35 |
36 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/docs/4.0/utilities/position/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
11 |
15 |
16 |
17 |
18 | Position · Bootstrap Material Design
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 | Loading...
33 |
34 |
Loading documentation
35 |
36 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/docs/4.0/utilities/visibility/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 |
17 | Visibility · Bootstrap Material Design
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 | Loading...
32 |
33 |
Loading documentation
34 |
35 |
36 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/docs/4.0/utilities/close-icon/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
11 |
15 |
16 |
17 |
18 | Close icon · Bootstrap Material Design
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 | Loading...
33 |
34 |
Loading documentation
35 |
36 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/docs/4.0/extend/approach/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 | Approach · Bootstrap Material Design
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 | Loading...
31 |
32 |
Loading documentation
33 |
34 |
35 |
36 |
37 |
38 |
--------------------------------------------------------------------------------
/docs/4.0/utilities/borders/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 |
17 |
18 | Borders · Bootstrap Material Design
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 | Loading...
34 |
35 |
Loading documentation
36 |
37 |
38 |
39 |
40 |
41 |
42 |
--------------------------------------------------------------------------------
/docs/4.0/utilities/vertical-align/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 |
17 | Vertical alignment · Bootstrap Material Design
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 | Loading...
31 |
32 |
Loading documentation
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/docs/4.0/utilities/image-replacement/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
11 |
15 |
16 |
17 |
18 | Image replacement · Bootstrap Material Design
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 | Loading...
33 |
34 |
Loading documentation
35 |
36 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/docs/4.0/utilities/screenreaders/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
11 |
15 |
16 |
17 |
18 | Screenreaders · Bootstrap Material Design
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 | Loading...
33 |
34 |
Loading documentation
35 |
36 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/docs/4.0/examples/blog/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 |
17 |
18 | Blog Template for Bootstrap
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 | Loading...
31 |
32 |
Loading documentation
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/docs/4.0/examples/dashboard/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 |
17 |
18 | Dashboard Template for Bootstrap
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 | Loading...
31 |
32 |
Loading documentation
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/docs/4.0/examples/cover/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 |
17 |
18 | Cover Template for Bootstrap
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 | Loading...
31 |
32 |
Loading documentation
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/docs/4.0/examples/sign-in/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 |
17 |
18 | Signin Template for Bootstrap
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 | Loading...
32 |
33 |
Loading documentation
34 |
35 |
36 |
37 |
38 |
--------------------------------------------------------------------------------
/docs/4.0/examples/product/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 |
17 |
18 | Product example for Bootstrap
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 | Loading...
31 |
32 |
Loading documentation
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/docs/4.0/examples/carousel/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 |
17 |
18 | Carousel Template for Bootstrap
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 | Loading...
31 |
32 |
Loading documentation
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/docs/4.0/examples/sticky-footer/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 |
17 |
18 | Sticky Footer Template for Bootstrap
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 | Loading...
32 |
33 |
Loading documentation
34 |
35 |
36 |
37 |
38 |
--------------------------------------------------------------------------------
/docs/4.0/examples/album/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 |
17 |
18 | Album example for Bootstrap
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 | Loading...
31 |
32 |
Loading documentation
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/docs/4.0/examples/pricing/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 |
17 |
18 | Pricing example for Bootstrap
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 | Loading...
31 |
32 |
Loading documentation
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/docs/4.0/examples/sticky-footer-navbar/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 |
17 |
18 | Sticky Footer Navbar Template for Bootstrap
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 | Loading...
32 |
33 |
Loading documentation
34 |
35 |
36 |
37 |
38 |
--------------------------------------------------------------------------------
/docs/4.0/examples/starter-template/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 | Starter Template for Bootstrap
14 |
15 |
18 |
21 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 | Loading...
32 |
33 |
Loading documentation
34 |
35 |
36 |
37 |
38 |
--------------------------------------------------------------------------------
/docs/4.0/examples/grid/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 |
17 |
18 | Grid Template for Bootstrap
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 | Loading...
31 |
32 |
Loading documentation
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/docs/4.0/examples/product/product.css:
--------------------------------------------------------------------------------
1 | .container {
2 | max-width: 960px;
3 | }
4 |
5 | /*
6 | * Custom translucent site header
7 | */
8 |
9 | .site-header {
10 | background-color: rgba(0, 0, 0, .85);
11 | -webkit-backdrop-filter: saturate(180%) blur(20px);
12 | backdrop-filter: saturate(180%) blur(20px);
13 | }
14 | .site-header a {
15 | color: #999;
16 | transition: ease-in-out color .15s;
17 | }
18 | .site-header a:hover {
19 | color: #fff;
20 | text-decoration: none;
21 | }
22 |
23 | /*
24 | * Dummy devices (replace them with your own or something else entirely!)
25 | */
26 |
27 | .product-device {
28 | position: absolute;
29 | right: 10%;
30 | bottom: -30%;
31 | width: 300px;
32 | height: 540px;
33 | background-color: #333;
34 | border-radius: 21px;
35 | -webkit-transform: rotate(30deg);
36 | transform: rotate(30deg);
37 | }
38 |
39 | .product-device::before {
40 | position: absolute;
41 | top: 10%;
42 | right: 10px;
43 | bottom: 10%;
44 | left: 10px;
45 | content: "";
46 | background-color: rgba(255, 255, 255, .1);
47 | border-radius: 5px;
48 | }
49 |
50 | .product-device-2 {
51 | top: -25%;
52 | right: auto;
53 | bottom: 0;
54 | left: 5%;
55 | background-color: #e5e5e5;
56 | }
57 |
58 |
59 | /*
60 | * Extra utilities
61 | */
62 |
63 | .border-top { border-top: 1px solid #e5e5e5; }
64 | .border-bottom { border-bottom: 1px solid #e5e5e5; }
65 |
66 | .box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }
67 |
68 | .flex-equal > * {
69 | -ms-flex: 1;
70 | -webkit-box-flex: 1;
71 | flex: 1;
72 | }
73 | @media (min-width: 768px) {
74 | .flex-md-equal > * {
75 | -ms-flex: 1;
76 | -webkit-box-flex: 1;
77 | flex: 1;
78 | }
79 | }
80 |
81 | .overflow-hidden { overflow: hidden; }
82 |
--------------------------------------------------------------------------------
/docs/4.0/examples/floating-labels/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 |
17 |
18 | Floating labels example for Bootstrap
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 | Loading...
31 |
32 |
Loading documentation
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/docs/4.0/examples/checkout/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
14 |
15 |
16 |
17 |
18 | Checkout example for Bootstrap
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 | Loading...
31 |
32 |
Loading documentation
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/docs/4.0/examples/navbars/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 | Navbar Template for Bootstrap
14 |
15 |
18 |
21 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 | Loading...
32 |
33 |
Loading documentation
34 |
35 |
36 |
37 |
38 |
--------------------------------------------------------------------------------
/_includes/social.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | {% if page.title %}
6 |
7 |
8 |
9 |
10 | {% else %}
11 |
12 |
13 |
14 |
15 | {% endif %}
16 |
17 |
18 | {% if page.title %}
19 |
20 |
21 |
22 |
23 | {% else %}
24 |
25 |
26 |
27 | {% endif %}
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/docs/4.0/examples/jumbotron/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 | Jumbotron Template for Bootstrap
14 |
15 |
16 |
19 |
22 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 | Loading...
33 |
34 |
Loading documentation
35 |
36 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/docs/4.0/examples/offcanvas/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 | Offcanvas template for Bootstrap
14 |
15 |
16 |
19 |
22 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 | Loading...
33 |
34 |
Loading documentation
35 |
36 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/docs/4.0/examples/navbar-bottom/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 | Bottom navbar example for Bootstrap
14 |
15 |
16 |
19 |
22 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 | Loading...
33 |
34 |
Loading documentation
35 |
36 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/docs/4.0/examples/navbar-static/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 | Top navbar example for Bootstrap
14 |
15 |
16 |
19 |
22 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 | Loading...
33 |
34 |
Loading documentation
35 |
36 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/docs/4.0/examples/navbar-fixed/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 | Fixed top navbar example for Bootstrap
14 |
15 |
16 |
19 |
22 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 | Loading...
33 |
34 |
Loading documentation
35 |
36 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/docs/4.0/examples/tooltip-viewport/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 | Tooltip Viewport Example for Bootstrap
14 |
15 |
16 |
19 |
22 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 | Loading...
33 |
34 |
Loading documentation
35 |
36 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/Gemfile.lock:
--------------------------------------------------------------------------------
1 | GEM
2 | remote: https://rubygems.org/
3 | specs:
4 | addressable (2.5.1)
5 | public_suffix (~> 2.0, >= 2.0.2)
6 | colorator (1.1.0)
7 | ffi (1.9.18)
8 | ffi (1.9.18-x64-mingw32)
9 | forwardable-extended (2.6.0)
10 | jekyll (3.5.1)
11 | addressable (~> 2.4)
12 | colorator (~> 1.0)
13 | jekyll-sass-converter (~> 1.0)
14 | jekyll-watch (~> 1.1)
15 | kramdown (~> 1.3)
16 | liquid (~> 4.0)
17 | mercenary (~> 0.3.3)
18 | pathutil (~> 0.9)
19 | rouge (~> 1.7)
20 | safe_yaml (~> 1.0)
21 | jekyll-redirect-from (0.12.1)
22 | jekyll (~> 3.3)
23 | jekyll-sass-converter (1.5.0)
24 | sass (~> 3.4)
25 | jekyll-sitemap (1.1.1)
26 | jekyll (~> 3.3)
27 | jekyll-toc (0.3.0)
28 | nokogiri (~> 1.6)
29 | jekyll-watch (1.5.0)
30 | listen (~> 3.0, < 3.1)
31 | kramdown (1.14.0)
32 | liquid (4.0.0)
33 | listen (3.0.8)
34 | rb-fsevent (~> 0.9, >= 0.9.4)
35 | rb-inotify (~> 0.9, >= 0.9.7)
36 | mercenary (0.3.6)
37 | mini_portile2 (2.2.0)
38 | nokogiri (1.8.0)
39 | mini_portile2 (~> 2.2.0)
40 | nokogiri (1.8.0-x64-mingw32)
41 | mini_portile2 (~> 2.2.0)
42 | pathutil (0.14.0)
43 | forwardable-extended (~> 2.6)
44 | public_suffix (2.0.5)
45 | rake (12.0.0)
46 | rb-fsevent (0.10.2)
47 | rb-inotify (0.9.10)
48 | ffi (>= 0.5.0, < 2)
49 | rouge (1.11.1)
50 | safe_yaml (1.0.4)
51 | sass (3.4.25)
52 | scss_lint (0.54.0)
53 | rake (>= 0.9, < 13)
54 | sass (~> 3.4.20)
55 |
56 | PLATFORMS
57 | ruby
58 | x64-mingw32
59 |
60 | DEPENDENCIES
61 | jekyll (~> 3.5.1)
62 | jekyll-redirect-from (~> 0.12.1)
63 | jekyll-sitemap (~> 1.1.1)
64 | jekyll-toc (~> 0.3.0.pre1)
65 | scss_lint (~> 0.54.0)
66 |
67 | BUNDLED WITH
68 | 1.15.3
69 |
--------------------------------------------------------------------------------
/docs/4.0/examples/dashboard/dashboard.css:
--------------------------------------------------------------------------------
1 | body {
2 | font-size: .875rem;
3 | }
4 |
5 | .feather {
6 | width: 16px;
7 | height: 16px;
8 | vertical-align: text-bottom;
9 | }
10 |
11 | /*
12 | * Sidebar
13 | */
14 |
15 | .sidebar {
16 | position: fixed;
17 | top: 0;
18 | bottom: 0;
19 | left: 0;
20 | z-index: 100; /* Behind the navbar */
21 | padding: 0;
22 | box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
23 | }
24 |
25 | .sidebar-sticky {
26 | position: -webkit-sticky;
27 | position: sticky;
28 | top: 48px; /* Height of navbar */
29 | height: calc(100vh - 48px);
30 | padding-top: .5rem;
31 | overflow-x: hidden;
32 | overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
33 | }
34 |
35 | .sidebar .nav-link {
36 | font-weight: 500;
37 | color: #333;
38 | }
39 |
40 | .sidebar .nav-link .feather {
41 | margin-right: 4px;
42 | color: #999;
43 | }
44 |
45 | .sidebar .nav-link.active {
46 | color: #007bff;
47 | }
48 |
49 | .sidebar .nav-link:hover .feather,
50 | .sidebar .nav-link.active .feather {
51 | color: inherit;
52 | }
53 |
54 | .sidebar-heading {
55 | font-size: .75rem;
56 | text-transform: uppercase;
57 | }
58 |
59 | /*
60 | * Navbar
61 | */
62 |
63 | .navbar-brand {
64 | padding-top: .75rem;
65 | padding-bottom: .75rem;
66 | font-size: 1rem;
67 | background-color: rgba(0, 0, 0, .25);
68 | box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
69 | }
70 |
71 | .navbar .form-control {
72 | padding: .75rem 1rem;
73 | border-width: 0;
74 | border-radius: 0;
75 | }
76 |
77 | .form-control-dark {
78 | color: #fff;
79 | background-color: rgba(255, 255, 255, .1);
80 | border-color: rgba(255, 255, 255, .1);
81 | }
82 |
83 | .form-control-dark:focus {
84 | border-color: transparent;
85 | box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
86 | }
87 |
88 | /*
89 | * Utilities
90 | */
91 |
92 | .border-top { border-top: 1px solid #e5e5e5; }
93 | .border-bottom { border-bottom: 1px solid #e5e5e5; }
94 |
--------------------------------------------------------------------------------
/docs/4.0/examples/carousel/carousel.css:
--------------------------------------------------------------------------------
1 | /* GLOBAL STYLES
2 | -------------------------------------------------- */
3 | /* Padding below the footer and lighter body text */
4 |
5 | body {
6 | padding-top: 3rem;
7 | padding-bottom: 3rem;
8 | color: #5a5a5a;
9 | }
10 |
11 |
12 | /* CUSTOMIZE THE CAROUSEL
13 | -------------------------------------------------- */
14 |
15 | /* Carousel base class */
16 | .carousel {
17 | margin-bottom: 4rem;
18 | }
19 | /* Since positioning the image, we need to help out the caption */
20 | .carousel-caption {
21 | bottom: 3rem;
22 | z-index: 10;
23 | }
24 |
25 | /* Declare heights because of positioning of img element */
26 | .carousel-item {
27 | height: 32rem;
28 | background-color: #777;
29 | }
30 | .carousel-item > img {
31 | position: absolute;
32 | top: 0;
33 | left: 0;
34 | min-width: 100%;
35 | height: 32rem;
36 | }
37 |
38 |
39 | /* MARKETING CONTENT
40 | -------------------------------------------------- */
41 |
42 | /* Center align the text within the three columns below the carousel */
43 | .marketing .col-lg-4 {
44 | margin-bottom: 1.5rem;
45 | text-align: center;
46 | }
47 | .marketing h2 {
48 | font-weight: 400;
49 | }
50 | .marketing .col-lg-4 p {
51 | margin-right: .75rem;
52 | margin-left: .75rem;
53 | }
54 |
55 |
56 | /* Featurettes
57 | ------------------------- */
58 |
59 | .featurette-divider {
60 | margin: 5rem 0; /* Space out the Bootstrap more */
61 | }
62 |
63 | /* Thin out the marketing headings */
64 | .featurette-heading {
65 | font-weight: 300;
66 | line-height: 1;
67 | letter-spacing: -.05rem;
68 | }
69 |
70 |
71 | /* RESPONSIVE CSS
72 | -------------------------------------------------- */
73 |
74 | @media (min-width: 40em) {
75 | /* Bump up size of carousel content */
76 | .carousel-caption p {
77 | margin-bottom: 1.25rem;
78 | font-size: 1.25rem;
79 | line-height: 1.4;
80 | }
81 |
82 | .featurette-heading {
83 | font-size: 50px;
84 | }
85 | }
86 |
87 | @media (min-width: 62em) {
88 | .featurette-heading {
89 | margin-top: 7rem;
90 | }
91 | }
92 |
--------------------------------------------------------------------------------