dlegr250_material_design 0.5.45 → 0.5.47

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: a5af23c537040a80e429e0e6bc26fafb049809f4
4
- data.tar.gz: 2d15c16bf99451db0b41a2d1f4b3113b6b76dc63
3
+ metadata.gz: 37c5aeee13e79284c7dbde9a55321b811ad128c1
4
+ data.tar.gz: f60afab728f9f32ae8c17b8eaa2f26ff77e613f5
5
5
  SHA512:
6
- metadata.gz: 361b35205a7241b4cd5d2e5f1b82056646b77fba19fb3fe90bd9f3ce62e536e19767464e858fb4391bc7c67722b0063d4e239740c888d86af40d049585d04f4d
7
- data.tar.gz: 28bb4ca01c7c1e50e44a0cf8cfe460ac4528ddc4cffa6de42d39aa1606f53722ff15858b2c402765e1e84ca0a85b23d206f5ebdc9b4c4fe030a3948ba1bd00a9
6
+ metadata.gz: 29899681fb3e0175a2b8e5c2a60d2a7794b85347f45c740e6dd2f4d0fd85a0f325c8ff1240ecf46c2b13b8516c9dd97b9162d60e59c62eb37804a7b99fb08862
7
+ data.tar.gz: 7ae01958d1de458aaef380db35d801d7bf40d10e573aac1ee02884399339cbfe1e64b72456b199788f3a0859d5ea114e72cd78a3d9cbeda617150262b10c0db8
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.5.45"
2
+ VERSION = "0.5.47"
3
3
  end
@@ -8,10 +8,6 @@
8
8
  padding-top: 0;
9
9
  }
10
10
 
11
- .comment:last-child {
12
- padding-bottom: 0;
13
- }
14
-
15
11
  .comment:not(:last-child) {
16
12
  border-bottom: 1px solid color("divider");
17
13
  }
@@ -106,6 +106,7 @@
106
106
  padding-left: $spacing-small;
107
107
  padding-right: $spacing-small;
108
108
  @include font-smoothing();
109
+ @include truncate-text();
109
110
  }
110
111
 
111
112
  @media (min-width: $width-small) {
@@ -213,8 +214,8 @@
213
214
  //----------------------------------------------------------------------
214
215
 
215
216
  .dialog-simple {
216
- .dialog-header {
217
- border-bottom: 0;
217
+ .dialog-appbar {
218
+ border-bottom: none;
218
219
  }
219
220
 
220
221
  .dialog-content {
@@ -90,11 +90,21 @@ ol {
90
90
  .list-one-line .list-item,
91
91
  .list-item-one-line {
92
92
  min-height: $list-one-line-height;
93
+
94
+ .list-item-primary {
95
+ padding-bottom: $spacing-small;
96
+ padding-top: $spacing-small;
97
+ }
93
98
  }
94
99
 
95
100
  .list-one-line-with-avatar .list-item,
96
101
  .list-item-one-line-with-avatar {
97
102
  min-height: $list-one-line-with-avatar-height;
103
+
104
+ .list-item-primary {
105
+ padding-bottom: $spacing-small;
106
+ padding-top: $spacing-small;
107
+ }
98
108
  }
99
109
 
100
110
  .list-two-lines .list-item,
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.5.45
4
+ version: 0.5.47
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-03-03 00:00:00.000000000 Z
11
+ date: 2017-03-04 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: 'WARNING: ALPHA CODE, NOT PRODUCTION READY. ACTIVELY UNDER DEVELOPMENT
14
14
  AS OF AUG 2016. Implement Google Material Design spec with modern browsers in mind