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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a859f6a1a244e5188b9ab6a118f9fbb769d38300
|
4
|
+
data.tar.gz: 7178b9cd303403c7fb54c49aa191425987211950
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
+
}
|
data/lib/ama_layout/version.rb
CHANGED
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
|
+
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-
|
21
|
+
date: 2016-04-01 00:00:00.000000000 Z
|
22
22
|
dependencies:
|
23
23
|
- !ruby/object:Gem::Dependency
|
24
24
|
name: foundation-rails
|