Sha256: 98fb96c99416e36da720aa72fbdf1a967539bee8ce0f1e6c631f71934600dc0c

Contents?: true

Size: 770 Bytes

Versions: 3

Compression:

Stored size: 770 Bytes

Contents

[class*="toadstool"] {
	.nav_toggle {
    background-color: $alpha_gray; // Old browsers
    @include background-image(linear-gradient(top,  $delta_gray 0%, $alpha_gray 100%));
    &:hover {
      background-color: $alpha_gray; // Old browsers
      @include background-image(linear-gradient(top,  $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

3 entries across 3 versions & 1 rubygems

Version Path
stipe-0.0.5.7.9 stylesheets/stipe/toadstool/_buttons.scss
stipe-0.0.5.7.8 stylesheets/stipe/toadstool/_buttons.scss
stipe-0.0.5.7.7 stylesheets/stipe/toadstool/_buttons.scss