Skip to content

Commit 5eb3035

Browse files
committed
feat complete footer module
1 parent 5505941 commit 5eb3035

File tree

10 files changed

+248
-488
lines changed

10 files changed

+248
-488
lines changed

src/app/globals.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,18 @@
353353
transition: none !important;
354354
}
355355
}
356+
357+
/* Footer link hover effect */
358+
footer button,
359+
footer a {
360+
transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
361+
}
362+
363+
/* Newsletter input focus effect */
364+
input[type="email"]:focus {
365+
outline: none;
366+
box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
367+
}
356368
}
357369

358370
/* ============================================

0 commit comments

Comments
 (0)