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

Version Path
oulu-0.9.11 app/assets/stylesheets/modules/buttons/styles/_flat-round.sass
oulu-0.9.10 app/assets/stylesheets/modules/buttons/styles/_flat-round.sass
oulu-0.9.9 app/assets/stylesheets/modules/buttons/styles/_flat-round.sass
oulu-0.9.8 app/assets/stylesheets/modules/buttons/styles/_flat-round.sass
oulu-0.9.7 app/assets/stylesheets/modules/buttons/styles/_flat-round.sass
oulu-0.9.6 app/assets/stylesheets/modules/buttons/styles/_flat-round.sass
oulu-0.9.5 app/assets/stylesheets/modules/buttons/styles/_flat-round.sass
oulu-0.9.4 app/assets/stylesheets/modules/buttons/styles/_flat-round.sass
oulu-0.9.3 app/assets/stylesheets/modules/buttons/styles/_flat-round.sass
oulu-0.9.2 app/assets/stylesheets/modules/buttons/styles/_flat-round.sass
oulu-0.9.1 app/assets/stylesheets/modules/buttons/styles/_flat-round.sass
oulu-0.9.0 app/assets/stylesheets/modules/buttons/styles/_flat-round.sass
oulu-rails-0.8.4 vendor/assets/stylesheets/modules/buttons/styles/_flat-round.sass
oulu-rails-0.8.3 vendor/assets/stylesheets/modules/buttons/styles/_flat-round.sass
oulu-0.8.3 app/assets/stylesheets/modules/buttons/styles/_flat-round.sass
oulu-0.8.2 app/assets/stylesheets/modules/buttons/styles/_flat-round.sass
middleman-oulu-0.8.0 assets/stylesheets/modules/buttons/styles/_flat-round.sass
oulu-rails-0.8.0 vendor/assets/stylesheets/modules/buttons/styles/_flat-round.sass
middleman-oulu-0.7.7 assets/stylesheets/modules/buttons/styles/_flat-round.sass
oulu-rails-0.7.6 vendor/assets/stylesheets/modules/buttons/styles/_flat-round.sass