_anchorjs.scss 294 B

123456789101112131415161718192021
  1. /* anchor.js */
  2. .anchorjs-link {
  3. float: left;
  4. width: 1em;
  5. height: 1em;
  6. margin-left: -1.2em;
  7. opacity: 0;
  8. color: inherit;
  9. text-align: center;
  10. &:link,
  11. &:visited {
  12. text-decoration: none;
  13. color: inherit;
  14. }
  15. }
  16. .anchorjs-icon {
  17. font-size: 60%;
  18. vertical-align: .2em;
  19. }