Sha256: 98ffd6c5e266cb4b9857979ea8596db60550a649335e90e5d3bb80ec5b21e492

Contents?: true

Size: 529 Bytes

Versions: 3

Compression:

Stored size: 529 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;
		}
	}
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
toadstool-0.0.0.5 lib/stylesheets/toadstool/_buttons.scss
toadstool-0.0.0.4 lib/stylesheets/toadstool/_buttons.scss
toadstool-0.0.0.3 lib/stylesheets/toadstool/_buttons.scss