slick-buttons 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -17,7 +17,7 @@ $btn-color: $app-color
17
17
  padding: .25em .5em
18
18
  text-decoration: none
19
19
  +border-radius(0.2em)
20
- +box-shadow(darken($btn-color, 60%) 0px 1px 2px, darken($app-grey, 10%) 0px 1px 0px inset)
20
+ +box-shadow(darken($btn-color, 60%) 0px 1px 2px, darken($btn-color, 10%) 0px 1px 0px inset)
21
21
  +background-image(linear-gradient(darken($btn-color, 20%), darken($btn-color, 40%)))
22
22
  +text-shadow(darken($btn-color, 50%) 0px -1px 0px)
23
23
  +transition(all 0.25s ease)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slick-buttons
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2011-12-07 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: compass
16
- requirement: &2168580220 !ruby/object:Gem::Requirement
16
+ requirement: &2168752820 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0.11'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *2168580220
24
+ version_requirements: *2168752820
25
25
  description: Slick css3 buttons using compass and sass
26
26
  email: mike@mikefarnham.info
27
27
  executables: []