mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-23 20:54:22 +01:00
11 lines
202 B
SCSS
11 lines
202 B
SCSS
@use "../variables";
|
|
|
|
.vr {
|
|
display: inline-block;
|
|
align-self: stretch;
|
|
width: variables.$vr-border-width;
|
|
min-height: 1em;
|
|
background-color: currentcolor;
|
|
opacity: variables.$hr-opacity;
|
|
}
|