ama_layout 4.6.4 → 4.6.5

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: f7b5646aba486cc0225bc3e642e63945a2202f22
4
- data.tar.gz: 653b3b841a17c37bf7666a0593ab3828780b46ac
3
+ metadata.gz: 91b1ac35bbe9737dcafa1dcb38c4ddd2dcfca2d2
4
+ data.tar.gz: 811996ef18e6e327fb42f2e6662f0c14746c5cb4
5
5
  SHA512:
6
- metadata.gz: 26cb4359e7b822e70dcf0e626529635507d812f373ece842ec3f17b7fb412a192ce4116a414c2f4fdb01e035d6b877436884d5aa5921b1e6478c4378dc45bcd8
7
- data.tar.gz: 66abed67cf80c6c64357181b0f48cce2f42fb43171c7ba71ba35d78a66a23927e87240d9fc0a4263ddf3d7761049d0923d212f58a2c7bfb58379c400517e66ac
6
+ metadata.gz: 2ad8facfff99fc4583f28482cff487ba9a76660ee3ab480090e9a9ed2cea027b553f50e12387e3b4de9a523607260f51211bfdb02d44d81904bb6046ccdb20eb
7
+ data.tar.gz: dc938bc1bc6b094ec3b85d9efeeae0d817f6f2a8ba5bfe20fc6345d4e3c9198d024ff72fa1e7b7e9ecf8a69058d4e1b9a7127a87d00cbc7dfd437dc3d5067dd6
@@ -28,18 +28,29 @@
28
28
  @include clearfix;
29
29
  }
30
30
 
31
- &__image{
31
+ &__image-container{
32
32
  @include large-2;
33
33
  @include small-12;
34
34
  }
35
35
 
36
+ &__image{
37
+ display: block;
38
+ margin: 0 auto;
39
+ }
40
+
36
41
  &__content-container{
37
42
  @include large-10;
38
43
  @include small-12;
39
44
  }
40
45
 
41
46
  &__content{
42
- @include vertical-center;
47
+ position: relative;
48
+
49
+ &--vertical-center{
50
+ @include breakpoint(large){
51
+ @include vertical-center;
52
+ }
53
+ }
43
54
  }
44
55
 
45
56
  &__link{
@@ -1,3 +1,3 @@
1
1
  module AmaLayout
2
- VERSION = '4.6.4'
2
+ VERSION = '4.6.5'
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.4
4
+ version: 4.6.5
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 00:00:00.000000000 Z
21
+ date: 2016-11-25 00:00:00.000000000 Z
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency
24
24
  name: foundation-rails
@@ -413,7 +413,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
413
413
  version: '0'
414
414
  requirements: []
415
415
  rubyforge_project:
416
- rubygems_version: 2.5.1
416
+ rubygems_version: 2.4.5.1
417
417
  signing_key:
418
418
  specification_version: 4
419
419
  summary: ".ama.ab.ca site layouts"