summaryrefslogtreecommitdiffstats
path: root/npm_assets/node_modules/bootstrap/scss
diff options
context:
space:
mode:
Diffstat (limited to 'npm_assets/node_modules/bootstrap/scss')
-rw-r--r--npm_assets/node_modules/bootstrap/scss/_custom-forms.scss4
-rw-r--r--npm_assets/node_modules/bootstrap/scss/_nav.scss5
-rw-r--r--npm_assets/node_modules/bootstrap/scss/_spinners.scss4
-rw-r--r--npm_assets/node_modules/bootstrap/scss/_transitions.scss6
-rw-r--r--npm_assets/node_modules/bootstrap/scss/_variables.scss3
-rw-r--r--npm_assets/node_modules/bootstrap/scss/bootstrap-grid.scss6
-rw-r--r--npm_assets/node_modules/bootstrap/scss/bootstrap-reboot.scss6
-rw-r--r--npm_assets/node_modules/bootstrap/scss/bootstrap.scss6
-rw-r--r--npm_assets/node_modules/bootstrap/scss/mixins/_reset-text.scss2
9 files changed, 27 insertions, 15 deletions
diff --git a/npm_assets/node_modules/bootstrap/scss/_custom-forms.scss b/npm_assets/node_modules/bootstrap/scss/_custom-forms.scss
index b3db8c4..750ea9c 100644
--- a/npm_assets/node_modules/bootstrap/scss/_custom-forms.scss
+++ b/npm_assets/node_modules/bootstrap/scss/_custom-forms.scss
@@ -13,7 +13,7 @@
display: block;
min-height: $font-size-base * $line-height-base;
padding-left: $custom-control-gutter + $custom-control-indicator-size;
- color-adjust: exact; // Keep themed appearance for print
+ print-color-adjust: exact; // Keep themed appearance for print
}
.custom-control-inline {
@@ -91,7 +91,7 @@
pointer-events: none;
content: "";
background-color: $custom-control-indicator-bg;
- border: $custom-control-indicator-border-color solid $custom-control-indicator-border-width;
+ border: $custom-control-indicator-border-width solid $custom-control-indicator-border-color;
@include box-shadow($custom-control-indicator-box-shadow);
}
diff --git a/npm_assets/node_modules/bootstrap/scss/_nav.scss b/npm_assets/node_modules/bootstrap/scss/_nav.scss
index fad684e..7626f93 100644
--- a/npm_assets/node_modules/bootstrap/scss/_nav.scss
+++ b/npm_assets/node_modules/bootstrap/scss/_nav.scss
@@ -37,10 +37,13 @@
.nav-link {
margin-bottom: -$nav-tabs-border-width;
+ background-color: transparent;
border: $nav-tabs-border-width solid transparent;
@include border-top-radius($nav-tabs-border-radius);
@include hover-focus() {
+ // Prevents active .nav-link tab overlapping focus outline of previous/next .nav-link
+ isolation: isolate;
border-color: $nav-tabs-link-hover-border-color;
}
@@ -73,6 +76,8 @@
.nav-pills {
.nav-link {
+ background: none;
+ border: 0;
@include border-radius($nav-pills-border-radius);
}
diff --git a/npm_assets/node_modules/bootstrap/scss/_spinners.scss b/npm_assets/node_modules/bootstrap/scss/_spinners.scss
index 98c0108..61f3e0a 100644
--- a/npm_assets/node_modules/bootstrap/scss/_spinners.scss
+++ b/npm_assets/node_modules/bootstrap/scss/_spinners.scss
@@ -11,7 +11,7 @@
width: $spinner-width;
height: $spinner-height;
vertical-align: $spinner-vertical-align;
- border: $spinner-border-width solid currentColor;
+ border: $spinner-border-width solid currentcolor;
border-right-color: transparent;
// stylelint-disable-next-line property-disallowed-list
border-radius: 50%;
@@ -43,7 +43,7 @@
width: $spinner-width;
height: $spinner-height;
vertical-align: $spinner-vertical-align;
- background-color: currentColor;
+ background-color: currentcolor;
// stylelint-disable-next-line property-disallowed-list
border-radius: 50%;
opacity: 0;
diff --git a/npm_assets/node_modules/bootstrap/scss/_transitions.scss b/npm_assets/node_modules/bootstrap/scss/_transitions.scss
index 40be4d9..a261f2d 100644
--- a/npm_assets/node_modules/bootstrap/scss/_transitions.scss
+++ b/npm_assets/node_modules/bootstrap/scss/_transitions.scss
@@ -17,4 +17,10 @@
height: 0;
overflow: hidden;
@include transition($transition-collapse);
+
+ &.width {
+ width: 0;
+ height: auto;
+ @include transition($transition-collapse-width);
+ }
}
diff --git a/npm_assets/node_modules/bootstrap/scss/_variables.scss b/npm_assets/node_modules/bootstrap/scss/_variables.scss
index 7d8fb3b..293d238 100644
--- a/npm_assets/node_modules/bootstrap/scss/_variables.scss
+++ b/npm_assets/node_modules/bootstrap/scss/_variables.scss
@@ -257,6 +257,7 @@ $caret-spacing: $caret-width * .85 !default;
$transition-base: all .2s ease-in-out !default;
$transition-fade: opacity .15s linear !default;
$transition-collapse: height .35s ease !default;
+$transition-collapse-width: width .35s ease !default;
$embed-responsive-aspect-ratios: () !default;
$embed-responsive-aspect-ratios: join(
@@ -319,7 +320,7 @@ $display-line-height: $headings-line-height !default;
$lead-font-size: $font-size-base * 1.25 !default;
$lead-font-weight: 300 !default;
-$small-font-size: 80% !default;
+$small-font-size: .875em !default;
$text-muted: $gray-600 !default;
diff --git a/npm_assets/node_modules/bootstrap/scss/bootstrap-grid.scss b/npm_assets/node_modules/bootstrap/scss/bootstrap-grid.scss
index 0de912b..1d529a6 100644
--- a/npm_assets/node_modules/bootstrap/scss/bootstrap-grid.scss
+++ b/npm_assets/node_modules/bootstrap/scss/bootstrap-grid.scss
@@ -1,7 +1,7 @@
/*!
- * Bootstrap Grid v4.6.1 (https://getbootstrap.com/)
- * Copyright 2011-2021 The Bootstrap Authors
- * Copyright 2011-2021 Twitter, Inc.
+ * Bootstrap Grid v4.6.2 (https://getbootstrap.com/)
+ * Copyright 2011-2022 The Bootstrap Authors
+ * Copyright 2011-2022 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
diff --git a/npm_assets/node_modules/bootstrap/scss/bootstrap-reboot.scss b/npm_assets/node_modules/bootstrap/scss/bootstrap-reboot.scss
index aed4e37..8a5fcf0 100644
--- a/npm_assets/node_modules/bootstrap/scss/bootstrap-reboot.scss
+++ b/npm_assets/node_modules/bootstrap/scss/bootstrap-reboot.scss
@@ -1,7 +1,7 @@
/*!
- * Bootstrap Reboot v4.6.1 (https://getbootstrap.com/)
- * Copyright 2011-2021 The Bootstrap Authors
- * Copyright 2011-2021 Twitter, Inc.
+ * Bootstrap Reboot v4.6.2 (https://getbootstrap.com/)
+ * Copyright 2011-2022 The Bootstrap Authors
+ * Copyright 2011-2022 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
*/
diff --git a/npm_assets/node_modules/bootstrap/scss/bootstrap.scss b/npm_assets/node_modules/bootstrap/scss/bootstrap.scss
index 60bb836..ff38ed0 100644
--- a/npm_assets/node_modules/bootstrap/scss/bootstrap.scss
+++ b/npm_assets/node_modules/bootstrap/scss/bootstrap.scss
@@ -1,7 +1,7 @@
/*!
- * Bootstrap v4.6.1 (https://getbootstrap.com/)
- * Copyright 2011-2021 The Bootstrap Authors
- * Copyright 2011-2021 Twitter, Inc.
+ * Bootstrap v4.6.2 (https://getbootstrap.com/)
+ * Copyright 2011-2022 The Bootstrap Authors
+ * Copyright 2011-2022 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
diff --git a/npm_assets/node_modules/bootstrap/scss/mixins/_reset-text.scss b/npm_assets/node_modules/bootstrap/scss/mixins/_reset-text.scss
index 15b4407..8682533 100644
--- a/npm_assets/node_modules/bootstrap/scss/mixins/_reset-text.scss
+++ b/npm_assets/node_modules/bootstrap/scss/mixins/_reset-text.scss
@@ -11,7 +11,7 @@
text-transform: none;
letter-spacing: normal;
word-break: normal;
- word-spacing: normal;
white-space: normal;
+ word-spacing: normal;
line-break: auto;
}