From 3a0d66f07b112b6d2bdc2b57bbf717a89a351ce6 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Wed, 3 Feb 2021 19:17:00 -0500 Subject: New upstream version 8.1.2. --- npm_assets/node_modules/bootstrap/scss/_alert.scss | 52 + npm_assets/node_modules/bootstrap/scss/_badge.scss | 54 + .../node_modules/bootstrap/scss/_breadcrumb.scss | 44 + .../node_modules/bootstrap/scss/_button-group.scss | 163 +++ .../node_modules/bootstrap/scss/_buttons.scss | 142 +++ npm_assets/node_modules/bootstrap/scss/_card.scss | 286 +++++ .../node_modules/bootstrap/scss/_carousel.scss | 197 ++++ npm_assets/node_modules/bootstrap/scss/_close.scss | 40 + npm_assets/node_modules/bootstrap/scss/_code.scss | 48 + .../node_modules/bootstrap/scss/_custom-forms.scss | 524 +++++++++ .../node_modules/bootstrap/scss/_dropdown.scss | 192 ++++ npm_assets/node_modules/bootstrap/scss/_forms.scss | 347 ++++++ .../node_modules/bootstrap/scss/_functions.scss | 144 +++ npm_assets/node_modules/bootstrap/scss/_grid.scss | 73 ++ .../node_modules/bootstrap/scss/_images.scss | 42 + .../node_modules/bootstrap/scss/_input-group.scss | 192 ++++ .../node_modules/bootstrap/scss/_jumbotron.scss | 17 + .../node_modules/bootstrap/scss/_list-group.scss | 154 +++ npm_assets/node_modules/bootstrap/scss/_media.scss | 8 + .../node_modules/bootstrap/scss/_mixins.scss | 47 + npm_assets/node_modules/bootstrap/scss/_modal.scss | 240 ++++ npm_assets/node_modules/bootstrap/scss/_nav.scss | 123 +++ .../node_modules/bootstrap/scss/_navbar.scss | 324 ++++++ .../node_modules/bootstrap/scss/_pagination.scss | 74 ++ .../node_modules/bootstrap/scss/_popover.scss | 170 +++ npm_assets/node_modules/bootstrap/scss/_print.scss | 141 +++ .../node_modules/bootstrap/scss/_progress.scss | 47 + .../node_modules/bootstrap/scss/_reboot.scss | 484 +++++++++ npm_assets/node_modules/bootstrap/scss/_root.scss | 20 + .../node_modules/bootstrap/scss/_spinners.scss | 56 + .../node_modules/bootstrap/scss/_tables.scss | 185 ++++ .../node_modules/bootstrap/scss/_toasts.scss | 46 + .../node_modules/bootstrap/scss/_tooltip.scss | 115 ++ .../node_modules/bootstrap/scss/_transitions.scss | 20 + npm_assets/node_modules/bootstrap/scss/_type.scss | 125 +++ .../node_modules/bootstrap/scss/_utilities.scss | 18 + .../node_modules/bootstrap/scss/_variables.scss | 1142 ++++++++++++++++++++ .../bootstrap/scss/bootstrap-grid.scss | 29 + .../bootstrap/scss/bootstrap-reboot.scss | 12 + .../node_modules/bootstrap/scss/bootstrap.scss | 44 + .../node_modules/bootstrap/scss/mixins/_alert.scss | 13 + .../bootstrap/scss/mixins/_background-variant.scss | 23 + .../node_modules/bootstrap/scss/mixins/_badge.scss | 17 + .../bootstrap/scss/mixins/_border-radius.scss | 76 ++ .../bootstrap/scss/mixins/_box-shadow.scss | 20 + .../bootstrap/scss/mixins/_breakpoints.scss | 123 +++ .../bootstrap/scss/mixins/_buttons.scss | 110 ++ .../node_modules/bootstrap/scss/mixins/_caret.scss | 62 ++ .../bootstrap/scss/mixins/_clearfix.scss | 7 + .../bootstrap/scss/mixins/_deprecate.scss | 10 + .../node_modules/bootstrap/scss/mixins/_float.scss | 14 + .../node_modules/bootstrap/scss/mixins/_forms.scss | 178 +++ .../bootstrap/scss/mixins/_gradients.scss | 45 + .../bootstrap/scss/mixins/_grid-framework.scss | 80 ++ .../node_modules/bootstrap/scss/mixins/_grid.scss | 69 ++ .../node_modules/bootstrap/scss/mixins/_hover.scss | 37 + .../node_modules/bootstrap/scss/mixins/_image.scss | 36 + .../bootstrap/scss/mixins/_list-group.scss | 21 + .../node_modules/bootstrap/scss/mixins/_lists.scss | 7 + .../bootstrap/scss/mixins/_nav-divider.scss | 11 + .../bootstrap/scss/mixins/_pagination.scss | 22 + .../bootstrap/scss/mixins/_reset-text.scss | 17 + .../bootstrap/scss/mixins/_resize.scss | 6 + .../bootstrap/scss/mixins/_screen-reader.scss | 34 + .../node_modules/bootstrap/scss/mixins/_size.scss | 7 + .../bootstrap/scss/mixins/_table-row.scss | 39 + .../bootstrap/scss/mixins/_text-emphasis.scss | 17 + .../bootstrap/scss/mixins/_text-hide.scss | 11 + .../bootstrap/scss/mixins/_text-truncate.scss | 8 + .../bootstrap/scss/mixins/_transition.scss | 26 + .../bootstrap/scss/mixins/_visibility.scss | 8 + .../bootstrap/scss/utilities/_align.scss | 8 + .../bootstrap/scss/utilities/_background.scss | 19 + .../bootstrap/scss/utilities/_borders.scss | 75 ++ .../bootstrap/scss/utilities/_clearfix.scss | 3 + .../bootstrap/scss/utilities/_display.scss | 26 + .../bootstrap/scss/utilities/_embed.scss | 39 + .../bootstrap/scss/utilities/_flex.scss | 51 + .../bootstrap/scss/utilities/_float.scss | 11 + .../bootstrap/scss/utilities/_interactions.scss | 5 + .../bootstrap/scss/utilities/_overflow.scss | 5 + .../bootstrap/scss/utilities/_position.scss | 32 + .../bootstrap/scss/utilities/_screenreaders.scss | 11 + .../bootstrap/scss/utilities/_shadows.scss | 6 + .../bootstrap/scss/utilities/_sizing.scss | 20 + .../bootstrap/scss/utilities/_spacing.scss | 73 ++ .../bootstrap/scss/utilities/_stretched-link.scss | 19 + .../bootstrap/scss/utilities/_text.scss | 72 ++ .../bootstrap/scss/utilities/_visibility.scss | 13 + .../node_modules/bootstrap/scss/vendor/_rfs.scss | 204 ++++ 90 files changed, 8027 insertions(+) create mode 100644 npm_assets/node_modules/bootstrap/scss/_alert.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/_badge.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/_breadcrumb.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/_button-group.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/_buttons.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/_card.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/_carousel.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/_close.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/_code.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/_custom-forms.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/_dropdown.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/_forms.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/_functions.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/_grid.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/_images.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/_input-group.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/_jumbotron.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/_list-group.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/_media.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/_mixins.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/_modal.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/_nav.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/_navbar.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/_pagination.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/_popover.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/_print.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/_progress.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/_reboot.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/_root.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/_spinners.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/_tables.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/_toasts.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/_tooltip.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/_transitions.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/_type.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/_utilities.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/_variables.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/bootstrap-grid.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/bootstrap-reboot.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/bootstrap.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/mixins/_alert.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/mixins/_background-variant.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/mixins/_badge.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/mixins/_border-radius.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/mixins/_box-shadow.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/mixins/_breakpoints.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/mixins/_buttons.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/mixins/_caret.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/mixins/_clearfix.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/mixins/_deprecate.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/mixins/_float.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/mixins/_forms.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/mixins/_gradients.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/mixins/_grid-framework.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/mixins/_grid.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/mixins/_hover.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/mixins/_image.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/mixins/_list-group.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/mixins/_lists.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/mixins/_nav-divider.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/mixins/_pagination.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/mixins/_reset-text.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/mixins/_resize.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/mixins/_screen-reader.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/mixins/_size.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/mixins/_table-row.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/mixins/_text-emphasis.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/mixins/_text-hide.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/mixins/_text-truncate.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/mixins/_transition.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/mixins/_visibility.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/utilities/_align.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/utilities/_background.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/utilities/_borders.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/utilities/_clearfix.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/utilities/_display.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/utilities/_embed.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/utilities/_flex.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/utilities/_float.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/utilities/_interactions.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/utilities/_overflow.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/utilities/_position.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/utilities/_screenreaders.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/utilities/_shadows.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/utilities/_sizing.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/utilities/_spacing.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/utilities/_stretched-link.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/utilities/_text.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/utilities/_visibility.scss create mode 100644 npm_assets/node_modules/bootstrap/scss/vendor/_rfs.scss (limited to 'npm_assets/node_modules/bootstrap/scss') diff --git a/npm_assets/node_modules/bootstrap/scss/_alert.scss b/npm_assets/node_modules/bootstrap/scss/_alert.scss new file mode 100644 index 0000000..4aa1fc2 --- /dev/null +++ b/npm_assets/node_modules/bootstrap/scss/_alert.scss @@ -0,0 +1,52 @@ +// +// Base styles +// + +.alert { + position: relative; + padding: $alert-padding-y $alert-padding-x; + margin-bottom: $alert-margin-bottom; + border: $alert-border-width solid transparent; + @include border-radius($alert-border-radius); +} + +// Headings for larger alerts +.alert-heading { + // Specified to prevent conflicts of changing $headings-color + color: inherit; +} + +// Provide class for links that match alerts +.alert-link { + font-weight: $alert-link-font-weight; +} + + +// Dismissible alerts +// +// Expand the right padding and account for the close button's positioning. + +.alert-dismissible { + padding-right: $close-font-size + $alert-padding-x * 2; + + // Adjust close link position + .close { + position: absolute; + top: 0; + right: 0; + z-index: 2; + padding: $alert-padding-y $alert-padding-x; + color: inherit; + } +} + + +// Alternate styles +// +// Generate contextual modifier classes for colorizing the alert. + +@each $color, $value in $theme-colors { + .alert-#{$color} { + @include alert-variant(theme-color-level($color, $alert-bg-level), theme-color-level($color, $alert-border-level), theme-color-level($color, $alert-color-level)); + } +} diff --git a/npm_assets/node_modules/bootstrap/scss/_badge.scss b/npm_assets/node_modules/bootstrap/scss/_badge.scss new file mode 100644 index 0000000..42c5d08 --- /dev/null +++ b/npm_assets/node_modules/bootstrap/scss/_badge.scss @@ -0,0 +1,54 @@ +// Base class +// +// Requires one of the contextual, color modifier classes for `color` and +// `background-color`. + +.badge { + display: inline-block; + padding: $badge-padding-y $badge-padding-x; + @include font-size($badge-font-size); + font-weight: $badge-font-weight; + line-height: 1; + text-align: center; + white-space: nowrap; + vertical-align: baseline; + @include border-radius($badge-border-radius); + @include transition($badge-transition); + + @at-root a#{&} { + @include hover-focus() { + text-decoration: none; + } + } + + // Empty badges collapse automatically + &:empty { + display: none; + } +} + +// Quick fix for badges in buttons +.btn .badge { + position: relative; + top: -1px; +} + +// Pill badges +// +// Make them extra rounded with a modifier to replace v3's badges. + +.badge-pill { + padding-right: $badge-pill-padding-x; + padding-left: $badge-pill-padding-x; + @include border-radius($badge-pill-border-radius); +} + +// Colors +// +// Contextual variations (linked badges get darker on :hover). + +@each $color, $value in $theme-colors { + .badge-#{$color} { + @include badge-variant($value); + } +} diff --git a/npm_assets/node_modules/bootstrap/scss/_breadcrumb.scss b/npm_assets/node_modules/bootstrap/scss/_breadcrumb.scss new file mode 100644 index 0000000..a0cf7e2 --- /dev/null +++ b/npm_assets/node_modules/bootstrap/scss/_breadcrumb.scss @@ -0,0 +1,44 @@ +.breadcrumb { + display: flex; + flex-wrap: wrap; + padding: $breadcrumb-padding-y $breadcrumb-padding-x; + margin-bottom: $breadcrumb-margin-bottom; + @include font-size($breadcrumb-font-size); + list-style: none; + background-color: $breadcrumb-bg; + @include border-radius($breadcrumb-border-radius); +} + +.breadcrumb-item { + display: flex; + + // The separator between breadcrumbs (by default, a forward-slash: "/") + + .breadcrumb-item { + padding-left: $breadcrumb-item-padding; + + &::before { + display: inline-block; // Suppress underlining of the separator in modern browsers + padding-right: $breadcrumb-item-padding; + color: $breadcrumb-divider-color; + content: escape-svg($breadcrumb-divider); + } + } + + // IE9-11 hack to properly handle hyperlink underlines for breadcrumbs built + // without `