Sha256: f3e598dae9fb93165ab9b45b760a4dbb94d3442c9199904ade94a5c7eea07dd2
Contents?: true
Size: 607 Bytes
Versions: 4
Compression:
Stored size: 607 Bytes
Contents
// // Accordion // -------------------------------------------------- // Parent container .accordion margin-bottom: $baseLineHeight // Group == heading + body .accordion-group margin-bottom: 2px border: 1px solid #e5e5e5 +ctb-border-radius($baseBorderRadius) .accordion-heading border-bottom: 0 .accordion-heading .accordion-toggle display: block padding: 8px 15px // General toggle styles .accordion-toggle cursor: pointer // Inner needs the styles because you can't animate properly with any styles on the element .accordion-inner padding: 9px 15px border-top: 1px solid #e5e5e5
Version data entries
4 entries across 4 versions & 1 rubygems