dlegr250_material_design 0.1.84 → 0.1.85
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 979d5c64d91a4fcb1d0c4d30e58cbdf25abe9828
|
|
4
|
+
data.tar.gz: 0340df5b0fe05a6901aa12edd3ad41bfe403d4bf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b8546ad87b8e20bf857b4e079da767d3f4ee0719fa4a0f98ab7a0c740e5975f167b4f8be5f154e4a547577d87834f01bab9205098eb5a8b935cf91fe8d898729
|
|
7
|
+
data.tar.gz: 7a87b96f47ffe9cc2c009f497158cd697014342a754f4a56fe426b54473f397395fe78653d4ca2a0f6cd24e3a6d62e52445436d6284a172021add4c1c720ee07
|
|
@@ -1,65 +1,61 @@
|
|
|
1
1
|
//======================================================================
|
|
2
2
|
// EXAMPLE:
|
|
3
|
-
// <div class="blank-state
|
|
4
|
-
// <div class="blank-state">
|
|
5
|
-
// <
|
|
6
|
-
// <
|
|
7
|
-
//
|
|
8
|
-
//
|
|
9
|
-
//
|
|
10
|
-
//
|
|
11
|
-
//
|
|
12
|
-
//
|
|
13
|
-
//
|
|
14
|
-
// <div class="blank-state-subtitle">
|
|
15
|
-
// Subtitle
|
|
3
|
+
// <div class="blank-state">
|
|
4
|
+
// <div class="blank-state-icon">
|
|
5
|
+
// <span class="zmdi-hc-stack">
|
|
6
|
+
// <i class="zmdi zmdi-circle zmdi-hc-stack-2x"></i>
|
|
7
|
+
// <i class="zmdi zmdi-comments zmdi-hc-stack-1x zmdi-hc-inverse"></i>
|
|
8
|
+
// </span>
|
|
9
|
+
// </div>
|
|
10
|
+
// <div class="blank-state-primary">
|
|
11
|
+
// Primary text
|
|
12
|
+
// <div class="blank-state-primary-subtext">
|
|
13
|
+
// Primary subtext
|
|
16
14
|
// </div>
|
|
17
15
|
// </div>
|
|
18
16
|
// </div>
|
|
19
17
|
//======================================================================
|
|
20
18
|
|
|
21
|
-
// Blank
|
|
19
|
+
// Blank state - base
|
|
22
20
|
//----------------------------------------------------------------------
|
|
23
21
|
|
|
24
|
-
.blank-state-container {
|
|
25
|
-
// padding: $spacing-normal;
|
|
26
|
-
text-align: center;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
22
|
.blank-state {
|
|
30
23
|
color: color("helper");
|
|
31
24
|
margin: auto;
|
|
25
|
+
padding: $spacing-xlarge;
|
|
32
26
|
text-align: center;
|
|
33
27
|
}
|
|
34
28
|
|
|
35
|
-
// Blank
|
|
29
|
+
// Blank state - icon
|
|
36
30
|
//----------------------------------------------------------------------
|
|
37
31
|
|
|
38
32
|
.blank-state-icon {
|
|
39
33
|
color: color("divider");
|
|
40
|
-
font-size:
|
|
34
|
+
font-size: 120px;
|
|
41
35
|
}
|
|
42
36
|
|
|
43
|
-
// Blank
|
|
37
|
+
// Blank state - primary
|
|
44
38
|
//----------------------------------------------------------------------
|
|
45
39
|
|
|
46
|
-
.blank-state-
|
|
40
|
+
.blank-state-primary {
|
|
41
|
+
color: color("text");
|
|
47
42
|
font-size: $font-size-large;
|
|
48
43
|
font-weight: bold;
|
|
49
44
|
}
|
|
50
45
|
|
|
51
|
-
// Blank
|
|
46
|
+
// Blank state - primary - subtext
|
|
52
47
|
//----------------------------------------------------------------------
|
|
53
48
|
|
|
54
|
-
.blank-state-
|
|
49
|
+
.blank-state-primary-subtext {
|
|
55
50
|
color: color("helper");
|
|
56
51
|
font-size: $font-size-normal;
|
|
57
|
-
|
|
52
|
+
font-weight: normal;
|
|
53
|
+
padding-top: $spacing-small;
|
|
58
54
|
}
|
|
59
55
|
|
|
60
|
-
// Blank
|
|
56
|
+
// Blank state - actions
|
|
61
57
|
//----------------------------------------------------------------------
|
|
62
58
|
|
|
63
59
|
.blank-state-actions {
|
|
64
|
-
padding-top: $spacing-
|
|
60
|
+
padding-top: $spacing-normal;
|
|
65
61
|
}
|
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.1.
|
|
4
|
+
version: 0.1.85
|
|
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-06-
|
|
11
|
+
date: 2016-06-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|