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