Sha256: 9d8477e7ecde3e31e4990bbf1189e1094298651dd2d625179eb1f43b81dd65de

Contents?: true

Size: 548 Bytes

Versions: 8

Compression:

Stored size: 548 Bytes

Contents

border-top: 1px solid adjust-hue(lighten($primary_color, 12%), -3% );
background: -webkit-linear-gradient(adjust-hue(lighten($primary_color, 6),-1%), $primary_color); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(adjust-hue(lighten($primary_color, 6),-1%), $primary_color); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(adjust-hue(lighten($primary_color, 6),-1%), $primary_color); /* For Firefox 3.6 to 15 */
background: linear-gradient(adjust-hue(lighten($primary_color, 6),-1%), $primary_color); /* Standard syntax */

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
staple-0.4.5 source/styles/buttons/gradient.scss
staple-0.4.4 source/styles/buttons/gradient.scss
staple-0.4.3 source/styles/buttons/gradient.scss
staple-0.4.2 source/styles/buttons/gradient.scss
staple-0.4.1 source/styles/buttons/gradient.scss
staple-0.3.0 source/styles/buttons/gradient.scss
staple-0.2.1 source/styles/buttons/gradient.scss
staple-0.2.0 source/styles/buttons/gradient.scss