Sha256: 3a755da91156e6b3cf993be7686aca02f31766cffa8351486dba211e8cee8317

Contents?: true

Size: 563 Bytes

Versions: 8

Compression:

Stored size: 563 Bytes

Contents

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

Version data entries

8 entries across 8 versions & 1 rubygems

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