dlegr250_material_design 0.3.41 → 0.3.42

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: feb0101617188ed6506e8da84c6c05b640f95ba8
4
- data.tar.gz: 0cda8c6e8b8c08668ce57e87152dab63e7a811af
3
+ metadata.gz: 2de5a24c07c078c226d2599dcf89aeda414ec32d
4
+ data.tar.gz: b98f2700d270c8bd72009d7005188433adb01105
5
5
  SHA512:
6
- metadata.gz: 96d4b8fae9f322fb0cee0b287f7aad27604c7a455718156c69199393ea93a808a206c1c23bc3c3494307ac7acff77c93d38d7a7e99e754b218c5a39532ef9b71
7
- data.tar.gz: 3cd61ab8e932585d45c06530c77069333d3be8c58819d1c32e20f49b1cfc7e2f6a14b830564ec626f972ba902a1b15ae39733b4a224af3971c59504b14fc380d
6
+ metadata.gz: 180c1e7e3e9709e43776331923ed486b956505f73618475075bbe437b47fc9477f4e3c54d638d1cf14ffb249c14404c554887aa2327ea013dd0d0e2df535e530
7
+ data.tar.gz: 65c7099bd414e45640518314e36c5e60edcc3c843df5ef913b680f003ed1b96838663eafafbca45e10261386681fe4d89c75952032b8202039c42e1094b5acc3
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.3.41"
2
+ VERSION = "0.3.42"
3
3
  end
@@ -37,6 +37,23 @@ textarea {
37
37
  padding: $spacing-small;
38
38
  }
39
39
 
40
+ // Underline text fields
41
+ //----------------------------------------------------------------------
42
+
43
+ .text-field-underline-container {
44
+ #{$text-fields} {
45
+ border: none;
46
+ border-bottom: 1px solid color("divider");
47
+ padding: $spacing-small 0;
48
+ @include rounded-corners(0);
49
+
50
+ &:focus {
51
+ border-color: color("primary");
52
+ @include box-shadow(0 1px 0 color("primary"));
53
+ }
54
+ }
55
+ }
56
+
40
57
  // text fields - responsive full width
41
58
  // On smaller screens, expand to entire width
42
59
  //----------------------------------------------------------------------
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.41
4
+ version: 0.3.42
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand