feat(uti): Compiled CSS
[csit.git] / resources / tools / dash / app / pal / static / sass / bootstrap / helpers / _vr.scss
diff --git a/resources/tools/dash/app/pal/static/sass/bootstrap/helpers/_vr.scss b/resources/tools/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;
+}