pacem-less 0.50.0-babylon → 0.50.0-byblos

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.
@@ -108,7 +108,7 @@
108
108
  &::after {
109
109
  bottom: @_offset;
110
110
  transform: rotate(90deg);
111
- .BalloonTipShadow(3px, 0, 2px, 1);
111
+ .BalloonTipShadow(3.25px, 0, 2px, 1);
112
112
  }
113
113
  }
114
114
 
@@ -243,14 +243,15 @@
243
243
  /* #endregion */
244
244
  /* #region INSIDE FORM FIELD */
245
245
  @{P}-balloon.@{PCSS}-field-tooltip {
246
- background-color: @color_primary;
246
+ .BalloonColorize(@color_primary, @color_primary_inv, @color_primary, 100);
247
+ /*background-color: @color_primary;
247
248
 
248
249
  &::after {
249
250
  color: @color_primary;
250
251
  text-shadow: none;
251
252
  }
252
253
 
253
- color: @color_primary_inv;
254
+ color: @color_primary_inv;*/
254
255
 
255
256
  code {
256
257
  color: @color_primary_inv;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.50.0-babylon",
2
+ "version": "0.50.0-byblos",
3
3
  "name": "pacem-less",
4
4
  "homepage": "https://js.pacem.it",
5
5
  "repository": {