Skip to content

Commit

Permalink
vapor: make .vr visible #1318
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Nov 6, 2024
1 parent ef01343 commit 99f483c
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 12 deletions.
2 changes: 2 additions & 0 deletions dist/vapor/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ $text-muted: rgba($body-color, .3) !default;

$blockquote-footer-color: $text-muted !default;

$vr-border-width: 1px !default;

// Tables

$table-color: initial !default;
Expand Down
2 changes: 1 addition & 1 deletion dist/vapor/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -7204,7 +7204,7 @@ textarea.form-control-lg {
.vr {
display: inline-block;
align-self: stretch;
width: var(--bs-border-width);
width: 1px;
min-height: 1em;
background-color: currentcolor;
opacity: 0.25;
Expand Down
2 changes: 1 addition & 1 deletion dist/vapor/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vapor/bootstrap.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vapor/bootstrap.rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -7186,7 +7186,7 @@ textarea.form-control-lg {
.vr {
display: inline-block;
align-self: stretch;
width: var(--bs-border-width);
width: 1px;
min-height: 1em;
background-color: currentcolor;
opacity: 0.25;
Expand Down
2 changes: 1 addition & 1 deletion dist/vapor/bootstrap.rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vapor/bootstrap.rtl.min.css.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/5/vapor/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ $text-muted: rgba($body-color, .3) !default;

$blockquote-footer-color: $text-muted !default;

$vr-border-width: 1px !default;

// Tables

$table-color: initial !default;
Expand Down
2 changes: 1 addition & 1 deletion docs/5/vapor/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -7204,7 +7204,7 @@ textarea.form-control-lg {
.vr {
display: inline-block;
align-self: stretch;
width: var(--bs-border-width);
width: 1px;
min-height: 1em;
background-color: currentcolor;
opacity: 0.25;
Expand Down
2 changes: 1 addition & 1 deletion docs/5/vapor/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/5/vapor/bootstrap.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/5/vapor/bootstrap.rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -7186,7 +7186,7 @@ textarea.form-control-lg {
.vr {
display: inline-block;
align-self: stretch;
width: var(--bs-border-width);
width: 1px;
min-height: 1em;
background-color: currentcolor;
opacity: 0.25;
Expand Down
2 changes: 1 addition & 1 deletion docs/5/vapor/bootstrap.rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/5/vapor/bootstrap.rtl.min.css.map

Large diffs are not rendered by default.

0 comments on commit 99f483c

Please sign in to comment.