dlegr250_material_design 0.4.42 → 0.4.43

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: f092eaa19bdc1f52b59273e0459c5b8f85e6bb32
4
- data.tar.gz: d607912ff88ec526edb584c03b99747c8bea932c
3
+ metadata.gz: 349a28962699cb5d9adca6ec2814af1c5e7233d0
4
+ data.tar.gz: 2cf1fc01082807cc82791ecb1608b38c1196a55d
5
5
  SHA512:
6
- metadata.gz: d00184fcbfb26fe4e79fcf55f51dfe1e61437573412daad8d9877dcdbed2f1200c42f817cc4cc8fbbd6ec41f4e0d7f0850671d7a7220cd7d0cb677ab696f9e2b
7
- data.tar.gz: 989688a2e16be81aefd391448df659f3155347c9e0ed4f42c91cee74b155c7734df15df990552a195e0dfb4ce9406b0df235195948ddb64d28a7cf40d98291d5
6
+ metadata.gz: f1e84b2fee6f6af59c789ed5b7abf8e2f20d70432cb9322b49e0fd940853639d567932c2466b9752ca4e82cf434022ad805c064aa7529141cd2da22660d5b3f7
7
+ data.tar.gz: 180678bc7c4d70f83ca764391a44b704667d8301658bbd59ef8df45dd6b097cec15520260aa49aa9523b5bd02486985ea3fad4e5dd4e9fdcbde8c09dd2c98906
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.4.42"
2
+ VERSION = "0.4.43"
3
3
  end
@@ -34,21 +34,12 @@
34
34
  // Flex sizes for rows with items of different widths
35
35
  //----------------------------------------------------------------------
36
36
 
37
- .flex-1 {
38
- flex: 1 !important;
39
- }
40
-
41
- .flex-2 {
42
- flex: 2 !important;
43
- }
37
+ .flex-1 { flex: 1 !important; }
38
+ .flex-2 { flex: 2 !important; }
39
+ .flex-3 { flex: 3 !important; }
40
+ .flex-4 { flex: 4 !important; }
44
41
 
45
- .flex-3 {
46
- flex: 3 !important;
47
- }
48
-
49
- .flex-parent-row {
50
- @include flex-parent-row();
51
- }
42
+ .flex-parent-row { @include flex-parent-row(); }
52
43
 
53
44
  // Constrained to max size to center content
54
45
  //----------------------------------------------------------------------
@@ -276,6 +276,7 @@ $default-rounded-corners-radius: 3px;
276
276
  font-size: $font-size-small;
277
277
  font-weight: normal;
278
278
  padding-top: $spacing-xsmall;
279
+ @include truncate-text();
279
280
  }
280
281
 
281
282
  @mixin list-item-secondary() {
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.4.42
4
+ version: 0.4.43
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand