dlegr250_material_design 0.5.97 → 0.5.98

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: 4c98f54467a103bae41c7fa4a4c64f2c291b0132
4
- data.tar.gz: 88fbdf6c547117dd38f69157411bbb176a783fe1
3
+ metadata.gz: 308ef462c5f1e950004310da840af009c357e957
4
+ data.tar.gz: db703fe5a2a62c3d0e2ee281edc279fb4e596fa6
5
5
  SHA512:
6
- metadata.gz: 6de3515eb771a10829fcd0873849d179ba93fafbcafea60255650ff7c889fd9476ed573a46c030a2f7048d4694291be65344d9c59d5b90478d17b7c65c9d74a8
7
- data.tar.gz: 2febfbbc1e57d40c52cae8c898fdaed2d4f8af87b8826001b0ca26d1a76bef034417a2a480cde000741e5ab714d0ccbfc711e3c1f7321b88583f18e16085eb94
6
+ metadata.gz: 3122052591837dca035c1a8654bebf2c53b09377ce3919afcb8ab08709f7a83df8666998a31c79c0c9e2b1387b664f074195cd012953e002f062ccb61681603b
7
+ data.tar.gz: 66cb0a7c28fe2738303f07dde53f3003c802c9c1242ec3bfa7691bc4befe56b3d8e3720a1f8796bf98d6d107aa2b174774adfd2892c8f6bc7239d46651a438ab
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.5.97"
2
+ VERSION = "0.5.98"
3
3
  end
@@ -234,8 +234,8 @@ $default-rounded-corners-radius: 2px; // As per Material Design spec
234
234
 
235
235
  @mixin list() {
236
236
  position: relative;
237
- overflow-x: hidden;
238
- overflow-y: auto;
237
+ // overflow-x: hidden;
238
+ // overflow-y: auto;
239
239
  flex: 1 1 auto;
240
240
  }
241
241
 
@@ -263,6 +263,7 @@ $list-item-icon-width: 48px;
263
263
  color: color("icon");
264
264
  flex-shrink: 0;
265
265
  height: $list-item-icon-width;
266
+ justify-content: center;
266
267
  max-height: $list-item-icon-width;
267
268
  text-align: center;
268
269
  width: $list-item-icon-width;
@@ -274,7 +275,6 @@ $list-item-icon-width: 48px;
274
275
  }
275
276
 
276
277
  @mixin list-item-primary() {
277
- color: red !important;
278
278
  padding: 8px;
279
279
  line-height: 16px;
280
280
  box-flex: 1;
@@ -173,7 +173,7 @@ ol {
173
173
  }
174
174
 
175
175
  .list-item-icon {
176
- padding-top: $spacing-normal;
176
+ // padding-top: $spacing-normal;
177
177
  }
178
178
 
179
179
  .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.5.97
4
+ version: 0.5.98
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand