Sha256: 702f331dd15a1742547f056ad88f47ff3234904fed19e2362fac14e55874a896
Contents?: true
Size: 779 Bytes
Versions: 56
Compression:
Stored size: 779 Bytes
Contents
.main-nav{ width: 120px; min-height: 100%; background-color: $dark-gray; float: left; text-align: center; } .main-nav ul{ list-style: none; margin-left: 0; a{ padding-top: 1rem; padding-bottom: .8rem; border-bottom: 1px solid rgba(white, .2); li:first-child > &{ border-top: 1px solid rgba(white, .2); } display: block; color: $medium-gray; font-size: .7rem; text-transform: uppercase; &:hover{ background-color: lighten($dark-gray, 10); } } .is-active a{ color: $body-font-color; background-color: $white; box-shadow: inset 5px 0 0 $brand; border-bottom-color: $dark-gray; } .icon{ width: 24px; height: 24px; display: block; margin: 0 auto; opacity: .5; } }
Version data entries
56 entries across 56 versions & 2 rubygems