dristi-ui-css 0.0.4-dristi-kerala.5 → 0.0.4-dristi-kerala.6
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 -85
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/dristi/admission.scss +0 -59
- package/src/home/home.scss +0 -13
- package/src/pages/employee/evidenceheader.scss +0 -4
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.6
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2025 Akshay Kumar <akshay.kumar@beehyv.com>
|
|
6
6
|
*
|
|
@@ -12895,76 +12895,6 @@ 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
|
-
|
|
12968
12898
|
.field.user-details-form-style .text-input-width {
|
|
12969
12899
|
max-width: 100%; }
|
|
12970
12900
|
|
|
@@ -16912,9 +16842,6 @@ body {
|
|
|
16912
16842
|
background: #bb2c2f !important;
|
|
16913
16843
|
border: none !important; }
|
|
16914
16844
|
|
|
16915
|
-
.evidence-header-wrapper .evidence-hearing-header .evidence-actions .menu-wrap div {
|
|
16916
|
-
height: auto; }
|
|
16917
|
-
|
|
16918
16845
|
.hearing-side-card {
|
|
16919
16846
|
display: -webkit-box;
|
|
16920
16847
|
display: -ms-flexbox;
|
|
@@ -19146,17 +19073,6 @@ body {
|
|
|
19146
19073
|
padding: 4px;
|
|
19147
19074
|
font-size: 14px; }
|
|
19148
19075
|
|
|
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
|
-
|
|
19160
19076
|
.review-card-main {
|
|
19161
19077
|
width: 100%;
|
|
19162
19078
|
border-radius: 4px;
|