Files
web/apps/scandic-web/components/Header/MainMenu/MyPagesMenuWrapper/myPagesMenuWrapper.module.css
2025-11-11 06:57:49 +00:00

10 lines
193 B
CSS

.loginLink:hover {
text-decoration: none !important; /* Special case for the login link inside the header */
}
@media screen and (max-width: 767px) {
.loginText {
display: none;
}
}