dlegr250_material_design 0.5.34 → 0.5.35

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: b018d976331d7a009467ad1eb8abce05450e6f05
4
- data.tar.gz: 9cd6c2b1bee3ef628f5baefff860d56821d4db23
3
+ metadata.gz: 4674e91dbb0c94bb34b4cb22e8a2aabcb1b0837f
4
+ data.tar.gz: 3da0ab508c709bc70f659185f00bd9b321469b62
5
5
  SHA512:
6
- metadata.gz: 1eed19e29be94909415b4f10bcf6dffc55ed95ba27c67a7c52d26909d07c47612da9f914015d8ec8e3b2af9a16a900161eb662793cfc6158bcce49089b6e5cb7
7
- data.tar.gz: 94c079568a19a1f8c827dee779cfcd4cc7090872e86ede78dede9e3f6c6de04868df2999fa7df39f21de75eb9e08098d63d08a0d91a1546782608865f9e2874e
6
+ metadata.gz: a406c11b560c50d0a1ec323ebef4d7c1dd8a263a5d332c03f46c6afaf12a7ea2a48ae8605899f3ed3a087ce66799d1bca030ee8e4e4fccc3c0395e9f07cf72c9
7
+ data.tar.gz: 7f8aa54b34bd7055b59ad137573cdd239c27da5f7841f9022a127c04f3d4531de92c847653a0b40631b42533550bcd0fa139e616a41f20bfc352d00597c3dcdc
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.5.34"
2
+ VERSION = "0.5.35"
3
3
  end
@@ -197,6 +197,7 @@
197
197
  //----------------------------------------------------------------------
198
198
 
199
199
  .field-inline {
200
+ min-height: $input-height;
200
201
  padding: 0 $spacing-small;
201
202
  @include flex-parent-row();
202
203
 
@@ -207,9 +208,12 @@
207
208
 
208
209
  .field-element {
209
210
  flex: 1;
211
+ padding-left: 0;
210
212
 
211
213
  #{$text-fields} {
212
214
  border: 0 !important;
215
+ min-height: 0;
216
+ padding: 10px $spacing-small;
213
217
  @include box-shadow(none !important);
214
218
  }
215
219
  }
@@ -2,7 +2,7 @@
2
2
  //----------------------------------------------------------------------
3
3
 
4
4
  label {
5
- color: color("helper");
5
+ color: color("text");
6
6
  cursor: pointer;
7
7
  font-size: $font-size-normal;
8
8
  font-weight: 600;
@@ -20,7 +20,7 @@
20
20
  pointer-events: none;
21
21
  right: 0;
22
22
  will-change: transform;
23
- z-index: $layout-depth + 1;
23
+ z-index: $dialog-depth + 1;
24
24
  @include transform(translateY(200%));
25
25
  @include transition(transform 0.10s cubic-bezier(0, 0, 0.3, 1));
26
26
 
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.5.34
4
+ version: 0.5.35
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand