dristi-ui-css 0.0.5-dristi-kerala.6 → 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 +27 -7
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/home/home.scss +24 -3
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
|
*
|
|
@@ -19817,12 +19817,17 @@ body {
|
|
|
19817
19817
|
.main-home-screen .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent .section .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input input, .main-home-screen .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent .section .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input .checkbox-wrap .input-emp, .checkbox-wrap .main-home-screen .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent .section .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input .input-emp, .main-home-screen .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent .section .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .main-home-screen .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent .section .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input .input-emp, .main-home-screen .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent .section .search-wrapper .search-field-wrapper.search.custom-both-clear-search .select-wrap .select {
|
|
19818
19818
|
border-radius: 4px;
|
|
19819
19819
|
border-color: #3d3c3c; }
|
|
19820
|
-
.main-home-screen .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent .section .search-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper
|
|
19821
|
-
|
|
19822
|
-
|
|
19823
|
-
|
|
19824
|
-
|
|
19825
|
-
|
|
19820
|
+
.main-home-screen .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent .section .search-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper {
|
|
19821
|
+
-webkit-box-orient: horizontal !important;
|
|
19822
|
+
-webkit-box-direction: reverse !important;
|
|
19823
|
+
-ms-flex-direction: row-reverse !important;
|
|
19824
|
+
flex-direction: row-reverse !important; }
|
|
19825
|
+
.main-home-screen .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent .section .search-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper .link-label {
|
|
19826
|
+
font-size: 16px;
|
|
19827
|
+
font-weight: 700;
|
|
19828
|
+
color: #77787b !important; }
|
|
19829
|
+
.main-home-screen .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent .section .search-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper .submit-bar {
|
|
19830
|
+
border-radius: 4px; }
|
|
19826
19831
|
.main-home-screen .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent .section.tab, .main-home-screen .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent .submit-bar {
|
|
19827
19832
|
-webkit-box-shadow: none;
|
|
19828
19833
|
box-shadow: none; }
|
|
@@ -19867,6 +19872,10 @@ body {
|
|
|
19867
19872
|
border-radius: 4px;
|
|
19868
19873
|
border-color: #3d3c3c; }
|
|
19869
19874
|
.bulk-esign-order-view .inbox-search-component-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper {
|
|
19875
|
+
-webkit-box-orient: horizontal !important;
|
|
19876
|
+
-webkit-box-direction: reverse !important;
|
|
19877
|
+
-ms-flex-direction: row-reverse !important;
|
|
19878
|
+
flex-direction: row-reverse !important;
|
|
19870
19879
|
margin-left: 20px;
|
|
19871
19880
|
padding-top: 15px !important; }
|
|
19872
19881
|
.bulk-esign-order-view .inbox-search-component-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper .link-label {
|
|
@@ -19927,6 +19936,17 @@ body {
|
|
|
19927
19936
|
max-width: 60px !important;
|
|
19928
19937
|
text-align: center; }
|
|
19929
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
|
+
|
|
19930
19950
|
.custom-checkbox:checked, .checkbox-wrap .custom-checkbox-emp:checked {
|
|
19931
19951
|
background-color: #fff;
|
|
19932
19952
|
border: 2px solid #007e7e; }
|