ama_layout 4.7.0 → 4.7.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: dc441eeefdc9b74536a646560060c03255c61d38
4
- data.tar.gz: decf6e4a3e24f4aa58d20073a54f1d7fceedeacf
3
+ metadata.gz: f296e94af2169028216956dfb424740f77cd21b0
4
+ data.tar.gz: 798dde670e1f006cda9d23a206f111cbcfc6a949
5
5
  SHA512:
6
- metadata.gz: 15063153390ad691227ba856b18f1e426995923a715faeae6faf37940333aa44bf9d5c1213d80933fb2aa5046e0bf57ceabd14736c59d7b588a15d52748397b8
7
- data.tar.gz: 16f16b62c93f55fe49d633b63fd0604f00271b7711ff98a7a7ebf5eaab686700de0fd3301a1fdb3202d7740ecace7c1d0faa62fddebac7f3993202099f3cbf71
6
+ metadata.gz: d9709d9035d74cc4158fb424bfa58a429ce022e49bdc039fc4389a3ac16dfa05813fca14225f46004354457b666da9f1f444bc45f3ab0d159b71d5d84b16414b
7
+ data.tar.gz: 7f43352527eb6031b1d6a65e4f60342ce7b399d48914c5c1ee73d9ac93ee7c29bb89142232a7ffa3ab35582e6e530f2e9514f64c6d15fc25baa9618245091b55
@@ -9,26 +9,18 @@
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
12
  /* ------------- BEM Checkboxes ------------- */
21
- .checkbox-wrapper{
13
+ .checkbox{
22
14
 
23
- &__third{
15
+ &--third{
24
16
  @include large-4;
25
17
  }
26
18
 
27
- &__half{
19
+ &--half{
28
20
  @include large-6;
29
21
  }
30
22
 
31
- &__full{
23
+ &--full{
32
24
  @include large-12;
33
25
  }
34
26
 
@@ -437,6 +429,14 @@ input[type="url"]:-ms-input-placeholder{
437
429
  }
438
430
  }
439
431
 
432
+ &__radio-label{
433
+ display: inline-block;
434
+ width: 85%;
435
+ margin-top: 9px;
436
+ margin-left: 32px;
437
+ padding-bottom: 10px;
438
+ }
439
+
440
440
  &__select{
441
441
  @include large-8;
442
442
  }
@@ -1,3 +1,3 @@
1
1
  module AmaLayout
2
- VERSION = '4.7.0'
2
+ VERSION = '4.7.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.7.0
4
+ version: 4.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael van den Beuken