feat(BOOK-212): Refactored LoginButton and added successful tracking functionality

Approved-by: Linus Flood
This commit is contained in:
Erik Tiekstra
2025-11-11 06:57:49 +00:00
parent 1b35618eb2
commit c93e2b6f0b
8 changed files with 91 additions and 71 deletions

View File

@@ -1,7 +1,5 @@
.loginLink {
display: flex;
align-items: center;
gap: var(--Spacing-x1);
.loginLink:hover {
text-decoration: none !important; /* Special case for the login link inside the header */
}
@media screen and (max-width: 767px) {