Update header to remove multiple overlapping logo images
Remove multiple styled img elements with logo images from the header component. Replit-Commit-Author: Agent Replit-Commit-Session-Id: d7424866-83d1-4486-a212-ac12b4c7becf Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/d7424866-83d1-4486-a212-ac12b4c7becf/HMcZb3U
This commit is contained in:
parent
da1dee1081
commit
ba6cf17bfc
@ -45,55 +45,7 @@ export default function SearchHeader({
|
||||
|
||||
return (
|
||||
<div className="bunny-gray border-b border-white/20 sticky top-0 z-50 backdrop-blur-md relative overflow-hidden">
|
||||
{/* go4.video logoti v headerju - povečani */}
|
||||
<img
|
||||
src={go4LogoPath}
|
||||
alt=""
|
||||
style={{
|
||||
position: 'absolute',
|
||||
top: '-10px',
|
||||
right: '10%',
|
||||
transform: 'rotate(-15deg)',
|
||||
width: '600px',
|
||||
height: '300px',
|
||||
pointerEvents: 'none',
|
||||
zIndex: -1,
|
||||
opacity: 0.3,
|
||||
filter: 'contrast(1.8) brightness(1.4)'
|
||||
}}
|
||||
/>
|
||||
<img
|
||||
src={go4LogoPath}
|
||||
alt=""
|
||||
style={{
|
||||
position: 'absolute',
|
||||
top: '-5px',
|
||||
left: '15%',
|
||||
transform: 'rotate(25deg)',
|
||||
width: '500px',
|
||||
height: '250px',
|
||||
pointerEvents: 'none',
|
||||
zIndex: -1,
|
||||
opacity: 0.25,
|
||||
filter: 'contrast(1.8) brightness(1.4)'
|
||||
}}
|
||||
/>
|
||||
<img
|
||||
src={go4LogoPath}
|
||||
alt=""
|
||||
style={{
|
||||
position: 'absolute',
|
||||
top: '5px',
|
||||
left: '50%',
|
||||
transform: 'rotate(-30deg)',
|
||||
width: '400px',
|
||||
height: '200px',
|
||||
pointerEvents: 'none',
|
||||
zIndex: -1,
|
||||
opacity: 0.2,
|
||||
filter: 'contrast(1.8) brightness(1.4)'
|
||||
}}
|
||||
/>
|
||||
|
||||
|
||||
{/* Triangle decorations v headerju - z nižjim z-index da ne zakrivajo besedila */}
|
||||
<div className="absolute top-2 right-[25%] w-0 h-0 border-l-[25px] border-l-transparent border-r-[25px] border-r-transparent border-b-[35px] border-b-blue-400/8 rotate-12 z-0"></div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user