0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-30 12:24:19 +01:00
Bootstrap/site/docs/4.2/assets/scss/_anchor.scss

11 lines
212 B
SCSS
Raw Normal View History

.anchorjs-link {
2017-10-03 05:34:56 +02:00
font-weight: 400;
color: rgba($link-color, .5);
2018-11-23 14:21:02 +01:00
@include transition(color .15s ease-in-out, opacity .15s ease-in-out);
2015-06-19 08:56:43 +02:00
&:hover {
2017-05-29 21:00:47 +02:00
color: $link-color;
text-decoration: none;
}
2015-06-19 08:56:43 +02:00
}