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(
|
|
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
|
-
|
|
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