ama_layout 4.8.0 → 4.8.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: 619da31832027cb72d6b1ea48668962fcf9d47e6
4
- data.tar.gz: d06e7041fcdf69d836abcdf97405c85be1642c18
3
+ metadata.gz: bb6285289442200440ec476d7e35c04ee1906ee1
4
+ data.tar.gz: 820133829beadec1f1215b37f83cc9f1fa02470d
5
5
  SHA512:
6
- metadata.gz: 6b7e8ff249921c3117d38639fe9ad6669f6a8c2d6376b74a369c3f5564a9f9ceed3dfd68f1de5bc652c5ec20dd83faf9791ade3934998af879b842b11b04ccb5
7
- data.tar.gz: 4c92d9f5519dc2ed4fec9d028ec900762e6f745ba065b8784a8240d2b5df695ea967f7fe780d09fdcf778fae11b14ba2e8782892af55931d6b199fd5ca6af3cd
6
+ metadata.gz: 9636a2f751fba3e278f64cf0c3956f4901ad88dad623adacd20d963875be76b022b1007658079fd5fca9e6da1dd81cb91cc4ad0500fc3e17ca9ba2e67b8b992f
7
+ data.tar.gz: 6e8f9730d2b3f96cc9c31396b3aae581f3a5cab76ecc93a9ca096ddc24962c5894ffb693234c4bbc81a9ab80744748622d931c244179c6b66581f7783f1e1621
@@ -35,20 +35,35 @@
35
35
  }
36
36
 
37
37
  &__radio-btn--centered{
38
- padding: 0 0 21px 0;
39
38
 
40
- &:before{
41
- top: 100%;
42
- margin-top: -35px;
43
- left: 50%;
44
- margin-left: -12px;
39
+ input[type="radio"] + label{
40
+ padding: 0 0 46px 0;
41
+
42
+ &::before{
43
+ top: 100%;
44
+ margin-top: -35px;
45
+ left: 50%;
46
+ margin-left: -12px;
47
+ }
48
+
49
+ &::after{
50
+ top: 100%;
51
+ margin-top: -27px;
52
+ left: 50%;
53
+ margin-left: -4px;
54
+ display: none;
55
+ }
45
56
  }
46
57
 
47
- &:after{
48
- top: 100%;
49
- margin-top: -27px;
50
- left: 50%;
51
- margin-left: -4px;
58
+ input[type="radio"]:checked + label{
59
+ padding: 0 0 46px 0;
60
+
61
+ &::after{
62
+ top: 100%;
63
+ margin-top: -27px;
64
+ left: 50%;
65
+ margin-left: -4px;
66
+ }
52
67
  }
53
68
  }
54
69
 
@@ -1,3 +1,3 @@
1
1
  module AmaLayout
2
- VERSION = '4.8.0'
2
+ VERSION = '4.8.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: 4.8.0
4
+ version: 4.8.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-11-30 00:00:00.000000000 Z
21
+ date: 2016-12-12 00:00:00.000000000 Z
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency
24
24
  name: foundation-rails
@@ -416,7 +416,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
416
416
  version: '0'
417
417
  requirements: []
418
418
  rubyforge_project:
419
- rubygems_version: 2.5.1
419
+ rubygems_version: 2.4.5.1
420
420
  signing_key:
421
421
  specification_version: 4
422
422
  summary: ".ama.ab.ca site layouts"