dlegr250_material_design 0.3.61 → 0.3.62
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: 31f2e818af1ce9279f4580f843f36bbdd021aa78
|
4
|
+
data.tar.gz: 5f08bf9303e186be51d8bea74d573839408cf590
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3602ad99576581ae1190ce78fd3ef7a97b77fd730216f59cf77491f39e20586c971d734df6e8324faa28779d651c831c8c80cdc60955bf01766bb9faaa7ea89f
|
7
|
+
data.tar.gz: 358d3151314c6380adaf9d0abe2800726518450cb33875ebd46f85ee8dc98bb8d72070bfbc0c272236e79fdcd885c0c144d9298dcb1ebcd5381949ac3a7562c3
|
@@ -48,32 +48,39 @@ ol {
|
|
48
48
|
background-color: #f2f2f2;
|
49
49
|
min-height: 48px;
|
50
50
|
@include flex-parent-row();
|
51
|
+
}
|
51
52
|
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
53
|
+
.list-header-icon {
|
54
|
+
color: color("icon");
|
55
|
+
padding-left: $spacing-normal;
|
56
|
+
text-align: left;
|
57
|
+
width: 30px;
|
58
|
+
}
|
57
59
|
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
text-overflow: ellipsis;
|
64
|
-
white-space: nowrap;
|
65
|
-
|
66
|
-
.list-header-primary-subtext {
|
67
|
-
color: color("helper");
|
68
|
-
font-size: $font-size-small;
|
69
|
-
font-weight: normal;
|
70
|
-
padding-top: $spacing-xsmall;
|
71
|
-
}
|
72
|
-
}
|
60
|
+
.list-header-primary,
|
61
|
+
.list-header-secondary {
|
62
|
+
box-sizing: border-box;
|
63
|
+
padding: $spacing-small $spacing-normal;
|
64
|
+
}
|
73
65
|
|
74
|
-
|
75
|
-
|
76
|
-
|
66
|
+
.list-header-primary {
|
67
|
+
flex: 1;
|
68
|
+
font-size: $font-size-normal;
|
69
|
+
font-weight: bold;
|
70
|
+
overflow: hidden;
|
71
|
+
text-overflow: ellipsis;
|
72
|
+
white-space: nowrap;
|
73
|
+
}
|
74
|
+
|
75
|
+
.list-header-primary-subtext {
|
76
|
+
color: color("helper");
|
77
|
+
font-size: $font-size-small;
|
78
|
+
font-weight: normal;
|
79
|
+
padding-top: $spacing-xsmall;
|
80
|
+
}
|
81
|
+
|
82
|
+
.list-header-secondary {
|
83
|
+
text-align: right;
|
77
84
|
}
|
78
85
|
|
79
86
|
// Lists - base
|
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.3.
|
4
|
+
version: 0.3.62
|
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-09-
|
11
|
+
date: 2016-09-16 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
|