ama_layout 4.6.2 → 4.6.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: 95ef1f3318c0ab35db63fbe609768c78a87d6d0d
4
- data.tar.gz: 2262c0cb0a0812e137ed3bfa44370b08e435ae72
3
+ metadata.gz: a3cc7e3f6e2d80e68a37b8eb4357c0a9d4963eb5
4
+ data.tar.gz: d6e66096bc35771a0f54b4c485e9a0729f34cf75
5
5
  SHA512:
6
- metadata.gz: fc9717b5fbce2f82a688ec57ecc41514c66df14bb276e22d7a7c5aba37f2079b4246f3ef575ac5dfd175fd3f1fd114ba6de400f389e708f4aad4d6dfd1509342
7
- data.tar.gz: 41c21cb5e4905d12f83eea080468e1fd153ef071bc50d1877ace9f0eb04c9092019916bf351deaa5adbc008557c7dc55ea36a416536a87af41105f82173f4471
6
+ metadata.gz: f3287b6ae9b79c2029345b2bb24dc1c14f516ffab0a90b1b4bfd561bc7d0270d0f4cee8564c7a5dc8956f2da27a754c0cf635492a43f9c9db4286d9b087009a9
7
+ data.tar.gz: ff39e4ae2ef83e7df2b72846f2b11a47a5f9fb5f133cbe6714ee6ed82a812816120fe11af88b581228396d67c0e91ea763576d184a53ee3247191b30570f7872
@@ -65,6 +65,12 @@
65
65
  }
66
66
  }
67
67
 
68
+ &__label{
69
+ display: inline-block;
70
+ width: 85%;
71
+ margin: 9px auto;
72
+ }
73
+
68
74
  &__panel{
69
75
  background-color: $ash;
70
76
  border-top: 2px solid $stone;
@@ -9,6 +9,45 @@
9
9
  float: left;
10
10
  }
11
11
 
12
+ /* ------------- BEM Radio Buttons ------------- */
13
+ .radio--label{
14
+ display: inline-block;
15
+ width: 85%;
16
+ margin-top: 9px;
17
+ margin-left: 32px;
18
+ }
19
+
20
+ /* ------------- BEM Checkboxes ------------- */
21
+ .checkbox-wrapper{
22
+
23
+ &__third{
24
+ @include large-4;
25
+ }
26
+
27
+ &__half{
28
+ @include large-6;
29
+ }
30
+
31
+ &__full{
32
+ @include large-12;
33
+ }
34
+
35
+ &__content{
36
+ display: inline-block;
37
+ width: 85%;
38
+ margin-left: 40px;
39
+ margin: 0;
40
+ width: 100%;
41
+ position: relative;
42
+ padding: 0.5em 0.5em 0.5em 3em;
43
+
44
+ &--label{
45
+ font-size: 1em;
46
+ font-weight: 700;
47
+ }
48
+ }
49
+ }
50
+
12
51
  /* ------------- Custom Radio Button + Checkbox Styles ------------- */
13
52
  input[type="radio"],
14
53
  input[type="checkbox"]:not(.default){
@@ -1,3 +1,3 @@
1
1
  module AmaLayout
2
- VERSION = '4.6.2'
2
+ VERSION = '4.6.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.6.2
4
+ version: 4.6.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-11-10 00:00:00.000000000 Z
21
+ date: 2016-11-15 00:00:00.000000000 Z
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency
24
24
  name: foundation-rails
@@ -413,7 +413,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
413
413
  version: '0'
414
414
  requirements: []
415
415
  rubyforge_project:
416
- rubygems_version: 2.2.2
416
+ rubygems_version: 2.5.1
417
417
  signing_key:
418
418
  specification_version: 4
419
419
  summary: ".ama.ab.ca site layouts"