Skip to content

Commit 31a04c0

Browse files
committed
Restore unmodified bootstrap 4.5.2
Source: https://codeload.github.com/twbs/bootstrap/zip/refs/tags/v4.5.2
1 parent f1f7891 commit 31a04c0

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

_sass/bootstrap/_variables.scss

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ $body-color: $gray-900 !default;
174174
// Style anchor elements.
175175

176176
$link-color: theme-color("primary") !default;
177-
$link-decoration: underline;
177+
$link-decoration: none !default;
178178
$link-hover-color: darken($link-color, 15%) !default;
179179
$link-hover-decoration: underline !default;
180180
// Darken percentage for links with `.text-*` class (e.g. `.text-success`)
@@ -197,7 +197,7 @@ $grid-breakpoints: (
197197
sm: 576px,
198198
md: 768px,
199199
lg: 992px,
200-
xl: 1400px
200+
xl: 1200px
201201
) !default;
202202

203203
@include _assert-ascending($grid-breakpoints, "$grid-breakpoints");
@@ -212,7 +212,7 @@ $container-max-widths: (
212212
sm: 540px,
213213
md: 720px,
214214
lg: 960px,
215-
xl: 1360px
215+
xl: 1140px
216216
) !default;
217217

218218
@include _assert-ascending($container-max-widths, "$container-max-widths");
@@ -238,7 +238,7 @@ $border-width: 1px !default;
238238
$border-color: $gray-300 !default;
239239

240240
$border-radius: .25rem !default;
241-
$border-radius-lg: .6rem;
241+
$border-radius-lg: .3rem !default;
242242
$border-radius-sm: .2rem !default;
243243

244244
$rounded-pill: 50rem !default;
@@ -826,15 +826,15 @@ $jumbotron-bg: $gray-200 !default;
826826

827827
$card-spacer-y: .75rem !default;
828828
$card-spacer-x: 1.25rem !default;
829-
$card-border-width: 0;
830-
$card-border-radius: $border-radius-lg;
829+
$card-border-width: $border-width !default;
830+
$card-border-radius: $border-radius !default;
831831
$card-border-color: rgba($black, .125) !default;
832832
$card-inner-border-radius: subtract($card-border-radius, $card-border-width) !default;
833833
$card-cap-bg: rgba($black, .03) !default;
834834
$card-cap-color: null !default;
835835
$card-height: null !default;
836836
$card-color: null !default;
837-
$card-bg: $gray-100;
837+
$card-bg: $white !default;
838838

839839
$card-img-overlay-padding: 1.25rem !default;
840840

assets/js/bootstrap.bundle.min.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)