Sha256: 8c88954a5f9d0152951f6fd52dab7bdfbffde275595b68265c6738f24c0c2df9

Contents?: true

Size: 595 Bytes

Versions: 2

Compression:

Stored size: 595 Bytes

Contents

.dropdown
  position: relative
  margin: 0 0 rem(18) 0

  .btn
    margin-bottom: 0

.dropdown__menu
  display: none
  position: absolute
  top: 100%
  left: 0
  z-index: 1000
  float: left
  min-width: rem(160)
  padding: rem(6) 0
  margin: rem(2) 0 0 0
  list-style: none
  background-color: $white
  border: rem(1) solid $grey

  a
    display: block
    padding: rem(5) rem(12)
    white-space: nowrap

// ----------------------------------------------------------
// STATES
// ----------------------------------------------------------
.dropdown--open

  .dropdown__menu
    display: block

Version data entries

2 entries across 2 versions & 1 rubygems

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