css
This commit is contained in:
@@ -96,7 +96,7 @@ const CaseStudies: React.FC = () => {
|
||||
<section className="max-w-7xl mx-auto px-6 pb-24 space-y-16">
|
||||
{caseStudies.map((cs, idx) => {
|
||||
const metricColors = [
|
||||
{ border: "border-slate-200", bg: "from-white to-slate-50/50", text: "text-[var(--igny8-blue)]" },
|
||||
{ border: "border-slate-200", bg: "from-white to-slate-50/50", text: "igny8-text-blue" },
|
||||
{ border: "border-slate-200", bg: "from-white to-slate-50/50", text: "text-[#0bbf87]" },
|
||||
{ border: "border-slate-200", bg: "from-white to-slate-50/50", text: "text-[#ff7a00]" },
|
||||
];
|
||||
@@ -216,7 +216,7 @@ const CaseStudies: React.FC = () => {
|
||||
</Link>
|
||||
<Link
|
||||
to="/resources"
|
||||
className="inline-flex items-center justify-center gap-2 rounded-xl bg-white text-[var(--igny8-blue)] px-10 py-5 text-lg font-bold hover:bg-white/95 transition shadow-xl hover:shadow-2xl hover:-translate-y-0.5"
|
||||
className="inline-flex items-center justify-center gap-2 rounded-xl bg-white igny8-text-blue px-10 py-5 text-lg font-bold hover:bg-white/95 transition shadow-xl hover:shadow-2xl hover:-translate-y-0.5"
|
||||
>
|
||||
<RocketLaunchIcon className="h-5 w-5" />
|
||||
Download case study pack
|
||||
|
||||
Reference in New Issue
Block a user