dristi-ui-css 0.0.4-dristi-kerala.4 → 0.0.4-dristi-kerala.5
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 +85 -1
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/dristi/admission.scss +59 -0
- package/src/home/home.scss +13 -0
- package/src/pages/employee/evidenceheader.scss +4 -0
package/dist/index.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
|
-
* dristi-ui-css - 0.0.4-dristi-kerala.
|
|
3
|
+
* dristi-ui-css - 0.0.4-dristi-kerala.5
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2025 Akshay Kumar <akshay.kumar@beehyv.com>
|
|
6
6
|
*
|
|
@@ -12895,6 +12895,76 @@ body {
|
|
|
12895
12895
|
line-height: 18.75px;
|
|
12896
12896
|
text-align: center; }
|
|
12897
12897
|
|
|
12898
|
+
.payment-demand-modal .select-wrap {
|
|
12899
|
+
width: unset !important; }
|
|
12900
|
+
|
|
12901
|
+
.payment-demand-modal .payment-demand-modal-main {
|
|
12902
|
+
padding: 16px 24px !important;
|
|
12903
|
+
max-height: calc(100vh - 90px);
|
|
12904
|
+
overflow-y: auto; }
|
|
12905
|
+
|
|
12906
|
+
.payment-demand-modal .payment-demand-modal-body-main {
|
|
12907
|
+
-webkit-box-orient: vertical;
|
|
12908
|
+
-webkit-box-direction: normal;
|
|
12909
|
+
-ms-flex-direction: column;
|
|
12910
|
+
flex-direction: column;
|
|
12911
|
+
grid-gap: 24px;
|
|
12912
|
+
gap: 24px;
|
|
12913
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.10196);
|
|
12914
|
+
padding-bottom: 12px;
|
|
12915
|
+
margin-bottom: 12px; }
|
|
12916
|
+
|
|
12917
|
+
.payment-demand-modal .add-link, .payment-demand-modal .payment-demand-modal-body-main {
|
|
12918
|
+
display: -webkit-box;
|
|
12919
|
+
display: -ms-flexbox;
|
|
12920
|
+
display: flex; }
|
|
12921
|
+
|
|
12922
|
+
.payment-demand-modal .add-link {
|
|
12923
|
+
color: #007e7e;
|
|
12924
|
+
font-size: 16px;
|
|
12925
|
+
font-weight: 700;
|
|
12926
|
+
background: transparent; }
|
|
12927
|
+
|
|
12928
|
+
.payment-demand-modal .payment-item {
|
|
12929
|
+
display: -webkit-box;
|
|
12930
|
+
display: -ms-flexbox;
|
|
12931
|
+
display: flex;
|
|
12932
|
+
-webkit-box-orient: vertical;
|
|
12933
|
+
-webkit-box-direction: normal;
|
|
12934
|
+
-ms-flex-direction: column;
|
|
12935
|
+
flex-direction: column;
|
|
12936
|
+
grid-gap: 24px;
|
|
12937
|
+
gap: 24px; }
|
|
12938
|
+
|
|
12939
|
+
.payment-demand-modal .disabled {
|
|
12940
|
+
background-color: #d9d9d9; }
|
|
12941
|
+
|
|
12942
|
+
.payment-demand-modal .text-input input, .payment-demand-modal .text-input .checkbox-wrap .input-emp, .checkbox-wrap .payment-demand-modal .text-input .input-emp, .payment-demand-modal .text-input .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .payment-demand-modal .text-input .input-emp {
|
|
12943
|
+
margin: 0 !important; }
|
|
12944
|
+
|
|
12945
|
+
.payment-demand-modal .payment-item-header {
|
|
12946
|
+
-webkit-box-pack: "space-between";
|
|
12947
|
+
-ms-flex-pack: "space-between";
|
|
12948
|
+
justify-content: "space-between";
|
|
12949
|
+
margin-bottom: "0px";
|
|
12950
|
+
border-bottom: "1px solid #BBBBBD"; }
|
|
12951
|
+
|
|
12952
|
+
.payment-demand-modal .item-delete-icon, .payment-demand-modal .payment-item-header {
|
|
12953
|
+
display: "flex";
|
|
12954
|
+
-webkit-box-align: "center";
|
|
12955
|
+
-ms-flex-align: "center";
|
|
12956
|
+
align-items: "center"; }
|
|
12957
|
+
|
|
12958
|
+
.payment-demand-modal .item-delete-icon {
|
|
12959
|
+
cursor: "pointer";
|
|
12960
|
+
color: "red"; }
|
|
12961
|
+
|
|
12962
|
+
.payment-demand-modal .card-textarea {
|
|
12963
|
+
margin: 0 0 5px; }
|
|
12964
|
+
|
|
12965
|
+
.evidence-header-wrapper .evidence-hearing-header .evidence-actions .menu-wrap div {
|
|
12966
|
+
height: auto !important; }
|
|
12967
|
+
|
|
12898
12968
|
.field.user-details-form-style .text-input-width {
|
|
12899
12969
|
max-width: 100%; }
|
|
12900
12970
|
|
|
@@ -16842,6 +16912,9 @@ body {
|
|
|
16842
16912
|
background: #bb2c2f !important;
|
|
16843
16913
|
border: none !important; }
|
|
16844
16914
|
|
|
16915
|
+
.evidence-header-wrapper .evidence-hearing-header .evidence-actions .menu-wrap div {
|
|
16916
|
+
height: auto; }
|
|
16917
|
+
|
|
16845
16918
|
.hearing-side-card {
|
|
16846
16919
|
display: -webkit-box;
|
|
16847
16920
|
display: -ms-flexbox;
|
|
@@ -19073,6 +19146,17 @@ body {
|
|
|
19073
19146
|
padding: 4px;
|
|
19074
19147
|
font-size: 14px; }
|
|
19075
19148
|
|
|
19149
|
+
.pending-envelope-submission-modal .popup-module-main .popup-module-action-bar .selector-button-primary {
|
|
19150
|
+
display: -webkit-box;
|
|
19151
|
+
display: -ms-flexbox;
|
|
19152
|
+
display: flex;
|
|
19153
|
+
-webkit-box-align: center;
|
|
19154
|
+
-ms-flex-align: center;
|
|
19155
|
+
align-items: center; }
|
|
19156
|
+
|
|
19157
|
+
.pending-envelope-submission-modal .popup-module-main .popup-module-action-bar h2 {
|
|
19158
|
+
font-size: 18px !important; }
|
|
19159
|
+
|
|
19076
19160
|
.review-card-main {
|
|
19077
19161
|
width: 100%;
|
|
19078
19162
|
border-radius: 4px;
|