dlegr250_material_design 0.5.81 → 0.5.82
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: e08e7d6d22efd7b3915dd153e6659620268f6c6e
|
|
4
|
+
data.tar.gz: c152334f0ab4d964289a4736e45ac03222c45804
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 00b444b8923ceaaee30927523df9fda6e8a691b53f764d05c01653b6bc734197e3b22c71d3883fea7cba9c02283c5c299bad795c13c139e03fe496d8d6c905ad
|
|
7
|
+
data.tar.gz: 3dd5235a2e020dc84cadcfea13d54b6f1b6f5c1414385fab5781f4fd4d9116bc5b4fc90c23b5fe6f3f71e0f21b9c5ac79d0879785ca0c412f913e225cd73d303
|
|
@@ -129,12 +129,6 @@ $spacing-xlarge: 32px;
|
|
|
129
129
|
// $elevation-24: 24; // Dialog, pickers
|
|
130
130
|
// $elevation-26: 26; // Popups on top of dialogs
|
|
131
131
|
|
|
132
|
-
@for $z-value from 0 through 24 {
|
|
133
|
-
.elevation-#{$z-value} {
|
|
134
|
-
@include elevation($z-value);
|
|
135
|
-
}
|
|
136
|
-
}
|
|
137
|
-
|
|
138
132
|
// Device breakpoints
|
|
139
133
|
//----------------------------------------------------------------------
|
|
140
134
|
|