mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-15 09:53:32 -07:00
Swap out PNG files for SVG files, add proof-of-concept style for upload page.
This commit is contained in:
14
WebHostLib/static/styles/grassFooter.css
Normal file
14
WebHostLib/static/styles/grassFooter.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user