static-cms/src/backends/github/AuthenticationPage.css

13 lines
173 B
CSS
Raw Normal View History

.root {
display: flex;
flex-flow: column nowrap;
align-items: center;
justify-content: center;
2016-12-23 16:59:48 -02:00
height: 100vh;
}
.button {
padding: .25em 1em;
height: auto;
}