ama_layout 4.6.3 → 4.6.4
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: f7b5646aba486cc0225bc3e642e63945a2202f22
|
4
|
+
data.tar.gz: 653b3b841a17c37bf7666a0593ab3828780b46ac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 26cb4359e7b822e70dcf0e626529635507d812f373ece842ec3f17b7fb412a192ce4116a414c2f4fdb01e035d6b877436884d5aa5921b1e6478c4378dc45bcd8
|
7
|
+
data.tar.gz: 66abed67cf80c6c64357181b0f48cce2f42fb43171c7ba71ba35d78a66a23927e87240d9fc0a4263ddf3d7761049d0923d212f58a2c7bfb58379c400517e66ac
|
@@ -23,6 +23,25 @@
|
|
23
23
|
color: $white;
|
24
24
|
}
|
25
25
|
|
26
|
+
&__container{
|
27
|
+
@include grid-row;
|
28
|
+
@include clearfix;
|
29
|
+
}
|
30
|
+
|
31
|
+
&__image{
|
32
|
+
@include large-2;
|
33
|
+
@include small-12;
|
34
|
+
}
|
35
|
+
|
36
|
+
&__content-container{
|
37
|
+
@include large-10;
|
38
|
+
@include small-12;
|
39
|
+
}
|
40
|
+
|
41
|
+
&__content{
|
42
|
+
@include vertical-center;
|
43
|
+
}
|
44
|
+
|
26
45
|
&__link{
|
27
46
|
@extend .link--white;
|
28
47
|
}
|
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: 4.6.
|
4
|
+
version: 4.6.4
|
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-11-
|
21
|
+
date: 2016-11-21 00:00:00.000000000 Z
|
22
22
|
dependencies:
|
23
23
|
- !ruby/object:Gem::Dependency
|
24
24
|
name: foundation-rails
|