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: ecbe83e49e578508b7cdd6d37386e49811ab22e2
4
- data.tar.gz: e93bf4e34217439476d2203d9fa194014cf311e1
3
+ metadata.gz: b0170e80fd002612155abdfea9b3e854ae01c48c
4
+ data.tar.gz: 84464270a386fd41a24d3e06e3d31654675fe01f
5
5
  SHA512:
6
- metadata.gz: e6f6a55eb422556ff0bc1ce3d8a8ce2dce113220de42a6743cf630a130e45224ccabfa836be83c60699d71bd1005c86e80dcaf4c1a21b184a1215894b556d919
7
- data.tar.gz: c501bd947d4f554dc6f0aa6e16e28cbfbffebf622130288f80174f67626e43935b754c65daa13ac378e59be1f86316cdea1ee476e505a02d5e4f7b7a96d6275d
6
+ metadata.gz: 2aec31dc95a7cf6a12e9631503016f4bc7c81f8c9b0308a75d9493fb366868078d2250c7f647be049aabd94f9f409ad5724d6d249514a1d80ac66b9474f4c915
7
+ data.tar.gz: 288c4e974344bb13db59889f834526edd86037c97c2e08d6ee38b694a75f19dccdee3f7a1e14b08790163e356c413c397932c55d03ded6a617d0e709651b3445
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.2.45"
2
+ VERSION = "0.2.46"
3
3
  end
@@ -20,9 +20,8 @@
20
20
  //----------------------------------------------------------------------
21
21
 
22
22
  .blank-state {
23
- color: color("helper");
24
- margin: auto;
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
- font-size: 120px;
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 * 0.8;
59
+ font-size: $font-size-large;
43
60
  font-weight: bold;
44
- margin-bottom: $spacing-small;
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
- padding-top: $spacing-normal;
78
+ margin-top: $spacing-small;
62
79
  }
@@ -170,16 +170,13 @@ ol {
170
170
  //----------------------------------------------------------------------
171
171
 
172
172
  .list-item-secondary {
173
- color: color("helper");
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
- // margin-left: $spacing-normal;
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");
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dlegr250_material_design
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.45
4
+ version: 0.2.46
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand