dlegr250_material_design 0.1.22 → 0.1.23

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: deea66486b4bf2512fcb5bc2ee65b882560b9c18
4
- data.tar.gz: 802fc6d195de11bf05ccdd63e713a729c101d01a
3
+ metadata.gz: 19336b2cba3138dfd6a6d61e358ecd1361a828a3
4
+ data.tar.gz: 88f8d4cc29839d26b5a687e22659244a38eb7c2f
5
5
  SHA512:
6
- metadata.gz: 36bc1e9a2afd721cc9adab41b002deaac041e4e07ed1945531a6d7fea6e8f4dc5dfbc0d66f18fd9d5f38894b98e16f08a9f310d9a3292859565ce1382e52e681
7
- data.tar.gz: a01deadc11d4e92cac6734bc9e04faa5ee6074c555306aa17727fe415ec07920831d95fbc807acb0ec72df28521b77f95ac0492bb11156740f1490a9629c5aed
6
+ metadata.gz: 51054ecd4924fa9847c60abae8ae1d88a13b960d7acb5dd2c4e1ad284c02752eb58a5f0999f2aeaf83732a7ae2798f01ec5af2c2c8c84fc538dbf780557e471e
7
+ data.tar.gz: dcaba9be78c8b60cbce0b764a4918a9ffff14098eaa2ab76ce5ad86a44a22393a7bffa119e4756693c7840952cc8ffb51e05a63d309f9bbc28ec61e8af674f21
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.1.22"
2
+ VERSION = "0.1.23"
3
3
  end
@@ -33,6 +33,12 @@ $card-width: 280px;
33
33
  $card-width-large: 360px;
34
34
  $card-width-xlarge: 420px;
35
35
 
36
+ // Dimensions - lists
37
+ //----------------------------------------------------------------------
38
+
39
+ // 72px is the specification, but minus 32px for 16px left/right padding.
40
+ $list-item-icon-width: 72px - 32px;
41
+
36
42
  // Dimensions - menus
37
43
  //----------------------------------------------------------------------
38
44
 
@@ -27,7 +27,7 @@
27
27
  font-size: $font-size-icon;
28
28
  padding: $spacing-normal;
29
29
  text-align: center;
30
- width: 56px;
30
+ width: $list-item-icon-width;
31
31
  }
32
32
 
33
33
  .box-primary {
@@ -120,7 +120,7 @@ ol {
120
120
  font-size: $font-size-icon;
121
121
  padding: $spacing-normal;
122
122
  text-align: center;
123
- width: 56px;
123
+ width: $list-item-icon-width;
124
124
  }
125
125
 
126
126
  // Lists - list item primary
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dlegr250_material_design
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.22
4
+ version: 0.1.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-04-04 00:00:00.000000000 Z
11
+ date: 2016-04-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler