Finish UI stuff for today
This commit is contained in:
parent
89d29cf46b
commit
6c7a5d5bb9
6 changed files with 27 additions and 26 deletions
|
@ -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%;
|
||||
|
||||
|
|
Reference in a new issue