Files
dogs/node_modules/bootstrap/scss/helpers/_vr.scss
ChloeChen0423 7c63f2f07b 前端代码
2025-05-12 16:42:36 +09:00

9 lines
160 B
SCSS

.vr {
display: inline-block;
align-self: stretch;
width: $vr-border-width;
min-height: 1em;
background-color: currentcolor;
opacity: $hr-opacity;
}