Sha256: 866f6e64275a5ce326771393797a5634d58f9b4c675c53ee341478ab592c1115

Contents?: true

Size: 349 Bytes

Versions: 1

Compression:

Stored size: 349 Bytes

Contents

body > footer {
  background: $footer-bg-color;
  padding: 4rem 0;

  p {
    color: $footer-text-color !important;
  }

  ul {
    list-style-type: none;

    @media #{$large-up} {
      float: right;
    }

    li {
      a {
        color: $footer-link-color;

        &:hover {
          color: $footer-link-color;
        }
      }
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
self_systeem-0.1.0 test/dummy_app/app/assets/stylesheets/site/_footer.scss