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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2ca3484efcb3c1b6cfc82fdd16ef3825c0d1ec9d
|
4
|
+
data.tar.gz: 01537c5abfc9ed1c78608a73c66195f4b5f48f22
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e7deae274d9b271196f5e2c2894ed4b58ffa7ea0d96f78db15998a0ea30d7af5c40d6e8e357ad9f205fb03755b2a901f6d69f341930ecaa8f0a7a2b7deea46df
|
7
|
+
data.tar.gz: 9d54a8e7f828804acf4bde1fdf6b613f5c2c9e9e405dbb4b3ff3b2eafc2e4d9c6c4377011d07ab21b039d2b32152fe2e29fd1930f980319a14b072813f5c5ee4
|
@@ -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
|
|