From 9866053f0ce44721c11990c9f9407e7428757c99 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 10 May 2019 14:21:36 +0200 Subject: update bootstrap to version 4.3.1 --- vendor/twbs/bootstrap/site/docs/4.3/assets/scss/_anchor.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 vendor/twbs/bootstrap/site/docs/4.3/assets/scss/_anchor.scss (limited to 'vendor/twbs/bootstrap/site/docs/4.3/assets/scss/_anchor.scss') diff --git a/vendor/twbs/bootstrap/site/docs/4.3/assets/scss/_anchor.scss b/vendor/twbs/bootstrap/site/docs/4.3/assets/scss/_anchor.scss new file mode 100644 index 000000000..a712a78cd --- /dev/null +++ b/vendor/twbs/bootstrap/site/docs/4.3/assets/scss/_anchor.scss @@ -0,0 +1,10 @@ +.anchorjs-link { + font-weight: 400; + color: rgba($link-color, .5); + @include transition(color .15s ease-in-out, opacity .15s ease-in-out); + + &:hover { + color: $link-color; + text-decoration: none; + } +} -- cgit v1.2.3