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: a3cc7e3f6e2d80e68a37b8eb4357c0a9d4963eb5
4
- data.tar.gz: d6e66096bc35771a0f54b4c485e9a0729f34cf75
3
+ metadata.gz: f7b5646aba486cc0225bc3e642e63945a2202f22
4
+ data.tar.gz: 653b3b841a17c37bf7666a0593ab3828780b46ac
5
5
  SHA512:
6
- metadata.gz: f3287b6ae9b79c2029345b2bb24dc1c14f516ffab0a90b1b4bfd561bc7d0270d0f4cee8564c7a5dc8956f2da27a754c0cf635492a43f9c9db4286d9b087009a9
7
- data.tar.gz: ff39e4ae2ef83e7df2b72846f2b11a47a5f9fb5f133cbe6714ee6ed82a812816120fe11af88b581228396d67c0e91ea763576d184a53ee3247191b30570f7872
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
  }
@@ -1,3 +1,3 @@
1
1
  module AmaLayout
2
- VERSION = '4.6.3'
2
+ VERSION = '4.6.4'
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: 4.6.3
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-15 00:00:00.000000000 Z
21
+ date: 2016-11-21 00:00:00.000000000 Z
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency
24
24
  name: foundation-rails