mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
15 lines
219 B
CSS
15 lines
219 B
CSS
footer .sitemap h6,
|
|
footer .sitemap h5 > a,
|
|
footer .sitemap h6 > a {
|
|
color: $secondaryColor;
|
|
}
|
|
|
|
footer.nav-footer {
|
|
background-color: #012129;
|
|
}
|
|
|
|
footer.nav-footer .nav-home img {
|
|
height: auto;
|
|
width: 34px;
|
|
}
|