Skip to content

Commit 479001c

Browse files
committed
bs522_icons191
1 parent 00293e4 commit 479001c

File tree

110 files changed

+67675
-78215
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+67675
-78215
lines changed

examples/bootstrap5/templates/icons.html

Lines changed: 5966 additions & 3076 deletions
Large diffs are not rendered by default.

flask_bootstrap/static/bootstrap5/css/bootstrap.min.css

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

flask_bootstrap/static/bootstrap5/css/bootstrap.min.css.map

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

flask_bootstrap/static/bootstrap5/css/bootswatch/cerulean/_bootswatch.scss

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
// Cerulean 5.1.3
1+
// Cerulean 5.2.2
22
// Bootswatch
33

44

55
// Variables
66

77
$text-shadow: 0 1px 0 rgba(0, 0, 0, .05) !default;
88

9+
:root {
10+
color-scheme: light;
11+
}
12+
913
// Mixins
1014

1115
@mixin btn-shadow($color){
@@ -33,7 +37,8 @@ $text-shadow: 0 1px 0 rgba(0, 0, 0, .05) !default;
3337
text-shadow: $text-shadow;
3438
}
3539

36-
.btn-secondary {
40+
.btn-secondary,
41+
.btn-outline-secondary {
3742
color: $gray-700;
3843
}
3944

flask_bootstrap/static/bootstrap5/css/bootswatch/cerulean/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Cerulean 5.1.3
1+
// Cerulean 5.2.2
22
// Bootswatch
33

44
$theme: "cerulean" !default;

0 commit comments

Comments
 (0)