File: _vr.scss

package info (click to toggle)
r-cran-bslib 0.9.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,412 kB
  • sloc: javascript: 13,349; makefile: 33; sh: 23
file content (9 lines) | stat: -rw-r--r-- 191 bytes parent folder | download
1
2
3
4
5
6
7
8
9
.vr {
  display: inline-block;
  align-self: stretch;
  -webkit-align-self: stretch;
  width: $vr-border-width;
  min-height: 1em;
  background-color: currentcolor;
  opacity: $hr-opacity;
}