Sha256: 00867e98712edb3904423f32ea38e7e0b860a130671eb98886ced4bec6e385ee
Contents?: true
Size: 528 Bytes
Versions: 3
Compression:
Stored size: 528 Bytes
Contents
=button($color:#ccc, $text_color:#333, $width:80px) +rounded(4px) +gradient(lighten($color, 10%), $color) cursor: pointer font-weight: bold color: $text_color display: inline-block border: 1px solid darken($color, 5%) text-align: center padding: 4px 12px margin: 0 10px 20px 0 @if $width min-width: $width &:hover +gradient(lighten($color, 5%), lighten($color, 10%)) .button +button .button.main +button(#049CDB, #FFF) .button.delete +button(#9D261D, #FFF)
Version data entries
3 entries across 3 versions & 1 rubygems