Sha256: e50c7c4523d0e87cb4788c7b5794d586bb346529cbbbc866c8a1d9711adb7179

Contents?: true

Size: 1.69 KB

Versions: 1

Compression:

Stored size: 1.69 KB

Contents

#consent_blackbar {
  #truste-consent-track {
    background-color: $off-white !important;
    box-shadow: 0 0 0 1px rgba(89,105,128,0.05),0 3px 20px 0 rgba(89,105,128,0.15),0 1px 2px 0 rgba(0,0,0,0.05);
    position: relative;
    z-index: 5;
  }

  #truste-consent-content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 40px;
    flex-direction: row-reverse;
  }

  .truste-text,
  .truste-cookie-link,
  .truste-cookie-link2 {
    font-family: $font-main;
  }

  .truste-cookie-link,
  .truste-cookie-link2 {
    font-weight: $font-bold;
    letter-spacing: 0.05em;
    color: $blue;
    padding-top: 0;
    line-height: 1.4;
  }

  .truste-cookie-link2 {
    padding: 8px 0 8px 20px;
  }

  .truste-textconsent {
    line-height: 1.4;
    margin-left: 20px;
    flex: 1;
    padding: 10px 0;
  }

  .truste-close {
    padding: 8px 15px 8px 10px;
    margin: 0;
  }

  .truste-desktopbuttons {
    padding: 0 !important;
  }

  @media (max-width: 768px) {
    #truste-consent-content {
      > div,
      .truste-cookie-link2 {
        align-self: flex-start;
      }
      .truste-cookie-link2 {
        padding-top: 12px;
        padding-bottom: 12px;
      }
      .truste-close {
        padding-top: 12px;
      }
    }
  }

  @media (max-width: 385px) {
    #truste-consent-content {
      > div:first-child,
      .truste-cookie-link2 {
        position: absolute;
      }
      .truste-cookie-link2 {
        top: 0;
        left: 0;
      }
      > div:first-child {
        top: 0;
        right: 0;
      }
      .truste-textconsent {
        margin-right: 20px;
        padding-top: 35px;
      }
    }
  }
}

#teconsent a {
  text-decoration: underline;
  color: #999;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bookends-6.0.1 app/assets/stylesheets/bookends/_cookies.scss