Sha256: 5d2311ed53ebfe4b632b00b4801f15c24e52ddafdc10479380f41280665cb45c
Contents?: true
Size: 1022 Bytes
Versions: 84
Compression:
Stored size: 1022 Bytes
Contents
nav { background-color: $white; border-right: 0.5px solid $dark-gray; grid-area: nav; ul.navigation { border-right: 0.5px solid $dark-gray; a { color: mix($light-gray, white, 15%); text-decoration: none; li { background-color: $dark-blue; border-top: 1px solid $light-gray; padding: 1em 7em 1em 1em; &:hover { background: darken($dark-blue, 15%); cursor: pointer; } &.current { background: darken($dark-blue, 15%); color: $white; font-weight: bold; } } } } } .toolbar { background-color: $white; border-right: 0.5px solid $dark-gray; grid-area: toolbar; ul.secondary_navigation { border-right: 0.5px solid $dark-gray; a { text-decoration: none; li { border-bottom: 0.5px solid $dark-gray; padding: 1em 5em 1em 1em; } &.current { font-style: italic; font-weight: bold; } } } }
Version data entries
84 entries across 84 versions & 1 rubygems