Sha256: 5136ef91b1b5a51fb1179b4fc01a60563fd5164413c4e445a3d90cd1083563de

Contents?: true

Size: 795 Bytes

Versions: 2

Compression:

Stored size: 795 Bytes

Contents

.readmore__button
  display: inline-block
  position: relative
  margin-bottom: rem(12)
  padding: rem(7) rem(30) rem(7) 0
  font-size: $paragraph-font-size
  color: $grey-dark

  &:after
    content: ''
    display: inline-block
    position: absolute
    top: rem(15)
    right: rem(10)
    +triangle(rem(10), currentColor, down)

  &:hover
    color: $primary-color

// ----------------------------------------------------------
// STATES
// ----------------------------------------------------------
.readmore--closed
  display: none

.readmore--opened

  + .readmore__button
    &:after
      border-top: 0
      border-left-color: transparent
      border-right-color: transparent
      border-bottom: rem(5) solid currentColor

    &:hover:after
      border-bottom-color: $primary-color

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
partystreusel-2.0.0 styleguide/source/stylesheets/partystreusel/small/modules/_readmore.sass
partystreusel-1.2.0 styleguide/source/stylesheets/partystreusel/small/modules/_readmore.sass