Sha256: 02a5ae42862e85a992ede23446dc0ce628bd65e347ae9509a4e2f0216de1c3d0
Contents?: true
Size: 393 Bytes
Versions: 17
Compression:
Stored size: 393 Bytes
Contents
/* style.scss */ #navbar { $navbar-width: 800px; $items: 5; $navbar-color: #ce4dd6; width: $navbar-width; border-bottom: 2px solid $navbar-color; li { float: left; width: $navbar-width/$items - 10px; background-color: lighten($navbar-color, 20%); &:hover { background-color: lighten($navbar-color, 10%); } } }
Version data entries
17 entries across 17 versions & 1 rubygems