Skip to content

Commit 2284ce3

Browse files
committed
bs522_icons191
1 parent 00293e4 commit 2284ce3

File tree

113 files changed

+67679
-78217
lines changed

Some content is hidden

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

113 files changed

+67679
-78217
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ubuntu-latest, macos-latest, windows-latest]
25-
python: [3.6, 3.7, 3.8, 3.9]
25+
python: ['3.6', '3.7', '3.8', '3.9', '3.10']
2626
fail-fast: false
2727
runs-on: ${{ matrix.os }}
2828
steps:

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)