ama_layout 4.8.2 → 4.8.3
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: 6e2f7a76bf2f6d7f02574be1dadab4dad0f10d7e
|
|
4
|
+
data.tar.gz: 560f1618cd01ebdca92bfb68f0e3aafcf9417119
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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;
|
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.8.
|
|
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
|
+
date: 2016-12-28 00:00:00.000000000 Z
|
|
22
22
|
dependencies:
|
|
23
23
|
- !ruby/object:Gem::Dependency
|
|
24
24
|
name: foundation-rails
|