Skip to content

Commit

Permalink
update fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
bluemoonecho committed Jan 16, 2024
1 parent bc46d72 commit 5c49c96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/scss/fixtures/bitstyles-overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -2176,7 +2176,7 @@ table {
var(--bscpn-size-m) 0 var(--bscpn-size-s1)
rgba(var(--bscpn-color-grayscale-light-1-rgb), 7%),
0 0 var(--bscpn-size-l1) rgba(var(--bscpn-color-grayscale-light-1-rgb), 10%);
position: fixed;
position: absolute;
right: 0;
top: 0;
width: 80vw;
Expand Down
2 changes: 1 addition & 1 deletion test/scss/fixtures/bitstyles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2604,7 +2604,7 @@ table {
rgba(var(--bs-color-grayscale-light-1-rgb), 7%),
0 0 var(--bs-size-l1) rgba(var(--bs-color-grayscale-light-1-rgb), 10%);
left: 0;
position: fixed;
position: absolute;
top: 0;
width: 80vw;
z-index: var(--bs-z-index-overlay);
Expand Down

0 comments on commit 5c49c96

Please sign in to comment.