feat(uti): Move directory
[csit.git] / csit.infra.dash / app / pal / static / sass / bootstrap / helpers / _vr.scss
diff --git a/csit.infra.dash/app/pal/static/sass/bootstrap/helpers/_vr.scss b/csit.infra.dash/app/pal/static/sass/bootstrap/helpers/_vr.scss
new file mode 100644 (file)
index 0000000..9bca099
--- /dev/null
@@ -0,0 +1,8 @@
+.vr {
+  display: inline-block;
+  align-self: stretch;
+  width: 1px;
+  min-height: 1em;
+  background-color: currentcolor;
+  opacity: $hr-opacity;
+}