ama_layout 2.0.2 → 2.0.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: 69fe03bd74428e62208b2fb59aadd12fb3ee77e6
4
- data.tar.gz: 3d66bf1a2ab1d62bd875e7a95a14d5e4c466e937
3
+ metadata.gz: 42f4b3fcaf888d3339a9bc5fc159675c8b94d645
4
+ data.tar.gz: b7480f70a323debef2e025f150c656dab6848318
5
5
  SHA512:
6
- metadata.gz: d0940f0565c2257ca965545e60d541da7a4e894af228974a47294f931ae2a5734335ff7eb4638ac7827a5933374a59dc2e80a317fc4a63918a213fb134854328
7
- data.tar.gz: e3b543313f952d9cb615d9ecdd2d29bae1d6f425676b5e28fc7eb7addad93f54828d56af3a18ae61abd68464bc4d50625334675ec8f46d4a8ce3fec552805682
6
+ metadata.gz: 866f9fa30e60231d98bf4a9ece7a6a5c19812b39d4c08f29c84c4a50b23d02ce2adbf2d6a03214a0d980938b25b6d9c056c73bbd6ee2a77b26e07ebe818abad8
7
+ data.tar.gz: 7884b7f3fd498bf45207268e57c8fc37ea0d56e00ef6e47703a74d4121a7963f5ebe5992cf011731c484eaffa1e3f5360f9971fc3f285e78fe37f41c0b8df027
@@ -81,9 +81,9 @@ input[type="checkbox"] + label{
81
81
  }
82
82
  }
83
83
 
84
- input[type="radio"] + label > span,
84
+ input[type="radio"] + label > span:first-of-type,
85
85
  input[type="checkbox"] + label > span:first-of-type,
86
- input[type="radio"] + label span{
86
+ input[type="radio"] + label span:first-of-type{
87
87
  display: inline-block;
88
88
  width: 30px;
89
89
  height: 30px;
@@ -106,8 +106,8 @@ input[type="checkbox"] + label > span:first-of-type{
106
106
  width: 80%;
107
107
  }
108
108
 
109
- input[type="radio"]:checked + label > span,
110
- input[type="radio"]:checked + label span{
109
+ input[type="radio"]:checked + label > span:first-of-type,
110
+ input[type="radio"]:checked + label span:first-of-type{
111
111
  background-color: $white;
112
112
  border: 7px solid $secondary-color;
113
113
  }
@@ -1,3 +1,3 @@
1
1
  module AmaLayout
2
- VERSION = "2.0.2"
2
+ VERSION = "2.0.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: 2.0.2
4
+ version: 2.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael van den Beuken
@@ -17,7 +17,7 @@ authors:
17
17
  autorequire:
18
18
  bindir: bin
19
19
  cert_chain: []
20
- date: 2015-10-28 00:00:00.000000000 Z
20
+ date: 2015-11-09 00:00:00.000000000 Z
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
23
23
  name: foundation-rails
@@ -313,7 +313,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
313
313
  version: '0'
314
314
  requirements: []
315
315
  rubyforge_project:
316
- rubygems_version: 2.2.2
316
+ rubygems_version: 2.4.5
317
317
  signing_key:
318
318
  specification_version: 4
319
319
  summary: ".ama.ab.ca site layouts"