Sha256: 801467abd35df5f99313cb0bcb5ed4ef06159fe0860bbd5474bb7f9cad444199
Contents?: true
Size: 660 Bytes
Versions: 61
Compression:
Stored size: 660 Bytes
Contents
.accordion{ background: transparent; .accordion-title{ font-size: $global-font-size; color: inherit; border: 0; border-radius: 0; span{ cursor: move; } &:focus{ background: transparent; } &:hover{ background: $light-gray; } } .accordion-item{ // Override Foundation &:first-child > :first-child, &:last-child:not(.is-active) > .accordion-title{ border: 0; border-radius: 0; } } .accordion-content{ background-color: $lighter-gray; border: 0; .tabs-title > a[aria-selected="true"], .tabs-content{ background: transparent; } } }
Version data entries
61 entries across 61 versions & 1 rubygems