Add spacing between done and authorize button

This commit is contained in:
Kyle Shockey
2017-11-23 12:35:00 -06:00
parent c70e0f8c38
commit 640050e54e
2 changed files with 5 additions and 1 deletions

View File

@@ -5,6 +5,10 @@
padding: 10px 0;
justify-content: center;
.btn-done {
margin-right: 1em;
}
}
.auth-wrapper