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
- border-bottom: 1px solid fade(@color_default, 50);
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
 
@@ -0,0 +1,8 @@
1
+ @import '../../theme-light';
2
+ .@{PCSS}-contextmenu {
3
+
4
+ hr {
5
+ background-color: fade(@color_dark, 7);
6
+ border-bottom: 1px solid fade(@color_light, 60);
7
+ }
8
+ }
@@ -1,2 +1,3 @@
1
1
  // theme-dark is the 'cookie-cutter'
2
- @import "../dark/index";
2
+ @import "../dark/index";
3
+ @import "button";
@@ -0,0 +1,8 @@
1
+ @import '../../theme-phousys';
2
+ .@{PCSS}-contextmenu {
3
+
4
+ hr {
5
+ background-color: transparent;
6
+ border-bottom: 1px dashed fade(@color_light, 5);
7
+ }
8
+ }
@@ -1,2 +1,3 @@
1
1
  // theme-dark is the 'cookie-cutter'
2
- @import "../dark/index";
2
+ @import "../dark/index";
3
+ @import "button";
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.20.2-byblos",
2
+ "version": "0.20.2-carteia",
3
3
  "name": "pacem-less",
4
4
  "homepage": "https://js.pacem.it",
5
5
  "repository": {