Skip to content

Commit

Permalink
MET-6239 Debias Style Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjmaclean committed Nov 22, 2024
1 parent 1446a7d commit a468300
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/sandbox/src/app/debias/debias.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ $transition-time-open: 0.3s;
.debias-overlay {
background: #000;
bottom: 0;
height: 0;
left: 0;
opacity: 0;
position: absolute;
Expand All @@ -220,6 +221,7 @@ $transition-time-open: 0.3s;
z-index: 0;

&.active {
height: 100%;
left: $debias-header-width;
opacity: 0.5;
z-index: 3;
Expand Down
1 change: 1 addition & 0 deletions projects/sandbox/src/assets/sass/skip-arrows.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
.skip-arrows {
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
clip-path: inset(0.5em 0px 0px 0px);
float: right;
padding: 0.25em 1em;
position: sticky;
Expand Down

0 comments on commit a468300

Please sign in to comment.