10 lines
193 B
CSS
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;
|
|
}
|
|
}
|