mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-15 22:27:09 +03:00
23 lines
403 B
SCSS
23 lines
403 B
SCSS
// DO NOT EDIT IT WILL BE OVERWRITTEN - copy of bootstrap documentation generated by grunt docs-copy-bootstrap-docs
|
|
|
|
.anchorjs-link {
|
|
color: inherit;
|
|
}
|
|
|
|
@media (max-width: 480px) {
|
|
.anchorjs-link {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
*:hover > .anchorjs-link {
|
|
opacity: .75;
|
|
transition: color .16s linear;
|
|
}
|
|
|
|
*:hover > .anchorjs-link:hover,
|
|
.anchorjs-link:focus {
|
|
text-decoration: none;
|
|
opacity: 1;
|
|
}
|