Skip to content

Commit

Permalink
removed logo overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
ivojovanovic01 committed Nov 7, 2024
1 parent 50c6d8e commit 2bf8680
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions apps/web/src/components/SponsorSection/SponsorSection.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -603,20 +603,6 @@
height: 30px;
filter: invert(1);
}

&:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 600'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.4' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E");
background-size: cover;
opacity: 0.1;
z-index: 0;
transition: 300ms;
}
}

.jobCard {
Expand Down

0 comments on commit 2bf8680

Please sign in to comment.