let download images via ingest now

This commit is contained in:
jane 2022-04-16 21:14:14 -04:00
parent 01e778edad
commit abf3244dda
29 changed files with 3728 additions and 42 deletions

View file

@ -0,0 +1,40 @@
.select {
min-height: 90vh;
max-height: 90vh;
max-width: 50vw;
left: 45vw;
position: relative;
overflow-y: scroll;
display: flex;
flex-wrap: wrap;
}
.borderKeeper {
width: 132px !important;
height: 132px !important;
padding: 4px;
}
.borderKeeper > span {
display: inline-table !important;
}
.userImage,
.borderImage {
position: relative;
left: 0;
}
.userImage {
z-index: -1;
top: 0;
}
.borderImage {
z-index: 3;
top: -256px !important;
}
.selected {
border: 1px solid black;
}

View file

@ -12,6 +12,19 @@
align-items: center;
}
.userinfo {
position: absolute;
display: flex;
flex-direction: column;
justify-content: end;
align-items: flex-end;
text-align: right;
width: 50vw;
top: 0;
left: 50vw;
padding-right: 32px;
}
.footer {
display: flex;
flex: 1;
@ -43,11 +56,12 @@
margin: 0;
line-height: 1.15;
font-size: 4rem;
width: 50vw;
}
.title,
.description {
text-align: center;
text-align: left;
}
.description {