Sha256: 9947e91f166bfb706ef9a0dbe631e6b5d016d3614280f2d08c7f163eab23dcef

Contents?: true

Size: 680 Bytes

Versions: 30

Compression:

Stored size: 680 Bytes

Contents

=flat-emboss-button($color: blue)
  +transition(.5s (background-image))
  +border-radius(4px)
  background-color: $color
  color: luma_contrast_color($color)
  box-shadow: shade($color, 18%) 0 3px 0
  text-shadow: if(luma_bright($color), lighten($color, 8%) 0 1px 0, darken($color, 8%) 0 -1px 0)
  &:hover,
  .hover,
  .is-hover
    $color: lighten($color, 6%)
    @if $color == white
      background-color: #f4f4f4
    @else
      background-color: $color
  &:active,
  .active,
  .is-active
    $color: lighten($color, 6%)
    @if $color == white
      background-color: #f4f4f4
    @else
      background-color: $color
    box-shadow: shade($color, 18%) 0 2px 0
    +top(1px)

Version data entries

30 entries across 30 versions & 2 rubygems

Version Path
middleman-oulu-0.6.30 assets/stylesheets/modules/buttons/styles/_flat-emboss.sass
oulu-rails-0.6.28 vendor/assets/stylesheets/modules/buttons/styles/_flat-emboss.sass
middleman-oulu-0.6.27 assets/stylesheets/modules/buttons/styles/_flat-emboss.sass
oulu-rails-0.6.27 vendor/assets/stylesheets/modules/buttons/styles/_flat-emboss.sass
oulu-rails-0.6.24 vendor/assets/stylesheets/modules/buttons/styles/_flat-emboss.sass
oulu-rails-0.6.23 vendor/assets/stylesheets/modules/buttons/styles/_flat-emboss.sass
oulu-rails-0.6.22 vendor/assets/stylesheets/modules/buttons/styles/_flat-emboss.sass
oulu-rails-0.6.21 vendor/assets/stylesheets/modules/buttons/styles/_flat-emboss.sass
middleman-oulu-0.6.25 assets/stylesheets/modules/buttons/styles/_flat-emboss.sass
middleman-oulu-0.6.24 assets/stylesheets/modules/buttons/styles/_flat-emboss.sass
middleman-oulu-0.6.23 assets/stylesheets/modules/buttons/styles/_flat-emboss.sass
middleman-oulu-0.6.22 assets/stylesheets/modules/buttons/styles/_flat-emboss.sass
middleman-oulu-0.6.21 assets/stylesheets/modules/buttons/styles/_flat-emboss.sass
middleman-oulu-0.6.20 assets/stylesheets/modules/buttons/styles/_flat-emboss.sass
oulu-rails-0.6.20 vendor/assets/stylesheets/modules/buttons/styles/_flat-emboss.sass
oulu-rails-0.6.19 vendor/assets/stylesheets/modules/buttons/styles/_flat-emboss.sass
middleman-oulu-0.6.18 assets/stylesheets/modules/buttons/styles/_flat-emboss.sass
middleman-oulu-0.6.16 assets/stylesheets/modules/buttons/styles/_flat-emboss.sass
oulu-rails-0.6.16 vendor/assets/stylesheets/modules/buttons/styles/_flat-emboss.sass
oulu-rails-0.6.15 vendor/assets/stylesheets/modules/buttons/styles/_flat-emboss.sass