dlegr250_material_design 0.4.77 → 0.4.78
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: 20e5f2a062f5f2d9e596f8e7503d3939b0258c05
|
4
|
+
data.tar.gz: 11597479c4f65c79948bac25b21106c423d8b7ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 82e9c99a6c7e5241f41eac309684def40da5f13729db2091d098a4efbfa3faf1a7ace19b8253503679dbf88b2c3a4c4ab6b2c4f9dc744e82396bfaa9d557a1cf
|
7
|
+
data.tar.gz: a4c1e3807e1a0e3a2e80aa443a108570b4c9468d95406b2b4a9a6b0cbfe326a02bbcc9489e96cf48dbe5a50a7630c0e6808f9938602b8704e624bb18715bca2b
|
@@ -97,6 +97,17 @@
|
|
97
97
|
margin-bottom: $button-fab-height * 2;
|
98
98
|
}
|
99
99
|
|
100
|
+
// Cursors
|
101
|
+
//----------------------------------------------------------------------
|
102
|
+
|
103
|
+
.cursor-default {
|
104
|
+
cursor: default !important;
|
105
|
+
}
|
106
|
+
|
107
|
+
.cursor-disabled {
|
108
|
+
cursor: not-allowed !important;
|
109
|
+
}
|
110
|
+
|
100
111
|
// Highlight (yellowish background)
|
101
112
|
//----------------------------------------------------------------------
|
102
113
|
|
@@ -63,6 +63,12 @@ ol {
|
|
63
63
|
@include list-item-primary();
|
64
64
|
}
|
65
65
|
|
66
|
+
.list-header-primary-supertext {
|
67
|
+
@include list-item-primary-subtext();
|
68
|
+
padding-top: 0;
|
69
|
+
padding-bottom: $spacing-xsmall;
|
70
|
+
}
|
71
|
+
|
66
72
|
.list-header-primary-subtext {
|
67
73
|
@include list-item-primary-subtext();
|
68
74
|
}
|
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.4.
|
4
|
+
version: 0.4.78
|
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-01-
|
11
|
+
date: 2017-01-19 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
|