dlegr250_material_design 0.3.5 → 0.3.6

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: 3b313c2877f78e56b8b614991191add2ea8cf56b
4
- data.tar.gz: efd9069a3fedc9090a052203c68f5f95106db864
3
+ metadata.gz: 65a717db0aede0e5b66a4f56dca79aeeb76b5cea
4
+ data.tar.gz: b39b0df2fcc06fce3a1fe918a0fb6195e6969ad3
5
5
  SHA512:
6
- metadata.gz: f0a000e89ed780244fff19dbcfd546a9ddb56a6ab43724d2f24616f9e45bfa52d4889bf1ad89fa6841883fa91712b01c9c1c908e7444ec577dbca5c83f50c645
7
- data.tar.gz: bfdd98a88c514d1037ee6362dfae0abe14ded826fc899212730ed73e1243e636f8e3384b99af229dc91746d6e6074b22ae865fd18da93e8bc74309478fcc29cb
6
+ metadata.gz: ecab7aa2f4d92afcab3a77043103ebc3b9910337f04b9696100e933eb4ffbd4a31a5aa72ebf36d81f5e039190d2a9e9107d1cd3df30bf6326280c84f12250d3a
7
+ data.tar.gz: 7047798fb97f595cc83960e66a7d0707bf3698d4800f3ad00ab2533737a2c103863242e40f0ab28a931808758e8cd2bb73fdaace654c8808a61cd2ecd0c97de2
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.3.5"
2
+ VERSION = "0.3.6"
3
3
  end
@@ -100,6 +100,8 @@ ol {
100
100
  .list-item {
101
101
  color: color("text");
102
102
  min-height: 48px;
103
+ padding-top: 8px;
104
+ padding-bottom: 8px;
103
105
  @include flex-parent-row();
104
106
  @include transition(background-color 0.30s ease);
105
107
  }
@@ -110,27 +112,27 @@ ol {
110
112
  .list-item-primary,
111
113
  .list-item-secondary {
112
114
  // box-sizing: border-box;
113
- padding-bottom: 12px;
114
- padding-top: 12px;
115
+ // padding-bottom: 12px;
116
+ // padding-top: 12px;
115
117
  }
116
118
 
117
119
  // Lists - list item icon
118
120
  //----------------------------------------------------------------------
119
121
 
120
122
  .list-item-icon {
121
- color: color("icon");
122
- font-size: $font-size-icon;
123
- height: $list-item-icon-width;
124
- line-height: $list-item-icon-width;
123
+ // color: color("icon");
124
+ // font-size: $font-size-icon;
125
+ // height: $list-item-icon-width;
126
+ // line-height: $list-item-icon-width;
125
127
  margin-left: $spacing-normal;
126
- padding: 0;
127
- text-align: center;
128
- width: $list-item-icon-width;
128
+ // padding: 0;
129
+ // text-align: center;
130
+ width: 40px;
129
131
 
130
- .icon {
131
- color: color("icon");
132
- font-size: $font-size-icon;
133
- }
132
+ // .icon {
133
+ // color: color("icon");
134
+ // font-size: $font-size-icon;
135
+ // }
134
136
  }
135
137
 
136
138
  .list-item-icon-circle {
@@ -170,18 +172,8 @@ ol {
170
172
  //----------------------------------------------------------------------
171
173
 
172
174
  .list-item-secondary {
173
- color: color("icon");
174
- font-size: $font-size-icon;
175
- height: $list-item-icon-width;
176
- line-height: $list-item-icon-width;
177
175
  margin-right: $spacing-normal;
178
- padding: 0;
179
176
  text-align: right;
180
-
181
- .icon {
182
- color: color("icon");
183
- font-size: $font-size-icon;
184
- }
185
177
  }
186
178
 
187
179
  // Lists - sizes
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.3.5
4
+ version: 0.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand