Tweak footer styling
Reviewed By: priteshrnandgaonkar Differential Revision: D6999652 fbshipit-source-id: 93f4e43894388bb607112691a0b97e2e12a7df23
This commit is contained in:
committed by
Facebook Github Bot
parent
4c3eebd3e5
commit
d617ab6662
@@ -9,13 +9,10 @@
|
|||||||
|
|
||||||
.Footer {
|
.Footer {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 10px 15px;
|
padding: 20px 15px;
|
||||||
z-index: 4;
|
z-index: 4;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
|
||||||
background-color: white;
|
background-color: white;
|
||||||
border-top: 1px solid #6BCEBB;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.Footer svg {
|
.Footer svg {
|
||||||
@@ -24,23 +21,45 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.Footer svg path {
|
.Footer svg path {
|
||||||
fill: #6BCEBB;
|
fill: #606770;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Footer .logoOSS {
|
.Footer .logoOSS {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
text-decoration: none;
|
color: #606770;
|
||||||
color: #6BCEBB;
|
}
|
||||||
|
|
||||||
|
.Footer .logoOSS svg {
|
||||||
|
margin-right: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Footer a {
|
.Footer a {
|
||||||
margin: 0 10px;
|
margin: 0 15px;
|
||||||
|
color: #606770;
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
|
||||||
|
.Footer a:hover {
|
||||||
color: #6BCEBB;
|
color: #6BCEBB;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Footer .SocialNetwork {
|
.Footer .SocialNetwork {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
margin-left: auto;
|
||||||
text-decoration: none;
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 576px) {
|
||||||
|
.Footer {
|
||||||
|
padding: 10px 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.Footer .logoOSS svg {
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.Footer a {
|
||||||
|
margin: 0 10px;
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
}
|
}
|
@@ -25,7 +25,7 @@ export default class Footer extends Component<{}> {
|
|||||||
Facebook Open Source
|
Facebook Open Source
|
||||||
</a>
|
</a>
|
||||||
<div className="SocialNetwork">
|
<div className="SocialNetwork">
|
||||||
<a href="https://github.com/facebook/yoga">Github</a>
|
<a href="https://github.com/facebook/yoga">GitHub</a>
|
||||||
<a href="https://twitter.com/yogalayout">Twitter</a>
|
<a href="https://twitter.com/yogalayout">Twitter</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@@ -22,7 +22,6 @@
|
|||||||
.Toolbar .logo {
|
.Toolbar .logo {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
text-decoration: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.Toolbar a {
|
.Toolbar a {
|
||||||
|
Reference in New Issue
Block a user