Sha256: 6f721aa65b99835e25db6ef08eb32bf672181f6e9b2de6829f31d8f834870376
Contents?: true
Size: 649 Bytes
Versions: 8
Compression:
Stored size: 649 Bytes
Contents
//- List nav .list-nav { ul { list-style-type: none; padding: 0; } li { margin-bottom: $pad-sm; a { text-decoration: none; padding-left: 0; color: $text-color-light; @include transition(.2s $ease-out-expo); &:hover { color: $text-color; } } &.active a { color: $purple; &.action { padding-left: $pad; } } } &-sm { font-size: $font-sm; h5 { margin-bottom: $pad; } } &.slide-action { li { a:hover { padding-left: $pad; } &.active a { padding-left: $pad; } } } }
Version data entries
8 entries across 8 versions & 1 rubygems