ama_layout 2.2.1 → 2.2.2

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: 282318025b67755ad7592d5c683f5de0caf1acb3
4
- data.tar.gz: e43610915a30ebd408a6acf4e5455e26e4fc4d09
3
+ metadata.gz: 3b41372c64e46c2736b4e820c4dba1ef452577c7
4
+ data.tar.gz: ff5f01ccd92dd572ffd76eea26b45ee82721c75e
5
5
  SHA512:
6
- metadata.gz: 6907144719eb51d3ea02dd84ffc2ab4f3acb41686020034474f275b9391001c1ac28cb95fe55e99724de0a89b8baa4ad73c489453da1a11e9d22b821a3fec8af
7
- data.tar.gz: 51cd6fa8b09d72d861f8ef7b51e5316f485d678f48b06daaea8a9a831bbdd3306c295493ba941d1d3de745a955484e4055f1d1974c213484328815c56bb690d1
6
+ metadata.gz: 0bb54c35f92334de23313b9835b79624333f6eaee620e53318518c104532c8acbd62c37e0c7c6831a4b0cf6b50e7e2c3167f938f15a0765826801a4d6f8a1218
7
+ data.tar.gz: 479a968e48a21e3709e9178330e0547c133046c45c1f22e8c4d9e71615c4f13ce67511bf8ecbd0db54a5554721a117113af00b779f6c3fd6f83221f28751a0e6
@@ -33,14 +33,17 @@
33
33
  }
34
34
 
35
35
  .quicklink-box{
36
- background: $brand-blue-light;
37
36
  margin-top: 0;
38
37
  padding-top: 1px;
39
38
  min-height: 161px;
40
39
 
41
- &:hover{
40
+ &.light-blue-bg:hover{
42
41
  background: lighten($brand-blue-light, 3%);
43
42
  }
43
+
44
+ &.rewards-green-bg:hover{
45
+ background: lighten($brand-green, 3%);
46
+ }
44
47
  }
45
48
 
46
49
  .tab-title.active > a{
@@ -15,7 +15,7 @@ member:
15
15
  link: "<%= Rails.configuration.youraccount_site %>/billing"
16
16
  - text: "Print/Request New Card"
17
17
  link: "<%= Rails.configuration.youraccount_site %>/membership"
18
- - text: "Driver Education"
18
+ - text: "My Driver Education"
19
19
  link: "#"
20
20
  icon: "fa-car"
21
21
  sub_nav:
@@ -1,3 +1,3 @@
1
1
  module AmaLayout
2
- VERSION = "2.2.1"
2
+ VERSION = "2.2.2"
3
3
  end
@@ -29,7 +29,7 @@ describe AmaLayout::Navigation do
29
29
  expect(subject.items[1].link).to eq "#"
30
30
  expect(subject.items[1].icon).to eq "fa-credit-card"
31
31
 
32
- expect(subject.items[2].text).to eq "Driver Education"
32
+ expect(subject.items[2].text).to eq "My Driver Education"
33
33
  expect(subject.items[2].link).to eq "#"
34
34
  expect(subject.items[2].icon).to eq "fa-car"
35
35
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ama_layout
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.1
4
+ version: 2.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael van den Beuken
@@ -17,7 +17,7 @@ authors:
17
17
  autorequire:
18
18
  bindir: bin
19
19
  cert_chain: []
20
- date: 2015-11-30 00:00:00.000000000 Z
20
+ date: 2015-12-03 00:00:00.000000000 Z
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
23
23
  name: foundation-rails