readd wwwroot

This commit is contained in:
ElenitaMLG
2024-04-08 15:00:46 +03:00
parent 897193c865
commit 116405bd75
225 changed files with 88814 additions and 3 deletions
@@ -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: "";
}
}