Package not found. Please check the package name and try again.
dlegr250_material_design 0.5.05 → 0.5.06
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: 9dc62263a3d05c0596a49056290305df75efb3f4
|
|
4
|
+
data.tar.gz: b10fc0f639ef2723b4e450110324a02be02a3ec0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c30cea39234043e436aa3a8466952122e1098fbfba26f2779498294c4e8ec721e4e0e881d99f6c44dd75d0e0b9fa4726f5ac54c3fc527f6bc2d718c3b2fe07bb
|
|
7
|
+
data.tar.gz: 8bd7604e6598966addd928eb8ee0e5326b0f9f9d91c53df0c46ce92242158d47363d1a2f2f9c3c7a1b2d7403ebc7090fee8c13909f633e4e4b4184805da2e84a
|
|
@@ -113,7 +113,7 @@ ol {
|
|
|
113
113
|
// Dividers between items
|
|
114
114
|
.list-divided {
|
|
115
115
|
.list-item:not(:last-child) {
|
|
116
|
-
border-bottom: 1px solid
|
|
116
|
+
border-bottom: 1px solid color("divider");
|
|
117
117
|
}
|
|
118
118
|
}
|
|
119
119
|
|
|
@@ -217,7 +217,7 @@ ol {
|
|
|
217
217
|
// }
|
|
218
218
|
//
|
|
219
219
|
// .list-item-icon-circle {
|
|
220
|
-
// background-color:
|
|
220
|
+
// background-color: color("divider");
|
|
221
221
|
// font-size: 16px;
|
|
222
222
|
// height: 30px;
|
|
223
223
|
// line-height: 30px;
|
|
@@ -399,13 +399,13 @@ ol {
|
|
|
399
399
|
// //----------------------------------------------------------------------
|
|
400
400
|
//
|
|
401
401
|
// .list-bordered {
|
|
402
|
-
// border: 1px solid
|
|
402
|
+
// border: 1px solid color("divider");
|
|
403
403
|
// }
|
|
404
404
|
//
|
|
405
405
|
// .list-divided {
|
|
406
406
|
// .list-header,
|
|
407
407
|
// .list-item {
|
|
408
|
-
// border-bottom: 1px solid
|
|
408
|
+
// border-bottom: 1px solid color("divider");
|
|
409
409
|
// }
|
|
410
410
|
// }
|
|
411
411
|
//
|