🚚 [bootsier] Extiende Bootstrap sin cambiar core
This commit is contained in:
parent
aede6683c5
commit
efaa231481
103 changed files with 158 additions and 3 deletions
8
packages/pagetop-bootsier/static/scss/bootstrap-5.3.3/helpers/_vr.scss
vendored
Normal file
8
packages/pagetop-bootsier/static/scss/bootstrap-5.3.3/helpers/_vr.scss
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
.vr {
|
||||
display: inline-block;
|
||||
align-self: stretch;
|
||||
width: $vr-border-width;
|
||||
min-height: 1em;
|
||||
background-color: currentcolor;
|
||||
opacity: $hr-opacity;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue