This commit is contained in:
2025-09-19 08:29:49 +08:00
parent 3f326dbd01
commit de6a2ff114
969 changed files with 609318 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
//
// Stretched link
//
.stretched-link {
&::#{$stretched-link-pseudo-element} {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: $stretched-link-z-index;
content: "";
}
}