Remove shadowed box from media outlet header and top bar
Removes `bg-gray-50`, `rounded-xl`, `border`, `border-gray-200`, and `hover:bg-gray-100` classes from MediaOutlet, Community, and Report components. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 9a264234-c5d7-4dcc-adf3-a954b149b30d Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/9a264234-c5d7-4dcc-adf3-a954b149b30d/cEkjo93
This commit is contained in:
@ -136,8 +136,8 @@ export default function Community() {
|
||||
</span>
|
||||
</div>
|
||||
)}
|
||||
<div className="flex flex-col justify-between bg-gray-50 px-4 py-2 rounded-xl border border-gray-200 cursor-pointer hover:bg-gray-100 transition-all h-16">
|
||||
<div className="flex items-center h-10 cursor-pointer" onClick={() => setLocation(`/media/${slug}`)}>
|
||||
<div className="flex flex-col justify-between h-16">
|
||||
<div className="flex items-center h-10 cursor-pointer hover:opacity-80 transition-opacity" onClick={() => setLocation(`/media/${slug}`)}>
|
||||
<img
|
||||
src="/attached_assets/logo_black_1759162717640.png"
|
||||
alt="SAPIENS"
|
||||
|
||||
@ -207,8 +207,8 @@ export default function MediaOutlet() {
|
||||
</span>
|
||||
</div>
|
||||
)}
|
||||
<div className="flex flex-col justify-between bg-gray-50 px-4 py-2 rounded-xl border border-gray-200 cursor-pointer hover:bg-gray-100 transition-all h-16">
|
||||
<div className="flex items-center h-10 cursor-pointer" onClick={() => setLocation("/")}>
|
||||
<div className="flex flex-col justify-between h-16">
|
||||
<div className="flex items-center h-10 cursor-pointer hover:opacity-80 transition-opacity" onClick={() => setLocation("/")}>
|
||||
<img
|
||||
src="/attached_assets/logo_black_1759162717640.png"
|
||||
alt="SAPIENS"
|
||||
|
||||
@ -474,8 +474,8 @@ export default function Report() {
|
||||
</span>
|
||||
</div>
|
||||
)}
|
||||
<div className="flex flex-col justify-between bg-gray-50 px-4 py-2 rounded-xl border border-gray-200 cursor-pointer hover:bg-gray-100 transition-all h-16">
|
||||
<div className="flex items-center h-10 cursor-pointer" onClick={() => setLocation("/")}>
|
||||
<div className="flex flex-col justify-between h-16">
|
||||
<div className="flex items-center h-10 cursor-pointer hover:opacity-80 transition-opacity" onClick={() => setLocation("/")}>
|
||||
<img
|
||||
src="/attached_assets/logo_black_1759162717640.png"
|
||||
alt="SAPIENS"
|
||||
|
||||
Reference in New Issue
Block a user