Skip to content

Commit

Permalink
fix: APPS-2367 Lighten shadow overlay (#372)
Browse files Browse the repository at this point in the history
update gthe gradiant-no-category on the banner header component
  • Loading branch information
jendiamond authored Aug 11, 2023
1 parent bbe3723 commit 67ba258
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/lib-components/BannerHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,12 @@ export default {
height: 100%;
}
.gradient-no-category {
background: $overlays-overlay-02;
background: linear-gradient(
120deg,
rgba(15, 15, 15, 0) 0,
rgba(15, 15, 15, 0.2509803922) 67.57%,
#0f0f0f 120%
);
z-index: 10;
position: absolute;
top: 0;
Expand Down

1 comment on commit 67ba258

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.