2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Redesign homepage docs

- New Bootstrap purple navbar
- Redesigned masthead
- Rewrote and redesigned homepage content
- Replace Copy text with icons like Bootstrap Icons site across all ClipboardJS instances
- Fixed padding issues in site footer
- Match homepage button styles to examples page, use gap instead of tons of responsive margin utils
This commit is contained in:
Mark Otto
2022-01-27 15:01:08 -08:00
parent 333d89e498
commit b71cd6eb7d
20 changed files with 559 additions and 115 deletions
+3
View File
@@ -462,6 +462,7 @@ $utilities: map-merge(
lighter: $font-weight-lighter,
normal: $font-weight-normal,
bold: $font-weight-bold,
semibold: $font-weight-semibold,
bolder: $font-weight-bolder
)
),
@@ -589,6 +590,8 @@ $utilities: map-merge(
1: $border-radius-sm,
2: $border-radius,
3: $border-radius-lg,
4: $border-radius-xl,
5: $border-radius-2xl,
circle: 50%,
pill: $border-radius-pill
)