dlegr250_material_design 0.4.11 → 0.4.12

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: c62daf88a90b22bb2d94f88b83aea4158face519
4
- data.tar.gz: 76aff6488b8f85a033761af44b0052ca6d0a2147
3
+ metadata.gz: e3bd42afe0805a42b9cc022a7465b5adb67a20c9
4
+ data.tar.gz: add62f3adb93a52f2f9395f0fe31e60a97b4fe9f
5
5
  SHA512:
6
- metadata.gz: 7a42cf922c89326654e33315c87ca01112bad1e8ceee57e8528d8a7b89187976a559f6c153abdbcb8c97142810e20e084531a5a737b38e7cb498614dc9dd0f5b
7
- data.tar.gz: ca3e4e30b1a40cb15c69b45c131826a9c510e7ee0aa65476e11e9275aa2d8551702d10b77dae2ef7b541695d3237ccb3b451d7ba9e3de453098e350698994b56
6
+ metadata.gz: ba5dc68723cc15ee99ddad2c938e52f8625a245ceecefa530689f60cba1b1be4531a75409c872fc7f843967eed7e03276c28752d3d3d82e61dc89a810cdc8c2a
7
+ data.tar.gz: 1d0194b8280f8287544c3f429f8d6dacd882b4076fa98377bcbcdf5ab6fb0919f9268a952a1ff2bae803569900bff0a1472851cdba625b6915e4bd86c02d33a8
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.4.11"
2
+ VERSION = "0.4.12"
3
3
  end
@@ -280,6 +280,6 @@ $default-rounded-corners-radius: 3px;
280
280
 
281
281
  @mixin list-item-secondary() {
282
282
  color: color("icon");
283
- margin-right: $spacing-normal;
283
+ padding-right: $spacing-normal;
284
284
  text-align: right;
285
285
  }
@@ -41,8 +41,6 @@
41
41
  }
42
42
 
43
43
  .dialog-header {
44
- padding: $spacing-large;
45
- padding-bottom: 20px; // Per MD spec
46
44
  @include list-item();
47
45
  }
48
46
 
@@ -53,8 +51,7 @@
53
51
  .dialog-header-primary,
54
52
  .dialog-header-secondary {
55
53
  box-sizing: border-box;
56
- // padding: $spacing-large;
57
- // padding-bottom: 20px; // Per MD spec
54
+ padding: $spacing-small $spacing-normal;
58
55
  }
59
56
 
60
57
  .dialog-header-primary {
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.4.11
4
+ version: 0.4.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand