Sha256: fd7f016458831404a77801621dfedb116d0a21d261e26bdbc75dded562e0f8c0
Contents?: true
Size: 932 Bytes
Versions: 4
Compression:
Stored size: 932 Bytes
Contents
@if $moovui-init { [data-section="accordion"] > :not(.active) [data-section-content] { display: none; } } @mixin qna { @include radius; background: #dadde2; font-size: 14px; font-weight: 300; margin: 0 0 $sp2; [data-section-title] { cursor: pointer; font-weight: bold; margin: 0; padding: $sp $sp $sp 25px; &:before { @include entypo-icon; @extend .icon-triangle-right:before; margin: 0 0 0 -13px; position: absolute; width: 13px; } code { background: none; border: 0; padding: 0; } } .active [data-section-title]:before { @extend .icon-triangle-down:before; margin: 0 0 0 -14px; width: 14px; } [data-section-content] { @include clearfix; padding: 0 $sp 0 25px; &:after { margin: $sp 0 0; } } } .#{$moovui-prefix}qna { @include qna; } .win .#{$moovui-prefix}qna { font-weight: normal; }
Version data entries
4 entries across 4 versions & 1 rubygems