Sha256: 692c7443367c0dd6e59da4cab59a63e085d32ef800d6bd2a5698268945007ad2
Contents?: true
Size: 765 Bytes
Versions: 56
Compression:
Stored size: 765 Bytes
Contents
//Quicklink Tabs with Nested Accordions .tabs.box-tabs .tab-title > a{ background: none; padding: 0; } .tab-title.active .quicklink-box{ background: $stone; .box-title{ color: $jet; } i{ color: $smoke; } } //Accordion styles for FAQ content .faq{ .accordion .accordion-navigation > a, .accordion dd > a{ text-decoration: none; background: $white; &:active, &:hover, &:focus{ background: $stone; outline: none; } } .accordion-navigation > a.top-level, dd > a.top-level{ background: darken($stone, 5%); border-bottom: 1px solid $stone; &:hover{ background: lighten($smoke, 4%); } &:active, &:focus, &:visited{ background: darken($stone, 5%); } } }
Version data entries
56 entries across 56 versions & 1 rubygems