feat(uti): Compiled CSS
[csit.git] / resources / tools / dash / app / pal / static / sass / bootstrap / helpers / _stretched-link.scss
diff --git a/resources/tools/dash/app/pal/static/sass/bootstrap/helpers/_stretched-link.scss b/resources/tools/dash/app/pal/static/sass/bootstrap/helpers/_stretched-link.scss
new file mode 100644 (file)
index 0000000..71a1c75
--- /dev/null
@@ -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: "";
+  }
+}