Sha256: aa51e7dc1a5bce6756300b223bd4f93cfb8e4b1c29af135ab4c7b3b30e5ea2be
Contents?: true
Size: 428 Bytes
Versions: 1
Compression:
Stored size: 428 Bytes
Contents
.accordion { h6 { a { display: flex; justify-content: space-between; align-items: center; i { color: $primary-color; @include transition( all $general-transition-time $transition-bezier); } &.collapsed { i { color: $medium-gray; @include rotate-180(); } } &:hover { text-decoration: none; } } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kiso_themes-1.0.2 | lib/sass/kiso_themes/_core/_accordion.scss |