Add custom Modal component

This commit is contained in:
Gabe Kangas
2022-05-09 15:34:02 -07:00
parent 8c7c11cb72
commit 92a1da4df6
6 changed files with 131 additions and 57 deletions

View File

@@ -0,0 +1,11 @@
.spinner {
position: absolute;
top: 50%;
left: 50%;
}
.content {
display: block;
height: 100%;
padding: 2vw;
}