stacker.news/styles/login.module.css

15 lines
262 B
CSS
Raw Normal View History

2021-05-06 22:01:48 +00:00
.providerButton {
2021-04-24 21:05:07 +00:00
width: 100%;
justify-content: center;
align-items: center;
display: flex;
2021-04-24 21:05:07 +00:00
}
2021-05-06 22:01:48 +00:00
.login {
2021-04-24 21:05:07 +00:00
max-width: 300px;
2021-05-06 22:01:48 +00:00
width: 100%;
2021-06-27 03:09:39 +00:00
justify-content: center;
align-items: center;
display: flex;
flex-direction: column;
2021-04-24 21:05:07 +00:00
}