dlegr250_material_design 0.3.28 → 0.3.29

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: d6f65f79ee7d3ff77ff1718acb9bbe2eac8d3dc5
4
- data.tar.gz: 6a8d7edceec4fb24a74dee7ef6f91bf440fd0b81
3
+ metadata.gz: 7ba45571473624ca2426f5ee05322eeb00a1b59d
4
+ data.tar.gz: 03e7150f4bc436b633aabc01641c45998612e538
5
5
  SHA512:
6
- metadata.gz: c50376edb9d5c782889b0f2643a946e08b7f2343c87e6a425b80d6a5e71573780e67dbddb57cba8c1b33fefce624061a8dbdba62ccd79b194f41df479adf5836
7
- data.tar.gz: c626ed6d5333df285be63ae971132c6e9bed6464b4ec6500b8f29b1a8add7cdfb3237d4227448697fc219e4b93773bfe17dc98ce054484e554bbe71487784027
6
+ metadata.gz: bf20e4eef93af16ce5a73076e9c2d457b64a27347c089f7940158c17bae2c1cf0eaf6f5de08b0a1eaa4adad2830fba5dc89ab05ac979a5e1c951d8566d103ad3
7
+ data.tar.gz: bf6fde609c94aa4c082ed9790dc3d312122540226f37e82cfab864ffa405cd505c64024eebcbbae7394a10dc45b25d5b7e6b11f5a629bc31827ebbaa185f4e3d
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.3.28"
2
+ VERSION = "0.3.29"
3
3
  end
@@ -81,6 +81,12 @@ $buttons: ".button";
81
81
  }
82
82
  }
83
83
 
84
+ // Special case: submit.button with display: inline-flex would align left.
85
+ input[type="submit"].button,
86
+ button.button {
87
+ display: inline-block;
88
+ }
89
+
84
90
  // Buttons - icon buttons
85
91
  //----------------------------------------------------------------------
86
92
 
@@ -89,16 +89,16 @@ ol {
89
89
  border-bottom: 1px solid color("divider");
90
90
  }
91
91
 
92
- .list-item:last-child {
93
- border-bottom: none;
94
- }
92
+ // .list-item:last-child {
93
+ // border-bottom: none;
94
+ // }
95
95
  }
96
96
 
97
- .list-divided-on-last {
98
- .list-item:last-child {
99
- border-bottom: 1px solid color("divider");
100
- }
101
- }
97
+ // .list-divided-on-last {
98
+ // .list-item:last-child {
99
+ // border-bottom: 1px solid color("divider");
100
+ // }
101
+ // }
102
102
 
103
103
  // Don't have double lines on last item for bordered and divided
104
104
  .list-bordered .list-item:last-child {
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.28
4
+ version: 0.3.29
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand