active_frontend 13.2.0 → 13.3.0

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: 64354ed93c80f8d062c3cccf50e3af9d3c68a9b9
4
- data.tar.gz: 76d5b0c52e9ccb1a432af0c96a494bbbc6a42125
3
+ metadata.gz: a4ca8518a01217d306549e791ebfc00628bf80c0
4
+ data.tar.gz: 1ee1fa79672440ab57cc2b6d09b74cdb09112cb3
5
5
  SHA512:
6
- metadata.gz: 56bc915713dd36e7c3f0cb6f0ffee6b1cafa6deff5462d21f317f072b53217a34b37bda1b74e113fbaca249b1f5d232751d7e0a068f6af6c7c729f30bbc86689
7
- data.tar.gz: ce2857cc744ddd173507c87362800e25d147fec6de1589634ab4a91a557697afa86468f78f55dda9e7d847518b7ba81c458010fd737dad5f5967b90ac1bd96f5
6
+ metadata.gz: 06ae3651207ce803e234956a7c16880c7ca96f28a39b951756c16d03cbabed575bc00de50d5fdcd41788292565be37689fe55944bfb9101dcc36e2c8c8740088
7
+ data.tar.gz: 8ad1f05ef84ea161989e2a58aee7546c25f7bcb35583402108268c6b60ebf15ecbcbad918fa7097443eb72ef6d486e2dc25b319d72a3858db69db2ff7a294671
@@ -37,7 +37,7 @@ module ActiveFrontendHelper
37
37
  pink_alt: { rgba: "rgba(255,64,127,#{opacity})", hex: "#FF407F" },
38
38
  red_alt: { rgba: "rgba(255,72,71,#{opacity})", hex: "#FF4847" },
39
39
  orange_alt: { rgba: "rgba(254,142,62,#{opacity})", hex: "#FE8E3E" },
40
- yellow_alt: { rgba: "rgba(255,219,59,#{opacity})", hex: "#FFDB3B" }
40
+ yellow_alt: { rgba: "rgba(255,200,44,#{opacity})", hex: "#FFC82C" }
41
41
  }
42
42
  end
43
43
 
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "13.2.0"
2
+ VERSION = "13.3.0"
3
3
  end
@@ -52,4 +52,4 @@ $color-purple-alt: rgba(140,75,251,1);
52
52
  $color-pink-alt: rgba(255,64,127,1);
53
53
  $color-red-alt: rgba(255,72,71,1);
54
54
  $color-orange-alt: rgba(254,142,62,1);
55
- $color-yellow-alt: rgba(255,219,59,1);
55
+ $color-yellow-alt: rgba(255,200,44,1);
@@ -28,7 +28,7 @@
28
28
  .subheader-nav > li {
29
29
  border-color: inherit;
30
30
  float: left;
31
- font-size: 13px;
31
+ font-size: 14px;
32
32
  font-weight: bold;
33
33
  line-height: 1;
34
34
  margin: 0 20px 0 0 !important;
@@ -46,7 +46,7 @@
46
46
  box-sizing: border-box;
47
47
  display: block;
48
48
  height: 41px;
49
- padding: 15px 0px 11px 0px;
49
+ padding: 14px 0px 11px 0px;
50
50
  text-align: center;
51
51
  }
52
52
  .subheader-nav > li > a:hover,
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: 13.2.0
4
+ version: 13.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-05-16 00:00:00.000000000 Z
11
+ date: 2016-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails