Sha256: 419c08aeaa101d46b1692ea0f1b750e2ad025368eb5571da01cd7c982a9610ea

Contents?: true

Size: 580 Bytes

Versions: 2

Compression:

Stored size: 580 Bytes

Contents

.inactive, .current {
  -webkit-transition: opacity 0.5s ease-in-out 0.0s;
}
.inactive {
  opacity: 0;
}
.visited {
  -webkit-transition: opacity 0.5s ease-in-out 0.3s;
  .hide-visited {
    display: none;
  }
  &.hide-visited {
    display: none;
  }
}

.hover li.visited {
  opacity: 0.5;
}
li.current {
  opacity: 1;
  //color: $color;
  //font-weight: bold;
  &:before {
    content:'\2023\00A0\00A0\2009';
  }
}
.border-separated {
  li {
    -webkit-transition: all 0.5s;
  }
  li.inactive {
    margin-left: -400px;
  }
  li.current, li.visited {
    margin-left: 0;
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
slideoff-0.2 themes/modern/styles/_increment.scss
slideoff-0.1 themes/modern/styles/_increment.scss