From 54fa28441c5f0bdcd9687615f4a6b7a0fab024a3 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 7 Sep 2018 11:26:02 +0200 Subject: install bootstrap via composer --- vendor/twbs/bootstrap/site/docs/4.1/assets/scss/_anchor.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 vendor/twbs/bootstrap/site/docs/4.1/assets/scss/_anchor.scss (limited to 'vendor/twbs/bootstrap/site/docs/4.1/assets/scss/_anchor.scss') diff --git a/vendor/twbs/bootstrap/site/docs/4.1/assets/scss/_anchor.scss b/vendor/twbs/bootstrap/site/docs/4.1/assets/scss/_anchor.scss new file mode 100644 index 000000000..2e02390ed --- /dev/null +++ b/vendor/twbs/bootstrap/site/docs/4.1/assets/scss/_anchor.scss @@ -0,0 +1,10 @@ +.anchorjs-link { + font-weight: 400; + color: rgba($link-color, .5); + transition: color .16s linear; + + &:hover { + color: $link-color; + text-decoration: none; + } +} -- cgit v1.2.3