Skip to content

Commit

Permalink
update to v4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Aug 4, 2020
1 parent 55e4683 commit 72d5823
Show file tree
Hide file tree
Showing 215 changed files with 2,093 additions and 2,828 deletions.
2 changes: 1 addition & 1 deletion dist/cerulean/_bootswatch.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Cerulean 4.5.0
// Cerulean 4.5.1
// Bootswatch


Expand Down
2 changes: 1 addition & 1 deletion dist/cerulean/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Cerulean 4.5.0
// Cerulean 4.5.1
// Bootswatch

//
Expand Down
86 changes: 35 additions & 51 deletions dist/cerulean/bootstrap.css
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
/*!
* Bootswatch v4.5.0
* Bootswatch v4.5.1
* Homepage: https://bootswatch.com
* Copyright 2012-2020 Thomas Park
* Licensed under MIT
* Based on Bootstrap
*/
/*!
* Bootstrap v4.5.0 (https://getbootstrap.com/)
* Bootstrap v4.5.1 (https://getbootstrap.com/)
* Copyright 2011-2020 The Bootstrap Authors
* Copyright 2011-2020 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
:root {
--blue: #033c73;
Expand Down Expand Up @@ -171,12 +171,12 @@ a:hover {
text-decoration: underline;
}

a:not([href]) {
a:not([href]):not([class]) {
color: inherit;
text-decoration: none;
}

a:not([href]):hover {
a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none;
}
Expand Down Expand Up @@ -549,39 +549,12 @@ pre code {
overflow-y: scroll;
}

.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}

@media (min-width: 576px) {
.container {
max-width: 540px;
}
}

@media (min-width: 768px) {
.container {
max-width: 720px;
}
}

@media (min-width: 992px) {
.container {
max-width: 960px;
}
}

@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
width: 100%;
padding-right: 15px;
padding-left: 15px;
Expand Down Expand Up @@ -617,6 +590,9 @@ pre code {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1 0 100%;
flex: 1 0 100%;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
Expand Down Expand Up @@ -652,7 +628,6 @@ pre code {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
min-width: 0;
max-width: 100%;
}

Expand Down Expand Up @@ -931,7 +906,6 @@ pre code {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
min-width: 0;
max-width: 100%;
}
.row-cols-sm-1 > * {
Expand Down Expand Up @@ -1169,7 +1143,6 @@ pre code {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
min-width: 0;
max-width: 100%;
}
.row-cols-md-1 > * {
Expand Down Expand Up @@ -1407,7 +1380,6 @@ pre code {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
min-width: 0;
max-width: 100%;
}
.row-cols-lg-1 > * {
Expand Down Expand Up @@ -1645,7 +1617,6 @@ pre code {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
min-width: 0;
max-width: 100%;
}
.row-cols-xl-1 > * {
Expand Down Expand Up @@ -2443,6 +2414,7 @@ textarea.form-control {
.valid-tooltip {
position: absolute;
top: 100%;
left: 0;
z-index: 5;
display: none;
max-width: 100%;
Expand Down Expand Up @@ -2547,6 +2519,7 @@ textarea.form-control {
.invalid-tooltip {
position: absolute;
top: 100%;
left: 0;
z-index: 5;
display: none;
max-width: 100%;
Expand Down Expand Up @@ -4042,6 +4015,7 @@ input[type="button"].btn-block {

.custom-control {
position: relative;
z-index: 1;
display: block;
min-height: 1.5rem;
padding-left: 1.5rem;
Expand Down Expand Up @@ -4596,13 +4570,15 @@ input[type="button"].btn-block {
background-color: #2fa4e7;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
-ms-flex-preferred-size: 0;
flex-basis: 0;
Expand Down Expand Up @@ -5105,6 +5081,11 @@ input[type="button"].btn-block {
border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
border-top: 0;
}

.card-body {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
Expand Down Expand Up @@ -5145,10 +5126,6 @@ input[type="button"].btn-block {
border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
border-top: 0;
}

.card-footer {
padding: 0.75rem 1.25rem;
background-color: rgba(0, 0, 0, 0.03);
Expand Down Expand Up @@ -5178,6 +5155,7 @@ input[type="button"].btn-block {
bottom: 0;
left: 0;
padding: 1.25rem;
border-radius: calc(0.25rem - 1px);
}

.card-img,
Expand Down Expand Up @@ -5295,6 +5273,10 @@ input[type="button"].btn-block {
}
}

.accordion {
overflow-anchor: none;
}

.accordion > .card {
overflow: hidden;
}
Expand Down Expand Up @@ -6252,16 +6234,15 @@ a.close.disabled {
}

.toast {
-ms-flex-preferred-size: 350px;
flex-basis: 350px;
max-width: 350px;
overflow: hidden;
font-size: 0.875rem;
background-color: rgba(255, 255, 255, 0.85);
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
opacity: 0;
border-radius: 0.25rem;
}
Expand Down Expand Up @@ -6295,6 +6276,8 @@ a.close.disabled {
background-color: rgba(255, 255, 255, 0.85);
background-clip: padding-box;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
Expand Down Expand Up @@ -10712,7 +10695,8 @@ a.text-dark:hover, a.text-dark:focus {
}

.text-break {
word-wrap: break-word !important;
word-break: break-word !important;
overflow-wrap: break-word !important;
}

.text-reset {
Expand Down
8 changes: 4 additions & 4 deletions dist/cerulean/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cosmo/_bootswatch.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Cosmo 4.5.0
// Cosmo 4.5.1
// Bootswatch


Expand Down
2 changes: 1 addition & 1 deletion dist/cosmo/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Cosmo 4.5.0
// Cosmo 4.5.1
// Bootswatch

//
Expand Down
Loading

0 comments on commit 72d5823

Please sign in to comment.