aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorJulien Déramond <[email protected]>2023-01-04 22:38:45 +0100
committerGitHub <[email protected]>2023-01-04 13:38:45 -0800
commit8a3540803015cf9e1a9406ad7ffbfb264ac72ec9 (patch)
treed784e55d8d43f499f387b910ded1b321c62d1f04 /scss
parent846d6606ec4eabe585dd0240e3d1b56256cfc8a6 (diff)
downloadbootstrap-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.scss2
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 {