Sha256: 63feae767ee315dbbbe6a92a8b8b47a7ac5991bb5b304bfb5ffee6f89f45f614

Contents?: true

Size: 966 Bytes

Versions: 6

Compression:

Stored size: 966 Bytes

Contents

.ae-accordion-trigger
  background: $primary-color
  display: block
  position: relative
  text-align: left
  margin-right: 0

  &:not(.collapsed)
    @include border-radius(3px 3px 0 0 !important)

  &:not(.collapsed):after
    content: "\f106"
    @include icon-font

  &.collapsed:after
    content: "\f107"
    @include icon-font

  &:after
    display: block
    position: absolute
    right: 16px
    top: 50%
    transform: translateY(-50%)
    font-size: 2em

.ae-accordion-content
  padding: 0 1em 1em 1em
  border: 1px solid $border-light
  border-top: 0
  overflow: hidden
  -webkit-transition: height 0.25s
  -moz-transition: height 0.25s
  transition: height 0.25s
  box-sizing: border-box
  -moz-box-sizing: border-box
  -webkit-box-sizing: border-box
  @include easeInOut
  &.expanded
    height: auto
  &.collapsed
    height: 0
  &.collapsed
    display: none

  @include tablet
    margin-bottom: 1em

  @include tablet-max
    margin-bottom: 0.5em

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
express_ui-0.5.0 app/assets/stylesheets/express_ui/scripts/_accordion.sass
express_ui-0.4.2 app/assets/stylesheets/express_ui/scripts/_accordion.sass
express_ui-0.4.1 app/assets/stylesheets/express_ui/scripts/_accordion.sass
express_ui-0.4.0 app/assets/stylesheets/express_ui/scripts/_accordion.sass
express_ui-0.3.0 app/assets/stylesheets/express_ui/scripts/_accordion.sass
express_ui-0.2.1 app/assets/stylesheets/express_ui/scripts/_accordion.sass