active_frontend 14.0.91 → 14.0.92

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: 276ec14288c545b63392513a01fecbe2d99c3374
4
- data.tar.gz: d4903ce980e330a4e39283eac794de6920ea8dbb
3
+ metadata.gz: '003981713fd71575c87f0b708af83aa74981b6b8'
4
+ data.tar.gz: 7de091e049054da0565ad24110782438aaa151f2
5
5
  SHA512:
6
- metadata.gz: 2485cdb8b7f874b4753b30d2654d3bd41ce06365c36651c0624b04321c5d376763ad3717063dbbbead2444e76ed03995a5503e6f12c0a2194ea084624de21942
7
- data.tar.gz: fc17d73f99fb99135a81fe36bb8d658a8f9fe331ef5d190afcd6c2731e981abc7f85c63650492ec52b3c7918231b123144eb4e032eedc4cfc41b6065bc0ba5a9
6
+ metadata.gz: 2db435fdbd849fb8851f94fc47da39e346db93bda2fdb894a66647e66ddcd90a80c901bc5b848eac50793c64baf5e1b45dcad8358aa411e2c652a6583f0d94f1
7
+ data.tar.gz: 54e36bceb2c56909a053c89de8fb721e7be3f535a44b0888e353da7dffacea07aad580e9c7ceb89b088fa41913aefb0ac8367e3ee01b039486af56d762a18f2a
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = '14.0.91'.freeze
2
+ VERSION = '14.0.92'.freeze
3
3
  end
@@ -77,7 +77,7 @@
77
77
  .cohort-high,
78
78
  .cohort-hot,
79
79
  .cohort-extra-hot { color: color(white); }
80
- @each $name, $multiplier in (extra-low: 3.5, low: 3, medium-low: 2, medium: 1) {
80
+ @each $name, $multiplier in (extra-low: 3.25, low: 3, medium-low: 2, medium: 1) {
81
81
  .cohort-#{$name} { background: lighten(color(primary), percentage((12.5 * $multiplier) / 100)); }
82
82
  }
83
83
  .cohort-medium-high {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 14.0.91
4
+ version: 14.0.92
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-05-11 00:00:00.000000000 Z
11
+ date: 2017-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails