ama_layout 2.4.0 → 2.4.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 90b72d64f6a9a009648defa5522d42724a4e1964
4
- data.tar.gz: 3637567b89e3ed1a424bbecab0ad1da01389c1be
3
+ metadata.gz: 18dcb838c2bcde7dbe4b56084fb813ab227d2138
4
+ data.tar.gz: 721e85237bd07d8bc2b58c4da0e88411951c8d80
5
5
  SHA512:
6
- metadata.gz: 44af4e3ef1ff9ad015445eb4937b609f98167340f7c8581c9551cf239141c3978406d1e00d5d5fca5da0c0ab396c9e34fa37fdec7ccedc36c2c1842b593d47b1
7
- data.tar.gz: 75bd075e2ad579fe3b5f2bfc5de882118159befcbe2420ed0146f0e6272e7ec22b221b0c22cf8fe1ea510233724bb9b9daa01ebc1e06783b00be0a46faa630af
6
+ metadata.gz: baee030c1e8615f2054425c72536d04de2e6aec07468e4c36ac513392994fd405e75749e8ffe95f6b6e6c9357583156fecc8696d524b0403c7065e77f83ec113
7
+ data.tar.gz: 74538f16e0f636bfd897d922e98522dbf713e4e3ae0169fff6a0e1e2e20a04e2ff5ac6164b9a08a43eccda710f1f3519a79675cb42842f1064a943f58dbfabd5
@@ -81,6 +81,7 @@ input[type="checkbox"] + label{
81
81
  background: darken($ash, 4%);
82
82
  }
83
83
  }
84
+
84
85
  input[type="checkbox"] + label > span:first-of-type,
85
86
  input[type="radio"] + label > span:first-of-type,
86
87
  input[type="radio"] + label span:first-of-type{
@@ -98,6 +99,8 @@ input[type="radio"] + label span:first-of-type{
98
99
 
99
100
  input[type="radio"] + label > span:first-of-type,
100
101
  input[type="radio"] + label span:first-of-type{
102
+ margin: 7px $base-margin;
103
+
101
104
  &:before{
102
105
  content: ' ';
103
106
  border-radius: 100%;
@@ -150,6 +153,8 @@ input[type="checkbox"] + label > span:first-of-type{
150
153
  .checkbox-label{
151
154
  display: inline-block;
152
155
  width: 80%;
156
+ margin-top: 8px;
157
+ margin-bottom: 8px;
153
158
  }
154
159
 
155
160
  input[type="checkbox"]:checked + label{
@@ -1,3 +1,3 @@
1
1
  module AmaLayout
2
- VERSION = '2.4.0'
2
+ VERSION = '2.4.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: 2.4.0
4
+ version: 2.4.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-02-23 00:00:00.000000000 Z
21
+ date: 2016-02-24 00:00:00.000000000 Z
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency
24
24
  name: foundation-rails