Swap out PNG files for SVG files, add proof-of-concept style for upload page.

This commit is contained in:
Chris Wilson
2020-10-25 11:49:12 -04:00
parent e08e650110
commit 172d26ffb2
85 changed files with 315213 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
#island-footer{
background: url('../static/backgrounds/footer/footer-0003.svg') repeat-x bottom;
display: flex;
flex-direction: column;
justify-content: flex-end;
width: 100%;
height: 62px;
margin-top: 2rem;
padding-left: 0.5rem;
line-height: 30px;
position: fixed;
left: 0;
bottom: 0;
}