@djb25/digit-ui-css 1.0.49 → 1.0.51
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 +1 -1
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/bannercomponents.scss +1 -1
- package/src/components/financeUi.scss +0 -7
- package/src/components/statushighlight.scss +1 -1
- package/src/components/toast.scss +1 -1
- package/src/digitv2/components/appContainerV2.scss +0 -3
- package/src/digitv2/components/bannerV2.scss +1 -2
- package/src/pages/employee/ekyc.scss +724 -7
package/package.json
CHANGED
|
@@ -772,13 +772,6 @@ w .collapsible-card-arrow.open {
|
|
|
772
772
|
display: block !important;
|
|
773
773
|
}
|
|
774
774
|
|
|
775
|
-
input,
|
|
776
|
-
select,
|
|
777
|
-
.text-input input,
|
|
778
|
-
.employee-card-input input {
|
|
779
|
-
width: 100% !important;
|
|
780
|
-
}
|
|
781
|
-
|
|
782
775
|
/* Button full-width */
|
|
783
776
|
.submit-bar button {
|
|
784
777
|
width: 100% !important;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
.digit-banner-success-wrap,
|
|
4
4
|
.digit-banner-emp-success-wrap {
|
|
5
|
-
@apply block bg-success w-full text-center text-white pt-md pb-sm mb-md;
|
|
5
|
+
@apply block bg-success-gradient w-full text-center text-white pt-md pb-sm mb-md;
|
|
6
6
|
|
|
7
7
|
header {
|
|
8
8
|
@apply block mb-sm font-rc font-bold text-heading-xl;
|
|
@@ -43,7 +43,6 @@
|
|
|
43
43
|
.digit-banner-emp-error-wrap {
|
|
44
44
|
@apply block bg-error w-full text-center text-white pt-md pb-sm mb-md;
|
|
45
45
|
|
|
46
|
-
|
|
47
46
|
header {
|
|
48
47
|
@apply block mb-sm font-rc font-bold text-heading-xl;
|
|
49
48
|
}
|