Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_vr.scss « helpers « bootstrap « stylesheets « assets - github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 37f864777abb2377d098086b562e06094898116d (plain)
1
2
3
4
5
6
7
8
.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: $hr-opacity;
}