Lines Matching full:bootstrap

4 will require becoming familiar with the Bootstrap and Bootstrap-Vue component
22 ## Bootstrap Sass Options
24 The Bootstrap Sass options are global styling toggles. The naming convention for
42 - [View all the Bootstrap Sass Options](https://getbootstrap.com/docs/4.2/getting-started/theming/#…
44 ## Bootstrap Sass Variables
46 These are global variables that Bootstrap defines in the
47 `/node_modules/bootstrap/scss/variables.scss` helper file. Adding a variable
49 will override the Bootstrap defined value.
80 hamburger menu is displayed. The breakpoint is defined using a Bootstrap
81 function that only accepts a key from the Bootstrap `$grid-breakpoints` map.
91 - [Bootstrap responsive breakpoints](https://getbootstrap.com/docs/4.0/layout/overview/#responsive-…
92 - [Bootstrap Sass Mixins](https://getbootstrap.com/docs/4.0/layout/overview/#responsive-breakpoints)
93 - [Customizing the Bootstrap Grid](https://getbootstrap.com/docs/4.0/layout/overview/#responsive-br…
137 components. Bootstrap variables and maps use the `!default` flag to allow for
140 used by Bootstrap to build the application's CSS stylesheets.
161 dependent on specific colors like blue or green. Several of the Bootstrap
163 UI `theme-color` map has the same keys as the Bootstrap `theme-color` map with
167 Bootstrap-Vue components `variant` prop also utilizes the `theme-color` map.
175 dark. Bootstrap sets a default gray color value for each color variable from
177 `$gray-300` through `gray-900`. Bootstrap does not create a color map for any of
178 the colors except gray. The Bootstrap documentation indicates that adding color
180 The OpenBMC Web UI color theme overrides all shades of the Bootstrap default
183 [Learn more about Bootstrap colors](https://getbootstrap.com/docs/4.0/getting-started/theming/#colo…
185 ### Bootstrap Color Functions
201 [Learn more about using Bootstrap functions](https://getbootstrap.com/docs/4.0/getting-started/them…