Add support for copying a file or folder

This commit is contained in:
Dane Everitt
2019-03-10 18:42:53 -07:00
parent 3970a24218
commit 5aa40800c8
8 changed files with 119 additions and 16 deletions

View File

@@ -17,4 +17,8 @@
width: 90%;
}
}
& > .modal-container.w-auto {
@apply .w-auto;
}
}