Remove unwanted footer items

Summary: Remove unwanted footer items

Reviewed By: emilsjolander

Differential Revision: D6999348

fbshipit-source-id: e1ff13b8a5a497bfc54e04294994eddef48bbf94
This commit is contained in:
Pritesh Nandgaonkar
2018-02-15 08:03:57 -08:00
committed by Facebook Github Bot
parent 44622912a2
commit 35c6931ade
2 changed files with 10 additions and 11 deletions

View File

@@ -14,7 +14,8 @@
align-items: center;
justify-content: space-between;
background-color: white;
border-top: 1px solid #a6dacf;
border-top: 1px solid #6BCEBB;
flex-wrap: wrap;
}
.Footer svg {
@@ -23,17 +24,19 @@
}
.Footer svg path {
fill: #a6dacf;
fill: #6BCEBB;
}
.Footer .logoOSS {
display: flex;
align-items: center;
text-decoration: none;
color: #6BCEBB;
}
.Footer a {
margin: 0 10px;
color: #6BCEBB;
}
.Footer .SocialNetwork {