ama_layout 2.4.5 → 2.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 974975537b0b9a39e8c6d0ea8d289cb7eab0ff69
4
- data.tar.gz: a1cb962e4956e56459b55e0b9e63388460940509
3
+ metadata.gz: a859f6a1a244e5188b9ab6a118f9fbb769d38300
4
+ data.tar.gz: 7178b9cd303403c7fb54c49aa191425987211950
5
5
  SHA512:
6
- metadata.gz: 7127eb7a6f8a93db1e6c0ae97040203d8723c138873e2e2ad60300a0b868e814e428d0a38cac044daea100f6ed37d2572ffaf4a1190138ea6d0a7d018e201cc1
7
- data.tar.gz: 9cf8ef01530b806d2d57d92673439205bbb25775ce9565fd91025445f68f80cb06042528410243def7987d75ba9aa686b0813dbdc81dd65e88625202e5058d5c
6
+ metadata.gz: 2d7455794e33236e3974cf22300c12c723fc25dab322637208737eb7cd5c3bbdc4ed4b06b1b44be6b85571f7a128f0ca0946508e17e1543d605bfa3ef130ac1b
7
+ data.tar.gz: 6c0ad6c9ba3de514de0f599fdf7f385692a6d20996b11050428f7e16f0e429886f14e9e9591250e1ee9d85e2683a3b238a150ec0bad392a9272a9c4312a62987
@@ -1,4 +1,7 @@
1
1
  //blue boxes
2
+ /* Once the green card to update all the blue boxes in all the apps is complete, all the code in this file */
3
+ /* up to my comment "New Grid Block code for blue boxes" can be deleted because it will no longer be needed. */
4
+ /* March 31st, 2016 - SE */
2
5
  .outer-quicklink-box{
3
6
  margin-right: 1.5%;
4
7
  float: left;
@@ -91,3 +94,39 @@
91
94
  font-size: $base-font-size;
92
95
  }
93
96
  }
97
+
98
+ /*New Grid Block code for blue boxes*/
99
+ ul{
100
+ li{
101
+ .cta-box{
102
+ padding: 20px;
103
+
104
+ &.light-blue-bg:hover{
105
+ background: lighten($brand-blue-light, 3%);
106
+ }
107
+
108
+ &.rewards-green-bg:hover{
109
+ background: lighten($brand-green, 3%);
110
+ }
111
+ }
112
+ }
113
+ }
114
+
115
+ .icon-container{
116
+ height: 80px;
117
+ margin: $base-margin*4 auto 0 auto;
118
+ background-repeat: no-repeat;
119
+ background-position: center center;
120
+ width: auto;
121
+ text-align: center;
122
+ color: $white;
123
+ font-size: $base-font-size*5;
124
+ line-height: $base-font-size*5;
125
+ }
126
+
127
+ .cta-title{
128
+ text-align: center;
129
+ color: $white;
130
+ width: 90%;
131
+ margin: $base-margin*2 auto $base-margin*0 auto;
132
+ }
@@ -1,3 +1,3 @@
1
1
  module AmaLayout
2
- VERSION = '2.4.5'
2
+ VERSION = '2.5.0'
3
3
  end
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.4.5
4
+ version: 2.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael van den Beuken
@@ -18,7 +18,7 @@ authors:
18
18
  autorequire:
19
19
  bindir: bin
20
20
  cert_chain: []
21
- date: 2016-03-22 00:00:00.000000000 Z
21
+ date: 2016-04-01 00:00:00.000000000 Z
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency
24
24
  name: foundation-rails