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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '003981713fd71575c87f0b708af83aa74981b6b8'
|
4
|
+
data.tar.gz: 7de091e049054da0565ad24110782438aaa151f2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2db435fdbd849fb8851f94fc47da39e346db93bda2fdb894a66647e66ddcd90a80c901bc5b848eac50793c64baf5e1b45dcad8358aa411e2c652a6583f0d94f1
|
7
|
+
data.tar.gz: 54e36bceb2c56909a053c89de8fb721e7be3f535a44b0888e353da7dffacea07aad580e9c7ceb89b088fa41913aefb0ac8367e3ee01b039486af56d762a18f2a
|
@@ -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.
|
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.
|
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
|
+
date: 2017-05-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|