Files
yoga/website/src/components/Footer.css
Pritesh Nandgaonkar 35c6931ade Remove unwanted footer items
Summary: Remove unwanted footer items

Reviewed By: emilsjolander

Differential Revision: D6999348

fbshipit-source-id: e1ff13b8a5a497bfc54e04294994eddef48bbf94
2018-02-15 08:13:40 -08:00

47 lines
871 B
CSS

/**
* Copyright (c) 2014-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/
.Footer {
display: flex;
padding: 10px 15px;
z-index: 4;
align-items: center;
justify-content: space-between;
background-color: white;
border-top: 1px solid #6BCEBB;
flex-wrap: wrap;
}
.Footer svg {
width: 30px;
height: 30px;
}
.Footer svg path {
fill: #6BCEBB;
}
.Footer .logoOSS {
display: flex;
align-items: center;
text-decoration: none;
color: #6BCEBB;
}
.Footer a {
margin: 0 10px;
color: #6BCEBB;
}
.Footer .SocialNetwork {
display: flex;
align-items: center;
text-decoration: none;
}