Sha256: eb5d84e48d0548d8de5483c8fd283e5b4ca7e2e9d20d38a26023b2296be9a585

Contents?: true

Size: 845 Bytes

Versions: 2

Compression:

Stored size: 845 Bytes

Contents

.links
  +outer-container

.links__list
  list-style-type: none
  margin: 0
  padding: 0

.links__item
  margin-bottom: rem(12)

  .btn
    display: block
    float: left

  .btn--icon
    background-color: $grey
    border-radius: 100%
    color: $body-font-color

.links__link
  +clearfix
  display: block
  position: relative
  width: 100%
  padding: 0
  margin: 0
  text-decoration: none
  color: $grey-dark

.links__text
  display: block
  min-height: rem(56)
  margin-left: rem(54)
  border-bottom: rem(2) solid $grey
  line-height: 1.5

  small
    font-size: rem(14)
    display: block
    color: $body-font-color

// ----------------------------------------------------------
// STATES
// ----------------------------------------------------------
.links__link:hover
  .btn--icon
    background-color: $grey-light
    color: $grey-dark

Version data entries

2 entries across 2 versions & 1 rubygems

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