pacem-less 0.20.2-byblos → 0.20.2-carteia
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.
|
@@ -517,8 +517,11 @@ body.@{PCSS}-animations {
|
|
|
517
517
|
|
|
518
518
|
hr {
|
|
519
519
|
border: 0;
|
|
520
|
-
|
|
520
|
+
height: 1px;
|
|
521
|
+
background-color: fade(@color_dark, 10);
|
|
522
|
+
border-bottom: 1px solid fade(@color_light, 5);
|
|
521
523
|
margin: @grid_spacing / 6 @grid_spacing / 8;
|
|
524
|
+
|
|
522
525
|
}
|
|
523
526
|
}
|
|
524
527
|
|
package/package.json
CHANGED