ama_layout 4.8.4 → 4.8.5

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: f2046d0c8307e4ed4922bc5d71c49efd806b12fd
4
- data.tar.gz: f84274dd434989dc997773e3b0ae699c61c5ca86
3
+ metadata.gz: 030fe4ad86d62a87a71f28cc3ce243eff0818653
4
+ data.tar.gz: 3025f9b2521aac7f8e2b74305c1cc1a23085b1a0
5
5
  SHA512:
6
- metadata.gz: 62b4b190fd6993b395a047daaf7a6cc543c71017f23c3f450defb866ec0e5f761ecf9ca039a537411997e46a6cfb1592c2c24f0bb11a7c7297a8123bfc165777
7
- data.tar.gz: 7b4afbbd21388370e4d5a1ff57bc221097adaf69a3c9913481fc8f18f69785b1aa1b3f0bfbb687f0b44e2156e6d4ecf26855225c03de5d87eee49a237a6e5e17
6
+ metadata.gz: 720e9d62f3a5fbe752052e2fc00874ab71c06634ec994a6cbc646442bb0b958b5a53a5a18a636bacd36901488077e51ee79a3c94afa552724c7aec5bd381f2c4
7
+ data.tar.gz: 1ae7ddff01fb9f52528adcaf44cfd63b2f6c21080d541c5f33be89d31d9b665dfa8f16cf216145142f2787eb21ab4acc8125d6eebf7efed22c87ccd638e4ab23
@@ -7,6 +7,7 @@ $brand-blue-insurance:#00a3e0;
7
7
  $orange: #e7992b;
8
8
  // Blue tones - ordered from lightest to darkest
9
9
  $sky: #e2f4fc;
10
+ $dark-sky: #b4e2f7;
10
11
  $ocean: #8cceec;
11
12
  $cerulean: #2577be;
12
13
  $brand-blue-light: #00539b;
@@ -136,6 +136,32 @@
136
136
  &__divider{
137
137
  margin-bottom: 0;
138
138
  }
139
+
140
+ &--disabled{
141
+ input[type="radio"]:checked + label{
142
+ background-color: lighten($sky, 4%);
143
+ border: 2px solid lighten($dark-sky, 12%);
144
+ color: lighten($stormcloud, 30%);
145
+
146
+ &:before{
147
+ border: 2px solid lighten($brand-blue-light, 55%);
148
+ }
149
+
150
+ &:after{
151
+ background-color: lighten($brand-blue-light, 55%);
152
+ }
153
+ }
154
+
155
+ input [type="radio"] + label {
156
+ border: 2px solid lighten($dark-sky, 6%);
157
+ }
158
+
159
+
160
+ [type='radio'] + label[for]{
161
+ cursor: not-allowed;
162
+ color: lighten($stormcloud, 30%);
163
+ }
164
+ }
139
165
  }
140
166
 
141
167
  input[type="radio"]:checked{
@@ -400,7 +400,7 @@ input[type="url"]:-ms-input-placeholder{
400
400
  &__conditional-row{
401
401
  @extend .form-horizontal__row;
402
402
  display: block;
403
-
403
+
404
404
  &--hidden{
405
405
  display: none;
406
406
  }
@@ -408,6 +408,13 @@ input[type="url"]:-ms-input-placeholder{
408
408
 
409
409
  &__label-wrapper{
410
410
  @include large-4;
411
+
412
+ &--disabled{
413
+ label{
414
+ @extend .form-horizontal__label-wrapper;
415
+ color: lighten($slate, 30%);
416
+ }
417
+ }
411
418
  }
412
419
 
413
420
  &__input-wrapper{
@@ -1,3 +1,3 @@
1
1
  module AmaLayout
2
- VERSION = '4.8.4'
2
+ VERSION = '4.8.5'
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.4
4
+ version: 4.8.5
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: 2017-01-05 00:00:00.000000000 Z
21
+ date: 2017-01-09 00:00:00.000000000 Z
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency
24
24
  name: foundation-rails