wasp/examples/waspello/ext/Signup.css

26 lines
419 B
CSS
Raw Normal View History

2021-07-05 19:08:13 +03:00
.auth-root-container {
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
background-color: #F9FAFC;
}
.auth-form-container {
display: flex;
flex-direction: column;
align-items: center;
min-width: 400px;
padding: 25px 40px;
border-radius: 3px;
box-shadow: rgb(0 0 0 / 10%) 0 0 10px;
background-color: #FFF;
}
.main-logo {
height: 42px;
margin: 40px auto;
}