You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/website/components/auth-indicator/auth-indicator.module.css

25 lines
411 B

.authIndicator {
position: fixed;
bottom: 0;
width: 100vw;
z-index: 3;
padding: 1rem 2rem;
text-align: center;
background: var(--black);
color: var(--white);
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
@media (--medium-up) {
justify-content: flex-end;
}
}
.loggedInText {
margin: 1rem 1rem;
@media (--medium-up) {
margin: 0 1rem;
}
}