@esic-lab/data-core-ui 0.0.24 → 0.0.26

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/index.css CHANGED
@@ -26,7 +26,6 @@
26
26
  --color-red-100: #fac5c3;
27
27
  --color-red-400: #f16965;
28
28
  --color-red-500: #ee443f;
29
- --color-red-600: #d93e39;
30
29
  --color-red-700: #a9302d;
31
30
  --color-yellow-400: #ffbb33;
32
31
  --color-green-400: #69c57d;
@@ -787,9 +786,6 @@
787
786
  .border-red-500 {
788
787
  border-color: var(--color-red-500);
789
788
  }
790
- .border-red-600 {
791
- border-color: var(--color-red-600);
792
- }
793
789
  .border-white {
794
790
  border-color: var(--color-white);
795
791
  }
@@ -963,9 +959,6 @@
963
959
  .text-red-500 {
964
960
  color: var(--color-red-500);
965
961
  }
966
- .text-red-600 {
967
- color: var(--color-red-600);
968
- }
969
962
  .text-white {
970
963
  color: var(--color-white);
971
964
  }