ama_layout 4.8.2 → 4.8.3

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: c0ee45c93d2a92fd3a8505e74f48862ebb953546
4
- data.tar.gz: c06f87eae856e37df90bffb28cde3e288fe61a05
3
+ metadata.gz: 6e2f7a76bf2f6d7f02574be1dadab4dad0f10d7e
4
+ data.tar.gz: 560f1618cd01ebdca92bfb68f0e3aafcf9417119
5
5
  SHA512:
6
- metadata.gz: 8bf494f4492f07f3439def9c1473d272cd66754b1a22fbe481d17eebd505905ffa70246540715542b5f9b8309b8ae04342c50c5bfb52b83efd2f0a5ab85cf226
7
- data.tar.gz: 0bf39a6a2a50183610dd70de192cdc3098a8119d0545812fbbabc5ac8c644197bbbe20282acff7c8e1b2efec2a91d67479c9a83f5895d7e224a2d70531f8fb00
6
+ metadata.gz: d86daa2a774c2e37967d259c1b10cbcb956cdebb82bf003ca98be9fe2b13bd103f4edbff03a64e8c0901f046c1ce02ab121d4f2b52bba77c9ad64d41b6dc83f9
7
+ data.tar.gz: 83d5bd02d9b61c0d40c8e127a442159557362f5df41f01e2a7f12244edb14b0ca3040d1ad2b89b6f084380445dfd56c11ef63aeffe3fe5653e0733deae7f92ee
@@ -80,6 +80,7 @@
80
80
  @extend .accordion;
81
81
  margin-bottom: $base-margin;
82
82
  background: transparent;
83
+ -ms-overflow-style: none;
83
84
 
84
85
  .accordion-item{ //this is a foundation class needed for accordions to work. We only want to modify the margin for multi-state which is why it is nested.
85
86
  margin-bottom: $base-margin;
@@ -56,6 +56,7 @@
56
56
  position: absolute;
57
57
  z-index: 1;
58
58
  top: 0;
59
+ left: 50%;
59
60
 
60
61
  @include breakpoint(small down){
61
62
  top: 100%;
@@ -1,3 +1,3 @@
1
1
  module AmaLayout
2
- VERSION = '4.8.2'
2
+ VERSION = '4.8.3'
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.8.2
4
+ version: 4.8.3
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-12-21 00:00:00.000000000 Z
21
+ date: 2016-12-28 00:00:00.000000000 Z
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency
24
24
  name: foundation-rails