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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 37c5aeee13e79284c7dbde9a55321b811ad128c1
|
4
|
+
data.tar.gz: f60afab728f9f32ae8c17b8eaa2f26ff77e613f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 29899681fb3e0175a2b8e5c2a60d2a7794b85347f45c740e6dd2f4d0fd85a0f325c8ff1240ecf46c2b13b8516c9dd97b9162d60e59c62eb37804a7b99fb08862
|
7
|
+
data.tar.gz: 7ae01958d1de458aaef380db35d801d7bf40d10e573aac1ee02884399339cbfe1e64b72456b199788f3a0859d5ea114e72cd78a3d9cbeda617150262b10c0db8
|
@@ -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-
|
217
|
-
border-bottom:
|
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.
|
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-
|
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
|