Sha256: fea42aa298e6bf7819271bbdc11ea4a15e3ec320eaad68a4ca6f7a8c766e8a55

Contents?: true

Size: 711 Bytes

Versions: 2

Compression:

Stored size: 711 Bytes

Contents

.slider__list
  z-index: 1

.slider__controls
  display: block

.slider__control-prev,
.slider__control-next
  display: block
  width: rem(42)
  height: rem(42)
  padding-top: rem(6)
  margin-top: rem(-21)
  position: absolute
  top: 50%
  background-color: $white
  border: 0
  border-radius: 100%
  cursor: pointer
  z-index: 10
  color: $black

  &:hover
    color: $primary-color

.slider__control-prev
  left: rem(20)

.slider__control-next
  right: rem(20)

.slider__nav
  position: absolute
  margin: 0
  bottom: rem(10)
  left: 0
  right: 0
  z-index: 10

.slider__nav-item
  margin: 0 rem(6)

  &:hover
    border-width: rem(4)
    width: rem(20)
    height: rem(20)
    margin: 0 rem(8) rem(2) rem(8)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
partystreusel-2.0.0 styleguide/source/stylesheets/partystreusel/large/modules/_slider.sass
partystreusel-1.2.0 styleguide/source/stylesheets/partystreusel/large/modules/_slider.sass