12 lines
161 B
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;
|
|
}
|
|
}
|