dlegr250_material_design 0.1.93 → 0.1.94

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: aff55c09d0627238c8145e76a3ef6c8e76a9cf44
4
- data.tar.gz: abd5556ceac1dd08d436c76183fa2222f00ae5e2
3
+ metadata.gz: 2ca3484efcb3c1b6cfc82fdd16ef3825c0d1ec9d
4
+ data.tar.gz: 01537c5abfc9ed1c78608a73c66195f4b5f48f22
5
5
  SHA512:
6
- metadata.gz: 04b66fe849538bac3de3ba9564b79a20768c35e9242712a1f574f96c0e98947cb6ed7cf328f3648e768e61c376c1a6d4acd70f3733d5c9bc664a1e838c86c8e4
7
- data.tar.gz: 54881acacb6bd3ed67e63adf9424605e66a58d8943e1bc344ca8ee180fa30859dbda94ac4c8c1a1e8d3f3b25ceab8182183ee7dc6e5ca30fcff78005ea4f9e01
6
+ metadata.gz: e7deae274d9b271196f5e2c2894ed4b58ffa7ea0d96f78db15998a0ea30d7af5c40d6e8e357ad9f205fb03755b2a901f6d69f341930ecaa8f0a7a2b7deea46df
7
+ data.tar.gz: 9d54a8e7f828804acf4bde1fdf6b613f5c2c9e9e405dbb4b3ff3b2eafc2e4d9c6c4377011d07ab21b039d2b32152fe2e29fd1930f980319a14b072813f5c5ee4
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.1.93"
2
+ VERSION = "0.1.94"
3
3
  end
@@ -56,25 +56,9 @@
56
56
  }
57
57
  }
58
58
 
59
- .field-first {
60
- padding-top: 0;
61
- }
62
-
63
- .field-last {
64
- padding-bottom: 0;
65
- }
66
-
67
59
  // Fields - sizes
68
60
  //----------------------------------------------------------------------
69
61
 
70
- // .field-xsmall,
71
- // .field-small,
72
- // .field-normal,
73
- // .field-large,
74
- // .field-xlarge {
75
- // @extend .field;
76
- // }
77
-
78
62
  .field-xsmall {
79
63
  // padding: $spacing-xsmall $spacing-small;
80
64
  padding-bottom: $spacing-xsmall;
@@ -105,6 +89,10 @@
105
89
  padding-top: $spacing-xlarge;
106
90
  }
107
91
 
92
+ // Remove padding on first/last elements
93
+ .field-first { padding-top: 0; }
94
+ .field-last { padding-bottom: 0; }
95
+
108
96
  // Fields - has errors
109
97
  //----------------------------------------------------------------------
110
98
 
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.1.93
4
+ version: 0.1.94
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand