dlegr250_material_design 0.3.87 → 0.3.88

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: ebfbbf02082892d8b00b988dd282c5381ac3773e
4
- data.tar.gz: 2ec682b687185c35b8612efed1bd99d5c5f2a175
3
+ metadata.gz: dc7c95d685bb4cc5689e1a7800a84ed5086e1222
4
+ data.tar.gz: dd7b3773999dfd95e6d399fb6827e5734f33aece
5
5
  SHA512:
6
- metadata.gz: 948ac965258fd2afcfc9ab7d39704a5e8e8598467c5766e5e7d1cee5959e3f6f28dcde00b1cb30e11581723945871d9f4da4c61e0a87480f68dc152c57c6012b
7
- data.tar.gz: 9ab6742faeda260ed3c795eb2a38ac960506cdd85538ad7f61355eb79c7e3236f6b91b497b78569c674c51d6aba9904c1e7624bb101bf9b917d50ca2c8a748cb
6
+ metadata.gz: 7da041d5d9aac3cdd0705b290e4514230a09910a0649b6f7984cfbbe868664a5606157c6746f61ba1a2c38346566de3ac2c7d8849b15bfa0841144d217cf5862
7
+ data.tar.gz: a68247dcb9e1b772afda292741cafd821ab2fb68e16d993387be9f63ab72812714f132acdd8826f7dfad43d0cbfc9b0c50e6a07f671c4317d954eb4f4d37f533
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.3.87"
2
+ VERSION = "0.3.88"
3
3
  end
@@ -17,6 +17,7 @@
17
17
  cursor: pointer;
18
18
  width: $spacing-normal;
19
19
  height: $spacing-normal;
20
+ margin-right: $spacing-normal;
20
21
  position: relative;
21
22
  // top: 2px;
22
23
 
@@ -57,17 +58,13 @@
57
58
  }
58
59
 
59
60
  .radio-group-item {
61
+ color: color("text");
60
62
  cursor: pointer;
61
- padding: $spacing-small $spacing-normal;
63
+ font-weight: normal;
64
+ padding: $spacing-normal $spacing-normal;
62
65
  @include flex-parent-row();
63
66
  @include transition(background-color 0.30s ease);
64
67
 
65
- label {
66
- color: color("text");
67
- font-weight: normal;
68
- padding-left: $spacing-normal;
69
- }
70
-
71
68
  &:hover {
72
69
  background-color: color("hover");
73
70
  }
@@ -87,4 +84,3 @@
87
84
  border: 2px solid $color;
88
85
  }
89
86
  }
90
- }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dlegr250_material_design
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.87
4
+ version: 0.3.88
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand