Sha256: 97aeab02814b885ebee6bff86c0c16a8cadc2391df894d5f59633aec058af3ac
Contents?: true
Size: 773 Bytes
Versions: 7
Compression:
Stored size: 773 Bytes
Contents
[class*="toadstool"] { .nav_toggle { //background: -webkit-linear-gradient(to bottom, #7d7e7d 0%,#0e0e0e 100%); //@include linear_gradient_w3c (#7d7e7d, #{#7d7e7d 0%, #0e0e0e 100%}); @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; @media #{$mobile} { display: block; width: auto; padding: em(15) em(10) em(10) em(10); font-weight: normal; span { &:after { content: "\f00b"; font-family: $icon_font_alpha; font-size: 2em; } } } } }
Version data entries
7 entries across 7 versions & 1 rubygems