dlegr250_material_design 0.1.19 → 0.1.20

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: acf9068e08c0875e00b411f88a112b002dc9dd3c
4
- data.tar.gz: f7ea205248904c79fd73abcd54ab35d48ffd2ae6
3
+ metadata.gz: 4617651a7b3d28c6d56b2914cb922a4f0d622ad3
4
+ data.tar.gz: 20d4489a4eb6eb3e31c887bdea8f9033d8a5503f
5
5
  SHA512:
6
- metadata.gz: d52211339a797fa69e55d43dc021fe0e0c91d0d4b213b559322eaf61912e437aa928b8566f8f996ec945e7055cae290b6cbc22323c098369df831ad0852ed6e2
7
- data.tar.gz: 6232b4dd831533399de02c7ed6af4d6b56bddb4af4ff2db19f65be0aebc3ca5faa2e13827dfbf8415b6abf80bfd5977481c5b7b798d5dde5e43bb50d43eb5b93
6
+ metadata.gz: 25a690b7cc8c5eec1997ebff62eb237c32d7021de4e5d019f193a1ed9c2c551bcd7e8b0704033fe1a34af8a2d5972bf9d9462c8883d909b2ed8c04200a51bdd0
7
+ data.tar.gz: 3bf066ea84476f8443b8b4a35ba362c8a12c972b6b3980a2e469a775745163d690f995ad48202bc0f9fc8b54c20960fa37c71baf180997d538fefc54028573a7
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.1.19"
2
+ VERSION = "0.1.20"
3
3
  end
@@ -108,8 +108,8 @@ ol {
108
108
  .list-item-primary,
109
109
  .list-item-secondary {
110
110
  box-sizing: border-box;
111
- padding-bottom: $spacing-small;
112
- padding-top: $spacing-small;
111
+ padding-bottom: $spacing-normal;
112
+ padding-top: $spacing-normal;
113
113
  }
114
114
 
115
115
  // Lists - list item icon
@@ -129,6 +129,8 @@ ol {
129
129
  .list-item-primary {
130
130
  flex: 1;
131
131
  overflow: hidden;
132
+ padding-left: $spacing-normal;
133
+ padding-right: $spacing-normal;
132
134
  text-overflow: ellipsis;
133
135
  white-space: nowrap;
134
136
 
@@ -142,7 +144,6 @@ ol {
142
144
  //----------------------------------------------------------------------
143
145
 
144
146
  .list-item-secondary {
145
- padding-left: $spacing-normal;
146
147
  padding-right: $spacing-normal;
147
148
  text-align: right;
148
149
  }
@@ -157,8 +158,8 @@ ol {
157
158
 
158
159
  .list-header-title,
159
160
  .list-header-secondary {
160
- padding-bottom: $spacing-xsmall;
161
- padding-top: $spacing-xsmall;
161
+ padding-bottom: $spacing-small;
162
+ padding-top: $spacing-small;
162
163
  }
163
164
  }
164
165
 
@@ -166,8 +167,8 @@ ol {
166
167
  .list-item-icon,
167
168
  .list-item-primary,
168
169
  .list-item-secondary {
169
- padding-bottom: $spacing-xsmall;
170
- padding-top: $spacing-xsmall;
170
+ padding-bottom: $spacing-small;
171
+ padding-top: $spacing-small;
171
172
  }
172
173
  }
173
174
  }
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.19
4
+ version: 0.1.20
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-03-22 00:00:00.000000000 Z
11
+ date: 2016-03-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler