dristi-ui-css 0.0.5-dristi-kerala.7 → 0.0.5-dristi-kerala.9

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /*!
3
- * dristi-ui-css - 0.0.5-dristi-kerala.7
3
+ * dristi-ui-css - 0.0.5-dristi-kerala.9
4
4
  *
5
5
  * Copyright (c) 2025 Akshay Kumar <akshay.kumar@beehyv.com>
6
6
  *
@@ -19908,6 +19908,7 @@ body {
19908
19908
  justify-content: flex-end;
19909
19909
  height: 72px;
19910
19910
  width: -webkit-fill-available;
19911
+ width: -moz-available;
19911
19912
  position: fixed;
19912
19913
  bottom: 0;
19913
19914
  padding: 16px 24px;
@@ -19936,6 +19937,17 @@ body {
19936
19937
  max-width: 60px !important;
19937
19938
  text-align: center; }
19938
19939
 
19940
+ .bulk-esign-order-view.register-user-home-tab .options-card {
19941
+ overflow: auto !important; }
19942
+ .bulk-esign-order-view.register-user-home-tab .options-card p {
19943
+ margin: 0 !important; }
19944
+
19945
+ .bulk-esign-order-view.offlinePayments-home-tab .options-card {
19946
+ overflow: auto !important; }
19947
+ .bulk-esign-order-view.offlinePayments-home-tab .options-card p {
19948
+ height: auto !important;
19949
+ padding-bottom: 5px !important; }
19950
+
19939
19951
  .custom-checkbox:checked, .checkbox-wrap .custom-checkbox-emp:checked {
19940
19952
  background-color: #fff;
19941
19953
  border: 2px solid #007e7e; }