@formio/js 5.0.0-dev.5641.6eb7b96 → 5.0.0-dev.5641.850490

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.
@@ -2691,13 +2691,13 @@ url("./fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6") format("wof
2691
2691
  line-height: 1;
2692
2692
  }
2693
2693
 
2694
- .card-vertical {
2694
+ .card.card-vertical {
2695
2695
  display: flex;
2696
2696
  flex-direction: row;
2697
2697
  margin-top: 5px;
2698
2698
  }
2699
2699
 
2700
- .card-vertical .card-body,
2700
+ .card.card-vertical .card-body,
2701
2701
  .tab-content,
2702
2702
  .tab {
2703
2703
  flex-grow: 2;
@@ -2712,22 +2712,22 @@ url("./fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6") format("wof
2712
2712
  border-bottom: 0;
2713
2713
  }
2714
2714
 
2715
- .card-vertical > .card-body,
2716
- .card-vertical > .tab-content,
2717
- .card-vertical > .tab {
2715
+ .card.card-vertical > .card-body,
2716
+ .card.card-vertical > .tab-content,
2717
+ .card.card-vertical > .tab {
2718
2718
  flex-basis: 85%;
2719
2719
  }
2720
2720
 
2721
- .card-vertical ul > li > .nav-link-vertical {
2721
+ .card.card-vertical ul > li > .nav-link-vertical {
2722
2722
  border-right-color: transparent;
2723
2723
  border-radius: 4px 0 0 4px;
2724
2724
  margin-right: 0;
2725
2725
  }
2726
- .card-vertical ul > li > .nav-link-vertical.active {
2726
+ .card.card-vertical ul > li > .nav-link-vertical.active {
2727
2727
  border-bottom-color: #ddd;
2728
2728
  border-right-color: transparent;
2729
2729
  }
2730
- .card-vertical ul > li > .nav-link-vertical.active:hover {
2730
+ .card.card-vertical ul > li > .nav-link-vertical.active:hover {
2731
2731
  border-right-color: transparent;
2732
2732
  }
2733
2733