Sha256: 7f92f0b431aa3b52495837a79dc951cbdd9d17d1ccecc8b299943415f11a9432
Contents?: true
Size: 995 Bytes
Versions: 17
Compression:
Stored size: 995 Bytes
Contents
.toadstool_nav { ol { @include flexbox(100%, auto); background: $bravo_gray; font-weight: bold; @media #{$mobile} { @include flexbox(100%, auto, $orient: vertical); @include linear_gradient_w3c ($bravo_gray, #{$bravo_gray 30%,$delta_gray 100%}); } } li { @include flex(1); text-align: center; line-height: 3em; background: $white; color: $alpha_gray; border-radius: em(5) em(5) 0 0; @media #{$mobile} { width: 100%; border-radius: 0; font-size: 1.2em; background: transparent; color: $echo_gray; border-top: 1px solid $echo_gray; } } a { color: $white; @include linear_gradient_w3c ($bravo_gray, #{$bravo_gray 50%,$delta_gray 100%}); @media #{$mobile} { background: transparent; } display: block; &:hover { text-decoration: none; background: $white; color: $alpha_gray; border-radius: em(5) em(5) 0 0; @media #{$mobile} { border-radius: 0; background: transparent; color: $echo_gray; } } } }
Version data entries
17 entries across 17 versions & 1 rubygems