pacem-less 0.52.1-ruffini → 0.52.1-selberg

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.
@@ -251,23 +251,23 @@
251
251
 
252
252
  each(range(12), {
253
253
  &.z--@{value}{
254
- z-index: @value;
254
+ z-index: @value !important;
255
255
  }
256
256
  });
257
257
 
258
258
  &.z-header {
259
- z-index: @header_z_index;
259
+ z-index: @header_z_index !important;
260
260
  }
261
261
 
262
262
  &.z-under-header {
263
- z-index: @header_z_index - 1;
263
+ z-index: @header_z_index - 1 !important;
264
264
  }
265
265
 
266
266
  &.z-over-header {
267
- z-index: @header_z_index + 1;
267
+ z-index: @header_z_index + 1 !important;
268
268
  }
269
269
 
270
270
  &.z-top {
271
- z-index: @lightbox_z_index + 1;
271
+ z-index: @lightbox_z_index + 1 !important;
272
272
  }
273
273
  }
@@ -519,6 +519,10 @@
519
519
  > .@{PCSS}-field > label.@{PCSS}-label {
520
520
  display: none;
521
521
  }
522
+
523
+ .@{PCSS}-input-container {
524
+ padding-top: 0;
525
+ }
522
526
  }
523
527
 
524
528
  @media (min-width: @threshold_lg) {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.52.1-ruffini",
2
+ "version": "0.52.1-selberg",
3
3
  "name": "pacem-less",
4
4
  "homepage": "https://js.pacem.it",
5
5
  "repository": {