ui-kit-ck-consultant 0.5.175 → 0.5.176

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.
Files changed (2) hide show
  1. package/dist/index.css +25 -24
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -2593,14 +2593,14 @@
2593
2593
  }
2594
2594
  /* start ListingHorizontal */
2595
2595
 
2596
- ._64Nqe{
2596
+ ._64Nqe {
2597
2597
  display: flex;
2598
2598
  flex-direction: row;
2599
2599
  position: relative;
2600
- overflow-x: scroll;
2600
+ overflow-x: auto;
2601
2601
  }
2602
2602
 
2603
- ._2RiQY{
2603
+ ._2RiQY {
2604
2604
  display: flex;
2605
2605
  flex-direction: column;
2606
2606
  margin: 5px 0;
@@ -2609,7 +2609,7 @@
2609
2609
  text-align: center;
2610
2610
  }
2611
2611
 
2612
- ._3CtDc{
2612
+ ._3CtDc {
2613
2613
  margin: 0 auto 5px;
2614
2614
  display: flex;
2615
2615
  width: 30px;
@@ -2619,35 +2619,35 @@
2619
2619
  border-radius: 15px;
2620
2620
  }
2621
2621
 
2622
- ._2R0Mr>._3CtDc{
2622
+ ._2R0Mr > ._3CtDc {
2623
2623
  background-color: var(--green);
2624
2624
  }
2625
2625
 
2626
- ._3V863 > ._3CtDc{
2627
- background-color: var(--orange );
2626
+ ._3V863 > ._3CtDc {
2627
+ background-color: var(--orange);
2628
2628
  }
2629
2629
 
2630
- ._3CtDc > svg{
2630
+ ._3CtDc > svg {
2631
2631
  margin: auto;
2632
2632
  }
2633
2633
 
2634
- ._3cuTE{
2634
+ ._3cuTE {
2635
2635
  margin: auto 0;
2636
2636
  display: block;
2637
2637
  width: 120px;
2638
2638
  }
2639
2639
 
2640
- ._3cuTE > span{
2640
+ ._3cuTE > span {
2641
2641
  display: block;
2642
2642
  font-size: 14px;
2643
2643
  }
2644
2644
 
2645
- ._3cuTE > span:nth-child(2){
2645
+ ._3cuTE > span:nth-child(2) {
2646
2646
  font-weight: bold;
2647
2647
  font-size: 16px;
2648
2648
  }
2649
2649
 
2650
- ._1RaCo{
2650
+ ._1RaCo {
2651
2651
  position: absolute;
2652
2652
  top: 20px;
2653
2653
  left: 70px;
@@ -2660,16 +2660,16 @@
2660
2660
 
2661
2661
  /* start ListingVertical */
2662
2662
 
2663
- ._3dZW8{
2663
+ ._3dZW8 {
2664
2664
  flex-direction: column;
2665
2665
  display: flex;
2666
2666
  }
2667
2667
 
2668
- ._wYzrK{
2668
+ ._wYzrK {
2669
2669
  display: flex;
2670
2670
  }
2671
2671
 
2672
- ._uTVeE{
2672
+ ._uTVeE {
2673
2673
  margin: auto 0;
2674
2674
  display: flex;
2675
2675
  width: 30px;
@@ -2679,44 +2679,45 @@
2679
2679
  border-radius: 15px;
2680
2680
  }
2681
2681
 
2682
- ._2R0Mr>._uTVeE{
2682
+ ._2R0Mr > ._uTVeE {
2683
2683
  background-color: var(--green);
2684
2684
  }
2685
2685
 
2686
- ._3V863 > ._uTVeE{
2687
- background-color: var(--orange );
2686
+ ._3V863 > ._uTVeE {
2687
+ background-color: var(--orange);
2688
2688
  }
2689
2689
 
2690
- ._uTVeE > svg{
2690
+ ._uTVeE > svg {
2691
2691
  margin: auto;
2692
2692
  }
2693
2693
 
2694
- ._3v-1E{
2694
+ ._3v-1E {
2695
2695
  margin: auto 0;
2696
2696
  margin-left: 15px;
2697
2697
  display: block;
2698
2698
  }
2699
2699
 
2700
- ._3v-1E > span{
2700
+ ._3v-1E > span {
2701
2701
  display: block;
2702
2702
  font-size: 16px;
2703
2703
  }
2704
2704
 
2705
- ._3v-1E > span:last-child{
2705
+ ._3v-1E > span:last-child {
2706
2706
  font-size: 14px;
2707
2707
  }
2708
2708
 
2709
- ._1VFRz{
2709
+ ._1VFRz {
2710
2710
  display: flex;
2711
2711
  flex-direction: column;
2712
2712
  width: 30px;
2713
2713
  }
2714
2714
 
2715
- ._1VFRz > span{
2715
+ ._1VFRz > span {
2716
2716
  margin: 0 auto;
2717
2717
  }
2718
2718
 
2719
2719
  /* end ListingVertical */
2720
+
2720
2721
  ._1ofQJ {
2721
2722
  position: relative;
2722
2723
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ui-kit-ck-consultant",
3
- "version": "0.5.175",
3
+ "version": "0.5.176",
4
4
  "description": "Made with create-react-library",
5
5
  "author": "Noah LANFRIT",
6
6
  "license": "MIT",