dlegr250_material_design 0.5.05 → 0.5.06

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: b3c4be4550fb1aa55de602691e1a0f91116adadf
4
- data.tar.gz: 4fc0c7c15a92638f2e865d95d4152d30ff015c9e
3
+ metadata.gz: 9dc62263a3d05c0596a49056290305df75efb3f4
4
+ data.tar.gz: b10fc0f639ef2723b4e450110324a02be02a3ec0
5
5
  SHA512:
6
- metadata.gz: f213887cebdac024a3493b18bc84d5a725d42564b0a16d3d3ed9b6ae59d975fdf56d7c0388bf585771c878bf2d5319458842f75c7f65e0237fdf1b0bb7b0f723
7
- data.tar.gz: 14138670dc91eafbd459f8cdd3a691372e96c8928683f243fa3e985af63df6b17d59fd2f8d483ab6be324bdcd5bef97dcc3b7cc6c90e1c86419659e73efe90d9
6
+ metadata.gz: c30cea39234043e436aa3a8466952122e1098fbfba26f2779498294c4e8ec721e4e0e881d99f6c44dd75d0e0b9fa4726f5ac54c3fc527f6bc2d718c3b2fe07bb
7
+ data.tar.gz: 8bd7604e6598966addd928eb8ee0e5326b0f9f9d91c53df0c46ce92242158d47363d1a2f2f9c3c7a1b2d7403ebc7090fee8c13909f633e4e4b4184805da2e84a
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.5.05"
2
+ VERSION = "0.5.06"
3
3
  end
@@ -113,7 +113,7 @@ ol {
113
113
  // Dividers between items
114
114
  .list-divided {
115
115
  .list-item:not(:last-child) {
116
- border-bottom: 1px solid $color-divider;
116
+ border-bottom: 1px solid color("divider");
117
117
  }
118
118
  }
119
119
 
@@ -217,7 +217,7 @@ ol {
217
217
  // }
218
218
  //
219
219
  // .list-item-icon-circle {
220
- // background-color: $color-divider;
220
+ // background-color: color("divider");
221
221
  // font-size: 16px;
222
222
  // height: 30px;
223
223
  // line-height: 30px;
@@ -399,13 +399,13 @@ ol {
399
399
  // //----------------------------------------------------------------------
400
400
  //
401
401
  // .list-bordered {
402
- // border: 1px solid $color-divider;
402
+ // border: 1px solid color("divider");
403
403
  // }
404
404
  //
405
405
  // .list-divided {
406
406
  // .list-header,
407
407
  // .list-item {
408
- // border-bottom: 1px solid $color-divider;
408
+ // border-bottom: 1px solid color("divider");
409
409
  // }
410
410
  // }
411
411
  //
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.05
4
+ version: 0.5.06
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand