dristi-ui-css 0.0.5-dristi-kerala.7 → 0.0.5-dristi-kerala.8
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 +12 -1
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/home/home.scss +19 -0
package/dist/index.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
|
-
* dristi-ui-css - 0.0.5-dristi-kerala.
|
|
3
|
+
* dristi-ui-css - 0.0.5-dristi-kerala.8
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2025 Akshay Kumar <akshay.kumar@beehyv.com>
|
|
6
6
|
*
|
|
@@ -19936,6 +19936,17 @@ body {
|
|
|
19936
19936
|
max-width: 60px !important;
|
|
19937
19937
|
text-align: center; }
|
|
19938
19938
|
|
|
19939
|
+
.bulk-esign-order-view.register-user-home-tab .options-card {
|
|
19940
|
+
overflow: auto !important; }
|
|
19941
|
+
.bulk-esign-order-view.register-user-home-tab .options-card p {
|
|
19942
|
+
margin: 0 !important; }
|
|
19943
|
+
|
|
19944
|
+
.bulk-esign-order-view.offlinePayments-home-tab .options-card {
|
|
19945
|
+
overflow: auto !important; }
|
|
19946
|
+
.bulk-esign-order-view.offlinePayments-home-tab .options-card p {
|
|
19947
|
+
height: auto !important;
|
|
19948
|
+
padding-bottom: 5px !important; }
|
|
19949
|
+
|
|
19939
19950
|
.custom-checkbox:checked, .checkbox-wrap .custom-checkbox-emp:checked {
|
|
19940
19951
|
background-color: #fff;
|
|
19941
19952
|
border: 2px solid #007e7e; }
|