@useinsider/ab-components 0.0.41 → 0.0.42
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/design-system-vue.css +10 -0
- package/package.json +1 -1
|
@@ -2669,6 +2669,8 @@ th {
|
|
|
2669
2669
|
line-height: 16px
|
|
2670
2670
|
}
|
|
2671
2671
|
|
|
2672
|
+
.in-button-wrapper_sixth-default,
|
|
2673
|
+
.in-button-wrapper_sixth-disabled,
|
|
2672
2674
|
.in-button-wrapper_secondary-alert,
|
|
2673
2675
|
.in-button-wrapper_secondary-default,
|
|
2674
2676
|
.in-button-wrapper_secondary-disabled,
|
|
@@ -2696,6 +2698,10 @@ th {
|
|
|
2696
2698
|
fill: #0a2ecc
|
|
2697
2699
|
}
|
|
2698
2700
|
|
|
2701
|
+
.in-button-wrapper_sixth-default svg {
|
|
2702
|
+
fill: #5F24AF
|
|
2703
|
+
}
|
|
2704
|
+
|
|
2699
2705
|
.in-button-wrapper_secondary-secondary {
|
|
2700
2706
|
color: #5d6980 !important;
|
|
2701
2707
|
;
|
|
@@ -2749,19 +2755,23 @@ th {
|
|
|
2749
2755
|
fill: #dc2a2a
|
|
2750
2756
|
}
|
|
2751
2757
|
|
|
2758
|
+
.in-button-wrapper_sixth-disabled,
|
|
2752
2759
|
.in-button-wrapper_secondary-disabled {
|
|
2753
2760
|
color: #91949f !important;
|
|
2754
2761
|
border-color: #91949f !important
|
|
2755
2762
|
}
|
|
2756
2763
|
|
|
2764
|
+
.in-button-wrapper_sixth-disabled:hover,
|
|
2757
2765
|
.in-button-wrapper_secondary-disabled:hover {
|
|
2758
2766
|
background-color: transparent
|
|
2759
2767
|
}
|
|
2760
2768
|
|
|
2769
|
+
.in-button-wrapper_sixth-disabled svg,
|
|
2761
2770
|
.in-button-wrapper_secondary-disabled svg {
|
|
2762
2771
|
fill: #91949f
|
|
2763
2772
|
}
|
|
2764
2773
|
|
|
2774
|
+
.in-button-wrapper_sixth-disabled,
|
|
2765
2775
|
.in-button-wrapper_secondary-disabled,
|
|
2766
2776
|
.in-button-wrapper_text-disabled {
|
|
2767
2777
|
cursor: auto;
|