_sass/bootstrap/helpers/_vr.scss in elixir-toolkit-theme-2.1.0 vs _sass/bootstrap/helpers/_vr.scss in elixir-toolkit-theme-2.2.0
- old
+ new
@@ -1,8 +1,8 @@
.vr {
display: inline-block;
align-self: stretch;
- width: 1px;
+ width: $vr-border-width;
min-height: 1em;
background-color: currentcolor;
opacity: $hr-opacity;
}