dlegr250_material_design 0.3.6 → 0.3.7

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: 65a717db0aede0e5b66a4f56dca79aeeb76b5cea
4
- data.tar.gz: b39b0df2fcc06fce3a1fe918a0fb6195e6969ad3
3
+ metadata.gz: 2f131f66285ebb907117752a898227c7dc52ee34
4
+ data.tar.gz: de64e2fc548dcc21f9a0453505c97c78c44676fe
5
5
  SHA512:
6
- metadata.gz: ecab7aa2f4d92afcab3a77043103ebc3b9910337f04b9696100e933eb4ffbd4a31a5aa72ebf36d81f5e039190d2a9e9107d1cd3df30bf6326280c84f12250d3a
7
- data.tar.gz: 7047798fb97f595cc83960e66a7d0707bf3698d4800f3ad00ab2533737a2c103863242e40f0ab28a931808758e8cd2bb73fdaace654c8808a61cd2ecd0c97de2
6
+ metadata.gz: cfbb49b8baa0123abfe5f0152184c52d4f45b418017a06137e09f5008bf22bf85b7e45cb6767dac70321eda4c4907a28ff4ae2f8001e2ebb995cc04d5c1064a6
7
+ data.tar.gz: 7e772539e946743bf64a727437c9d80d2ed4fe3aefb388cad32345dabd99a69ba44b3dd3a1a502f14e9d263b14556e05cb3404e8690f0c44effad3fa108f3f2a
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.3.6"
2
+ VERSION = "0.3.7"
3
3
  end
@@ -99,13 +99,19 @@ ol {
99
99
 
100
100
  .list-item {
101
101
  color: color("text");
102
- min-height: 48px;
103
- padding-top: 8px;
104
- padding-bottom: 8px;
102
+ min-height: 56px;
105
103
  @include flex-parent-row();
106
104
  @include transition(background-color 0.30s ease);
107
105
  }
108
106
 
107
+ .list-item.two-lines {
108
+ min-height: 72px;
109
+ }
110
+
111
+ .list-item.three-lines {
112
+ min-height: 72px;
113
+ }
114
+
109
115
  // Lists - list item children
110
116
  //----------------------------------------------------------------------
111
117
 
@@ -124,10 +130,10 @@ ol {
124
130
  // font-size: $font-size-icon;
125
131
  // height: $list-item-icon-width;
126
132
  // line-height: $list-item-icon-width;
127
- margin-left: $spacing-normal;
133
+ padding-left: $spacing-normal;
128
134
  // padding: 0;
129
- // text-align: center;
130
- width: 40px;
135
+ text-align: center;
136
+ width: 48px; // .list-item-primary already has 16px padding on left
131
137
 
132
138
  // .icon {
133
139
  // color: color("icon");
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.6
4
+ version: 0.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand