Finish UI stuff for today

This commit is contained in:
Dane Everitt
2019-02-03 17:45:22 -08:00
parent 89d29cf46b
commit 6c7a5d5bb9
6 changed files with 27 additions and 26 deletions

View File

@@ -4,7 +4,7 @@
transition: opacity 250ms ease;
& > .modal-container {
@apply .relative .p-8 .bg-white .w-full .max-w-md .m-auto .flex-col .flex;
@apply .relative .p-8 .bg-white .w-full .max-w-md .m-auto .flex-col .flex .rounded;
transition: all 250ms ease;
margin-top: 15%;