Sha256: b584e72b219256af18bf23f7df2ce91573263f29601773000142231a843d2b7b
Contents?: true
Size: 572 Bytes
Versions: 37
Compression:
Stored size: 572 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; } } .accordion-item{ // Override Foundation &:first-child > :first-child, &:last-child:not(.is-active) > .accordion-title{ border: 0; border-radius: 0; } } .accordion-content{ border: 0; .tabs-title > a[aria-selected="true"], .tabs-content{ background: transparent; } } }
Version data entries
37 entries across 37 versions & 1 rubygems