waterfall_bourbon_neat_rails 1.9.4 → 1.9.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: de9e08dbb0db3ae26c314f3c13256afd4e50829f
4
- data.tar.gz: 7006b692c0133b6f9616fd088e5b0eb9171a3e3c
3
+ metadata.gz: 2005736f703e3c4583949b02fe619a6117df5160
4
+ data.tar.gz: 46fc493ecd51a29badcb8a8ae57dc4727f8428fc
5
5
  SHA512:
6
- metadata.gz: 3777a61892e0d9caf7b501c42dbbf383c933650c96b4d143cd150b96f8152d9396c2ab12f94922c6074a963423aef8d363679a549f620ac9a70908f10dabc56a
7
- data.tar.gz: 9571679720d9f160e02ad30a27fa065f5a90d91fe2549ccc7372ca43756e7004eca93db113f60036737a33ffd3ccdb4c3a5658466949b0c2829b5436e4a7289a
6
+ metadata.gz: 44fb5c8924e565cd6faf44dd077fa9919ce6ec149c85a3e6b77bd3ee5287ac5454a01e0537471f955f233aaadd242dab5b45fa011ffe04a035586758da0e4f13
7
+ data.tar.gz: 547ce79aa9a4b1bb430f72971375241e5ed77906c77430736b574fe5385f0fa0fc5ac985765f67a726d9fee4f744caa1b43c59a799cb11de4107d35faff76a6c
@@ -27,8 +27,8 @@
27
27
  @include button-negative(#000);
28
28
  }
29
29
 
30
- .button-negative-red{
31
- @include button-positive(#FF0000);
30
+ .button-remove{
31
+ @include button-positive(#FFF, #FF0000, rgba(213, 0, 0, 1), #FFF);
32
32
  }
33
33
 
34
34
  .button-negative.type2{
@@ -89,7 +89,7 @@
89
89
  }
90
90
  }
91
91
 
92
- @mixin button-positive($color: #fff, $background: #4f91cd) {
92
+ @mixin button-positive($color: #fff, $background: #4f91cd, $hover: $color, $color-hover: $background) {
93
93
  text-decoration: none;
94
94
  background:$background;
95
95
  color: $color;
@@ -97,8 +97,8 @@
97
97
  letter-spacing: 1px;
98
98
 
99
99
  &:hover{
100
- background-color:$color;
101
- color:$background;
100
+ background-color:$hover;
101
+ color:$color-hover;
102
102
  border: solid 2px $background;
103
103
  }
104
104
  }
@@ -1,3 +1,3 @@
1
1
  module WaterfallBourbonNeatRails
2
- VERSION = "1.9.4".freeze
2
+ VERSION = "1.9.5".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: waterfall_bourbon_neat_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.4
4
+ version: 1.9.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Waterfall Software Inc.