diff options
| author | Julien Déramond <[email protected]> | 2023-01-04 22:38:45 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-04 13:38:45 -0800 |
| commit | 8a3540803015cf9e1a9406ad7ffbfb264ac72ec9 (patch) | |
| tree | d784e55d8d43f499f387b910ded1b321c62d1f04 /scss | |
| parent | 846d6606ec4eabe585dd0240e3d1b56256cfc8a6 (diff) | |
| download | bootstrap-8a3540803015cf9e1a9406ad7ffbfb264ac72ec9.tar.xz bootstrap-8a3540803015cf9e1a9406ad7ffbfb264ac72ec9.zip | |
Docs: replace `twbs/bootstrap-npm-starter` by `twbs/examples/tree/main/icons-font` (#37671)
* Docs: replace twbs/bootstrap-npm-starter by twbs/examples/tree/main/icons-font
* Revamp starter template to use new .icon-link, fix Bootstrap icon and text at top
* Remove extra CSS file
* Change links to twbs/examples
* Fix icon name
* Adjust icon link offset to more reasonable and scaling distance
Co-authored-by: Mark Otto <[email protected]>
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/helpers/_icon-link.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/helpers/_icon-link.scss b/scss/helpers/_icon-link.scss index 712dd02c7..501184e78 100644 --- a/scss/helpers/_icon-link.scss +++ b/scss/helpers/_icon-link.scss @@ -3,7 +3,7 @@ gap: .375rem; align-items: center; text-decoration-color: rgba(var(--#{$prefix}link-color-rgb), var(--#{$prefix}link-opacity, .5)); - text-underline-offset: .5rem; + text-underline-offset: .25em; backface-visibility: hidden; > .bi { |
