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/signin-error-page/signin-error.module.css

30 lines
528 B

.signinErrorWrapper {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
flex-direction: column;
width: 100vw;
height: 100vh;
}
.logoutCard {
margin-top: 3rem;
display: flex;
justify-content: center;
flex-wrap: wrap;
align-items: center;
text-align: center;
padding: 2rem;
border: 1px solid var(--gray-6);
}
.authProviderGoBack {
display: flex;
flex: 0 1 600px;
justify-content: center;
align-items: center;
text-align: center;
flex-direction: column;
}