Sha256: 80584c372ec8406159f3f4edd2b264f83f41350014f6863fa17aa170f67acb9d

Contents?: true

Size: 728 Bytes

Versions: 5

Compression:

Stored size: 728 Bytes

Contents

@mixin footer-links-styles {
  a {
    @include txt-fd-element(footer-links);
    margin: 0;
  }

  a + a:not(.cookie-link) { margin-left: 5px; }

  a:first-child { margin-right: 5px; }

  a:first-child::before, a.cookie-link::before {
    content: none;
  }

  a::before {
    content: '\2022';
    margin-left: -10px;
  }
}

.footer {
  @include add-gutter(margin, top, 1);

  @include breakpoint(small down) {
    .footer-links {
      @include footer-links-styles;
      a {
        background: 0;
        border-radius: 0;
        box-shadow: none;
        padding: 0;
      }

      a.cookie-link {
        margin-top: 5px;
        width: 100%;
      }
    }
  }

  .footer-links {
    @include footer-links-styles;
  }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
lcms-engine-0.1.4 app/assets/stylesheets/lcms/engine/freshdesk/layout/_footer.scss
lcms-engine-0.1.3 app/assets/stylesheets/lcms/engine/freshdesk/layout/_footer.scss
lcms-engine-0.2.0 app/assets/stylesheets/lcms/engine/freshdesk/layout/_footer.scss
lcms-engine-0.1.2 app/assets/stylesheets/lcms/engine/freshdesk/layout/_footer.scss
lcms-engine-0.1.0 app/assets/stylesheets/lcms/engine/freshdesk/layout/_footer.scss