Sha256: a921f0ed9b2506c7029d8215b9a0b281e2d66fc57c06878ce25649585de23dd6
Contents?: true
Size: 528 Bytes
Versions: 21
Compression:
Stored size: 528 Bytes
Contents
=flat-round-button($color: blue) +transition(.5s (background-image)) background-color: $color color: luma_contrast_color($color) font-weight: bold border-radius: 1000px &:hover, &.hover, &.is-hover $color: lighten($color, 6%) @if luma($color) > 90 background-color: #f2f2f2 @else background-color: $color &:active, &.active, &.is-active $color: lighten($color, 6%) @if luma($color) > 90 background-color: #f2f2f2 @else background-color: $color +top(1px)
Version data entries
21 entries across 21 versions & 3 rubygems