dlegr250_material_design 0.2.45 → 0.2.46
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: b0170e80fd002612155abdfea9b3e854ae01c48c
|
4
|
+
data.tar.gz: 84464270a386fd41a24d3e06e3d31654675fe01f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2aec31dc95a7cf6a12e9631503016f4bc7c81f8c9b0308a75d9493fb366868078d2250c7f647be049aabd94f9f409ad5724d6d249514a1d80ac66b9474f4c915
|
7
|
+
data.tar.gz: 288c4e974344bb13db59889f834526edd86037c97c2e08d6ee38b694a75f19dccdee3f7a1e14b08790163e356c413c397932c55d03ded6a617d0e709651b3445
|
@@ -20,9 +20,8 @@
|
|
20
20
|
//----------------------------------------------------------------------
|
21
21
|
|
22
22
|
.blank-state {
|
23
|
-
|
24
|
-
|
25
|
-
padding: $spacing-xlarge;
|
23
|
+
margin: $spacing-large auto;
|
24
|
+
max-width: $small-width - ($spacing-normal * 2);
|
26
25
|
text-align: center;
|
27
26
|
}
|
28
27
|
|
@@ -31,7 +30,25 @@
|
|
31
30
|
|
32
31
|
.blank-state-icon {
|
33
32
|
color: color("divider");
|
34
|
-
|
33
|
+
display: inline-block;
|
34
|
+
height: 80px;
|
35
|
+
width: 80px;
|
36
|
+
text-align: center;
|
37
|
+
|
38
|
+
.icon {
|
39
|
+
color: color("divider");
|
40
|
+
font-size: 60px;
|
41
|
+
line-height: 80px;
|
42
|
+
}
|
43
|
+
}
|
44
|
+
|
45
|
+
.blank-state-icon-circle {
|
46
|
+
background-color: color("divider");
|
47
|
+
@include rounded-corners(50%);
|
48
|
+
|
49
|
+
.icon {
|
50
|
+
color: color("helper");
|
51
|
+
}
|
35
52
|
}
|
36
53
|
|
37
54
|
// Blank state - primary
|
@@ -39,9 +56,9 @@
|
|
39
56
|
|
40
57
|
.blank-state-primary {
|
41
58
|
color: color("text");
|
42
|
-
font-size: $font-size-large
|
59
|
+
font-size: $font-size-large;
|
43
60
|
font-weight: bold;
|
44
|
-
|
61
|
+
line-height: 1.5;
|
45
62
|
}
|
46
63
|
|
47
64
|
// Blank state - primary - subtext
|
@@ -58,5 +75,5 @@
|
|
58
75
|
//----------------------------------------------------------------------
|
59
76
|
|
60
77
|
.blank-state-actions {
|
61
|
-
|
78
|
+
margin-top: $spacing-small;
|
62
79
|
}
|
@@ -170,16 +170,13 @@ ol {
|
|
170
170
|
//----------------------------------------------------------------------
|
171
171
|
|
172
172
|
.list-item-secondary {
|
173
|
-
color: color("
|
174
|
-
// color: color("icon");
|
173
|
+
color: color("icon");
|
175
174
|
font-size: $font-size-icon;
|
176
175
|
height: $list-item-icon-width;
|
177
176
|
line-height: $list-item-icon-width;
|
178
|
-
|
177
|
+
margin-right: $spacing-normal;
|
179
178
|
padding: 0;
|
180
|
-
padding-right: $spacing-normal;
|
181
179
|
text-align: right;
|
182
|
-
width: $list-item-icon-width;
|
183
180
|
|
184
181
|
.icon {
|
185
182
|
color: color("icon");
|