You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
223 B

  1. //
  2. // Stretched link
  3. //
  4. .stretched-link {
  5. &::#{$stretched-link-pseudo-element} {
  6. position: absolute;
  7. top: 0;
  8. right: 0;
  9. bottom: 0;
  10. left: 0;
  11. z-index: $stretched-link-z-index;
  12. content: "";
  13. }
  14. }