Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions js/autoload/10-bootstrap.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions sass/vendor/bootstrap/_bootstrap.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Bootstrap v3.4.1 (https://getbootstrap.com/)
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/

Expand Down
6 changes: 3 additions & 3 deletions sass/vendor/bootstrap/bootstrap/_alerts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
// Headings for larger alerts
h4 {
margin-top: 0;
// Specified for the h4 to prevent conflicts of changing $headings-color
color: inherit;
color: inherit; // Specified for the h4 to prevent conflicts of changing $headings-color
}

// Provide class for links that match alerts
Expand All @@ -39,7 +38,8 @@
//
// Expand the right padding and account for the close button's positioning.

.alert-dismissable, // The misspelled .alert-dismissable was deprecated in 3.2.0.
// The misspelled .alert-dismissable was deprecated in 3.2.0.
.alert-dismissable,
.alert-dismissible {
padding-right: ($alert-padding + 20);

Expand Down
6 changes: 3 additions & 3 deletions sass/vendor/bootstrap/bootstrap/_badges.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
padding: 3px 7px;
font-size: $font-size-small;
font-weight: $badge-font-weight;
color: $badge-color;
line-height: $badge-line-height;
vertical-align: middle;
white-space: nowrap;
color: $badge-color;
text-align: center;
white-space: nowrap;
vertical-align: middle;
background-color: $badge-bg;
border-radius: $badge-border-radius;

Expand Down
4 changes: 2 additions & 2 deletions sass/vendor/bootstrap/bootstrap/_breadcrumbs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
display: inline-block;

+ li:before {
padding: 0 5px;
color: $breadcrumb-color;
// [converter] Workaround for https://github.com/sass/libsass/issues/1115
$nbsp: "\00a0";
content: "#{$breadcrumb-separator}#{$nbsp}"; // Unicode space added since inline-block means non-collapsing white-space
padding: 0 5px;
color: $breadcrumb-color;
}
}

Expand Down
10 changes: 5 additions & 5 deletions sass/vendor/bootstrap/bootstrap/_button-groups.scss
Original file line number Diff line number Diff line change
Expand Up @@ -103,18 +103,18 @@

// Give the line between buttons some depth
.btn-group > .btn + .dropdown-toggle {
padding-left: 8px;
padding-right: 8px;
padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
padding-left: 12px;
padding-right: 12px;
padding-left: 12px;
}

// The clickable button for toggling the menu
// Remove the gradient and set the same inset shadow as the :active state
.btn-group.open .dropdown-toggle {
@include box-shadow(inset 0 3px 5px rgba(0,0,0,.125));
@include box-shadow(inset 0 3px 5px rgba(0, 0, 0, .125));

// Show no shadow for `.btn-link` since it has no other button styles.
&.btn-link {
Expand Down Expand Up @@ -205,8 +205,8 @@
border-collapse: separate;
> .btn,
> .btn-group {
float: none;
display: table-cell;
float: none;
width: 1%;
}
> .btn-group .btn {
Expand Down Expand Up @@ -237,7 +237,7 @@
input[type="radio"],
input[type="checkbox"] {
position: absolute;
clip: rect(0,0,0,0);
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
}
Expand Down
8 changes: 4 additions & 4 deletions sass/vendor/bootstrap/bootstrap/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
margin-bottom: 0; // For input.btn
font-weight: $btn-font-weight;
text-align: center;
white-space: nowrap;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214
border: 1px solid transparent;
white-space: nowrap;
@include button-size($padding-base-vertical, $padding-base-horizontal, $font-size-base, $line-height-base, $btn-border-radius-base);
@include user-select(none);

Expand All @@ -38,9 +38,9 @@

&:active,
&.active {
outline: 0;
background-image: none;
@include box-shadow(inset 0 3px 5px rgba(0,0,0,.125));
outline: 0;
@include box-shadow(inset 0 3px 5px rgba(0, 0, 0, .125));
}

&.disabled,
Expand Down Expand Up @@ -94,8 +94,8 @@ a.btn {

// Make a button look and behave like a link
.btn-link {
font-weight: 400;
color: $link-color;
font-weight: normal;
border-radius: 0;

&,
Expand Down
51 changes: 26 additions & 25 deletions sass/vendor/bootstrap/bootstrap/_carousel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@

.carousel-inner {
position: relative;
overflow: hidden;
width: 100%;
overflow: hidden;

> .item {
display: none;
position: relative;
display: none;
@include transition(.6s ease-in-out left);

// Account for jankitude on images
Expand Down Expand Up @@ -93,34 +93,34 @@
.carousel-control {
position: absolute;
top: 0;
left: 0;
bottom: 0;
left: 0;
width: $carousel-control-width;
@include opacity($carousel-control-opacity);
font-size: $carousel-control-font-size;
color: $carousel-control-color;
text-align: center;
text-shadow: $carousel-text-shadow;
background-color: rgba(0, 0, 0, 0); // Fix IE9 click-thru bug
@include opacity($carousel-control-opacity);
// We can't have this transition here because WebKit cancels the carousel
// animation if you trip this while in the middle of another animation.

// Set gradients for backgrounds
&.left {
@include gradient-horizontal($start-color: rgba(0,0,0,.5), $end-color: rgba(0,0,0,.0001));
@include gradient-horizontal($start-color: rgba(0, 0, 0, .5), $end-color: rgba(0, 0, 0, .0001));
}
&.right {
left: auto;
right: 0;
@include gradient-horizontal($start-color: rgba(0,0,0,.0001), $end-color: rgba(0,0,0,.5));
left: auto;
@include gradient-horizontal($start-color: rgba(0, 0, 0, .0001), $end-color: rgba(0, 0, 0, .5));
}

// Hover/focus state
&:hover,
&:focus {
outline: 0;
color: $carousel-control-color;
text-decoration: none;
outline: 0;
@include opacity(.9);
}

Expand All @@ -131,9 +131,9 @@
.glyphicon-chevron-right {
position: absolute;
top: 50%;
margin-top: -10px;
z-index: 5;
display: inline-block;
margin-top: -10px;
}
.icon-prev,
.glyphicon-chevron-left {
Expand All @@ -147,21 +147,20 @@
}
.icon-prev,
.icon-next {
width: 20px;
width: 20px;
height: 20px;
line-height: 1;
font-family: serif;
line-height: 1;
}


.icon-prev {
&:before {
content: '\2039';// SINGLE LEFT-POINTING ANGLE QUOTATION MARK (U+2039)
content: "\2039";// SINGLE LEFT-POINTING ANGLE QUOTATION MARK (U+2039)
}
}
.icon-next {
&:before {
content: '\203a';// SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (U+203A)
content: "\203a";// SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (U+203A)
}
}
}
Expand All @@ -177,21 +176,18 @@
left: 50%;
z-index: 15;
width: 60%;
margin-left: -30%;
padding-left: 0;
list-style: none;
margin-left: -30%;
text-align: center;
list-style: none;

li {
display: inline-block;
width: 10px;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
border: 1px solid $carousel-indicator-border-color;
border-radius: 10px;
cursor: pointer;

// IE8-9 hack for event handling
//
// Internet Explorer 8-9 does not support clicks on elements without a set
Expand All @@ -202,12 +198,16 @@
// For IE8, we set solid black as it doesn't support `rgba()`. For IE9, we
// set alpha transparency for the best results possible.
background-color: #000 \9; // IE8
background-color: rgba(0,0,0,0); // IE9
background-color: rgba(0, 0, 0, 0); // IE9

border: 1px solid $carousel-indicator-border-color;
border-radius: 10px;
}

.active {
margin: 0;
width: 12px;
width: 12px;
height: 12px;
margin: 0;
background-color: $carousel-indicator-active-bg;
}
}
Expand All @@ -217,15 +217,16 @@
// Hidden by default for smaller viewports
.carousel-caption {
position: absolute;
left: 15%;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: $carousel-caption-color;
text-align: center;
text-shadow: $carousel-text-shadow;

& .btn {
text-shadow: none; // No shadow for button elements in carousel-caption
}
Expand Down Expand Up @@ -258,8 +259,8 @@

// Show and left align the captions
.carousel-caption {
left: 20%;
right: 20%;
left: 20%;
padding-bottom: 30px;
}

Expand Down
1 change: 1 addition & 0 deletions sass/vendor/bootstrap/bootstrap/_close.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ button.close {
background: transparent;
border: 0;
-webkit-appearance: none;
appearance: none;
}
6 changes: 3 additions & 3 deletions sass/vendor/bootstrap/bootstrap/_code.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ kbd {
color: $kbd-color;
background-color: $kbd-bg;
border-radius: $border-radius-small;
box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);

kbd {
padding: 0;
font-size: 100%;
font-weight: bold;
font-weight: 700;
box-shadow: none;
}
}
Expand All @@ -44,9 +44,9 @@ pre {
margin: 0 0 ($line-height-computed / 2);
font-size: ($font-size-base - 1); // 14px to 13px
line-height: $line-height-base;
color: $pre-color;
word-break: break-all;
word-wrap: break-word;
color: $pre-color;
background-color: $pre-bg;
border: 1px solid $pre-border-color;
border-radius: $border-radius-base;
Expand Down
1 change: 1 addition & 0 deletions sass/vendor/bootstrap/bootstrap/_component-animations.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
.fade {
opacity: 0;
@include transition(opacity .15s linear);

&.in {
opacity: 1;
}
Expand Down
Loading