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