Sha256: 521524d676e4e9b5e1e194ad6217fae43087dc10b6d20c9360e1cc868b1bb1e4
Contents?: true
Size: 645 Bytes
Versions: 37
Compression:
Stored size: 645 Bytes
Contents
[class*="toadstool"] { .nav_toggle { @include linear_gradient_w3c ($alpha_gray, #{$delta_gray 0%, $alpha_gray 100%}); &:hover { @include linear_gradient_w3c ($alpha_gray, #{$alpha_gray 0%, $delta_gray 100%}); border-color: $alpha_gray; box-shadow: 0 0 0; } text-shadow: 0 0 0; box-shadow: 0 0 0; border-color: $alpha_gray; float: right; display: none; color: $white; @media #{$mobile} { display: block; width: auto; padding: rem(15) rem(10) rem(10) rem(10); font-weight: normal; span { &:after { content: "\f00b"; font-family: $icon_font_alpha; font-size: 2em; } } } } }
Version data entries
37 entries across 37 versions & 1 rubygems