Fix modal layout positioning

This commit is contained in:
Dane Everitt 2020-04-03 16:39:55 -07:00
parent 85e3945cd7
commit 807cd815ea
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 7 additions and 5 deletions

View file

@ -6,9 +6,9 @@
& > .modal-container {
@apply .relative .w-full .max-w-1/2 .m-auto .flex-col .flex;
/*&.top {
&.top {
margin-top: 10%;
}*/
}
& > .modal-close-icon {
@apply .absolute .pin-r .p-2 .text-white .cursor-pointer .opacity-50;