Files
web/components/Header/MainMenu/MyPagesMenuWrapper/myPagesMenuWrapper.module.css

12 lines
161 B
CSS

.loginLink {
display: flex;
align-items: center;
gap: var(--Spacing-x1);
}
@media screen and (max-width: 767px) {
.loginText {
display: none;
}
}