static-cms/src/backends/github/AuthenticationPage.css
tortilaman 6805a6936d Prevent unauthorized CMS access (#323) and enable use of GitHub Enterprise (#491)
* Prevent unauthorized CMS access and enable use of GitHub Enterprise
2017-08-01 20:28:03 -07:00

13 lines
173 B
CSS

.root {
display: flex;
flex-flow: column nowrap;
align-items: center;
justify-content: center;
height: 100vh;
}
.button {
padding: .25em 1em;
height: auto;
}