Updates all styles save for the tooltip and tracker, which are forthcoming. I just really wanted to commit all these changes.
This commit is contained in:
13
WebHostLib/static/styles/islandFooter.css
Normal file
13
WebHostLib/static/styles/islandFooter.css
Normal file
@@ -0,0 +1,13 @@
|
||||
#island-footer{
|
||||
background: url('../static/backgrounds/footer/footer-0003.svg') repeat-x bottom;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-end;
|
||||
width: calc(100% - 0.5rem);
|
||||
height: 66px;
|
||||
padding-left: 0.5rem;
|
||||
line-height: 30px;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user