• Dan Abramov's avatar
    Publish · 96f4be9b
    Dan Abramov authored
     - create-react-app@1.0.2
     - react-dev-utils@0.4.2
     - react-scripts@0.8.4
    96f4be9b
This project manages its dependencies using npm. Learn more
_footer.scss 375 bytes
//
// Footer
//
.bd-footer {
  @include font-size(.875rem);
  color: #63707c;
  a {
    font-weight: 600;
    color: $gray-700;
    &:hover,
    &:focus {
      color: $link-color;
  p {
    margin-bottom: 0;
.bd-footer-links {
  padding-left: 0;
  margin-bottom: 1rem;
  li {
    display: inline-block;
    + li {
      margin-left: 1rem;