Sha256: d267d650ad5f60d5eb4cf68c29dd9d36c7cc20f7fe3cef1bb5643e611af08e22

Contents?: true

Size: 623 Bytes

Versions: 32

Compression:

Stored size: 623 Bytes

Contents

.section-faq {
  &__show-more-button {
    text-decoration: none;

    &[aria-expanded='false'] {
      .section-faq__show-more-button__expanded {
        display: none;
      }
    }

    &[aria-expanded='true'] {
      .section-faq__show-more-button__collapsed {
        display: none;
      }
    }
  }

  &__faq-question {
    cursor: pointer;
  }

  &__expander {
    display: flex;
    text-align: right;

    a {
      text-decoration: none;
      width: 100%;

      &[aria-expanded='false']::before {
        content: '+';
      }

      &[aria-expanded='true']::before {
        content: '-';
      }
    }
  }
}

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
wcc-contentful-app-1.7.1 app/assets/stylesheets/sections/_faq.scss
wcc-contentful-app-1.7.0 app/assets/stylesheets/sections/_faq.scss
wcc-contentful-app-1.6.2 app/assets/stylesheets/sections/_faq.scss
wcc-contentful-app-1.6.1 app/assets/stylesheets/sections/_faq.scss
wcc-contentful-app-1.6.0 app/assets/stylesheets/sections/_faq.scss
wcc-contentful-app-1.5.1 app/assets/stylesheets/sections/_faq.scss
wcc-contentful-app-1.5.0 app/assets/stylesheets/sections/_faq.scss
wcc-contentful-app-1.5.0.rc1 app/assets/stylesheets/sections/_faq.scss
wcc-contentful-app-1.4.0 app/assets/stylesheets/sections/_faq.scss
wcc-contentful-app-1.4.0.rc3 app/assets/stylesheets/sections/_faq.scss
wcc-contentful-app-1.4.0.rc2 app/assets/stylesheets/sections/_faq.scss
wcc-contentful-app-1.3.2 app/assets/stylesheets/sections/_faq.scss
wcc-contentful-app-1.4.0.rc1 app/assets/stylesheets/sections/_faq.scss
wcc-contentful-app-1.3.1 app/assets/stylesheets/sections/_faq.scss
wcc-contentful-app-1.3.0 app/assets/stylesheets/sections/_faq.scss
wcc-contentful-app-1.2.1 app/assets/stylesheets/sections/_faq.scss
wcc-contentful-app-1.2.0 app/assets/stylesheets/sections/_faq.scss
wcc-contentful-app-1.1.2 app/assets/stylesheets/sections/_faq.scss
wcc-contentful-app-1.1.1 app/assets/stylesheets/sections/_faq.scss
wcc-contentful-app-1.1.0 app/assets/stylesheets/sections/_faq.scss