ama_layout 3.2.0 → 3.2.1

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: d365f9200fbe937a1be523f2c4de6876111c127f
4
- data.tar.gz: f6b2027a9ff06fcc114f8589bc84dcc6df131719
3
+ metadata.gz: 2f1b6a71dc9073b5ad571b41c0ab7b98e36e3a44
4
+ data.tar.gz: cbb02f64314870c6aa31a53b9bb2b601f46887df
5
5
  SHA512:
6
- metadata.gz: e7fb416110d6eb726e1e643be9ff7b89887388e7aaff2b18dfed61fcd7f733f9a558b58f41c4389754f7042b904272a4a538e3b473cefd07938f468a9b23c534
7
- data.tar.gz: 758a38a26d0b9aed1f49a0f3b9e772c8056d8e08372a873f6421af79ed4d9b16d7b0b425611192d658636d3d268a235a366d2029610321959e7739a257304031
6
+ metadata.gz: 7bb45eb3e048eb145fe311ce1f12566c03e59d7b5d26da7ce77a0266a283b6d0288ae34547d03ed1771d127c31c97dafcd40242092015629cb77f8e573a2dc9d
7
+ data.tar.gz: f2992d756c2842dd130c4cd6304411dd982d77d241d6c28b6af674b40b9a5c85c2a1cbe614eb5d61d4a9430fa50971aa402b6a1e35e2cea9c07c12dd6bbf8397
@@ -453,7 +453,7 @@ $progress-radius: $global-radius;
453
453
  $reveal-background: $white;
454
454
  $reveal-width: 960px;
455
455
  $reveal-max-width: $global-width;
456
- $reveal-padding: $global-padding;
456
+ $reveal-padding: 0;
457
457
  $reveal-border: 1px solid $medium-gray;
458
458
  $reveal-radius: $global-radius;
459
459
  $reveal-zindex: 1005;
@@ -9,3 +9,9 @@ dialog .close-reveal-modal{
9
9
  font-weight: bold;
10
10
  cursor: pointer;
11
11
  }
12
+
13
+ @include breakpoint(small only){
14
+ .reveal{
15
+ padding: $global-padding $global-padding 51px $global-padding; // 51 pixels to offset the height of the top bar
16
+ }
17
+ }
@@ -1,3 +1,3 @@
1
1
  module AmaLayout
2
- VERSION = '3.2.0'
2
+ VERSION = '3.2.1'
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: 3.2.0
4
+ version: 3.2.1
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-06-10 00:00:00.000000000 Z
21
+ date: 2016-07-04 00:00:00.000000000 Z
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency
24
24
  name: foundation-rails
@@ -374,7 +374,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
374
374
  version: '0'
375
375
  requirements: []
376
376
  rubyforge_project:
377
- rubygems_version: 2.6.4
377
+ rubygems_version: 2.2.0
378
378
  signing_key:
379
379
  specification_version: 4
380
380
  summary: ".ama.ab.ca site layouts"
@@ -399,4 +399,3 @@ test_files:
399
399
  - spec/internal/log/.gitignore
400
400
  - spec/internal/public/favicon.ico
401
401
  - spec/spec_helper.rb
402
- has_rdoc: