Skip to content

Commit

Permalink
remove(banner-gradiant): image gradiant in favour of text
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed Jan 4, 2023
1 parent 4226d42 commit 1b58520
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions theme/themes/eea/extras/banner.less
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@
background-size: @imageBackgroundSize;

.gradient {
background-image: @backgroundGradientWithImage;

.content {
padding: @mobileContentPaddingWithImage;
}
Expand Down
3 changes: 1 addition & 2 deletions theme/themes/eea/extras/banner.variables
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
@imageBackgroundPosition : center;

/* Gradient */
@backgroundGradient : linear-gradient(8deg, #0c1b28b3 32%, rgba(0, 36, 78, 0) 80%);
@backgroundGradientWithImage : linear-gradient(0deg, rgb(20, 33, 44, 90%) 24%, rgba(0, 36, 78, 0) 80%);
@backgroundGradient : linear-gradient(0deg, #0c1b28b3 32%, rgba(0, 36, 78, 0) 80%);
@backgroundGradientOpacity : 1;

/* Content */
Expand Down

0 comments on commit 1b58520

Please sign in to comment.