@prijsvrijtechsupport/ui 0.0.43 → 0.0.45
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.
- package/dist/components/priceCheck/styles.css +10 -0
- package/dist/components/toggle/styles.css +2 -2
- package/dist/dist/index.css +17 -3
- package/dist/dist/index.css.map +1 -1
- package/dist/index.cjs +12 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +12 -4
- package/dist/index.js.map +1 -1
- package/dist/styles/variables.css +5 -1
- package/package.json +1 -1
|
@@ -385,12 +385,14 @@
|
|
|
385
385
|
--price-check-color: var(--prijsvrij-alternative2);
|
|
386
386
|
--price-check-price-color: var(--prijsvrij-alternative2);
|
|
387
387
|
--price-text-padding-left: 0.5rem;
|
|
388
|
+
--price-text-padding-left-large: 0;
|
|
388
389
|
|
|
389
390
|
--danger-red: var(--prijsvrij-danger-red);
|
|
390
391
|
--danger-red-hover: var(--prijsvrij-danger-red-hover);
|
|
391
392
|
--danger-red-disabled: var(--prijsvrij-danger-red-disabled);
|
|
392
393
|
--price-text-padding-bottom: -0.5rem;
|
|
393
|
-
--price-price-padding-left:
|
|
394
|
+
--price-price-padding-left-large: 4px;
|
|
395
|
+
--price-price-padding-left: 1em;
|
|
394
396
|
--price-price-padding-right: 0.5rem;
|
|
395
397
|
--price-minus-right: 10px;
|
|
396
398
|
--price-minus-bottom: 10px;
|
|
@@ -611,7 +613,9 @@
|
|
|
611
613
|
--price-background: transparent;
|
|
612
614
|
--price-background-back: transparent;
|
|
613
615
|
--price-text-padding-left: 0;
|
|
616
|
+
--price-text-padding-left-large: 0;
|
|
614
617
|
--price-text-padding-bottom: 0;
|
|
618
|
+
--price-price-padding-left-large: 0;
|
|
615
619
|
--price-price-padding-left: 0;
|
|
616
620
|
--price-price-padding-right: 0;
|
|
617
621
|
--price-minus-right: 5px;
|