dristi-ui-css 0.0.4-dristi-kerala.1 → 0.0.4-dristi-kerala.2
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 +14 -4
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/pages/employee/evidenceheader.scss +21 -3
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.2
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2025 Akshay Kumar <akshay.kumar@beehyv.com>
|
|
6
6
|
*
|
|
@@ -16674,7 +16674,7 @@ body {
|
|
|
16674
16674
|
.bottom-drawer-wrapper .bottom-drawer {
|
|
16675
16675
|
background: #fff;
|
|
16676
16676
|
border-radius: 16px 16px 0 0;
|
|
16677
|
-
padding: 24px 0
|
|
16677
|
+
padding: 24px 0 16px 24px;
|
|
16678
16678
|
max-height: calc(100vh - 90px);
|
|
16679
16679
|
opacity: 0;
|
|
16680
16680
|
visibility: hidden; }
|
|
@@ -16715,7 +16715,7 @@ body {
|
|
|
16715
16715
|
-webkit-box-direction: normal;
|
|
16716
16716
|
-ms-flex-direction: column;
|
|
16717
16717
|
flex-direction: column;
|
|
16718
|
-
margin: 0
|
|
16718
|
+
margin: 0;
|
|
16719
16719
|
padding-right: 16px;
|
|
16720
16720
|
max-height: calc(100vh - 264px);
|
|
16721
16721
|
overflow-y: auto; }
|
|
@@ -16759,6 +16759,10 @@ body {
|
|
|
16759
16759
|
-ms-flex: 1;
|
|
16760
16760
|
flex: 1;
|
|
16761
16761
|
width: 100%; }
|
|
16762
|
+
.bottom-drawer-wrapper .bottom-drawer .drawer-content .drawer-section .drawer-sub-section .case-label-field-pair .select-wrap .options-card {
|
|
16763
|
+
top: 40px;
|
|
16764
|
+
max-height: 250px;
|
|
16765
|
+
overflow-y: auto; }
|
|
16762
16766
|
.bottom-drawer-wrapper .bottom-drawer .drawer-content .drawer-section .drawer-sub-section .case-label-field-pair.disabled .select-wrap {
|
|
16763
16767
|
background-color: #d9d9d9;
|
|
16764
16768
|
cursor: not-allowed; }
|
|
@@ -16781,6 +16785,12 @@ body {
|
|
|
16781
16785
|
margin: 0; }
|
|
16782
16786
|
.bottom-drawer-wrapper .bottom-drawer .drawer-content .drawer-section .drawer-sub-section .custom-date-picker {
|
|
16783
16787
|
margin-bottom: 0 !important; }
|
|
16788
|
+
.bottom-drawer-wrapper .bottom-drawer .drawer-content .drawer-section .drawer-sub-section .custom-date-picker .order-date-picker .text-input input, .bottom-drawer-wrapper .bottom-drawer .drawer-content .drawer-section .drawer-sub-section .custom-date-picker .order-date-picker .text-input .checkbox-wrap .input-emp, .checkbox-wrap .bottom-drawer-wrapper .bottom-drawer .drawer-content .drawer-section .drawer-sub-section .custom-date-picker .order-date-picker .text-input .input-emp, .bottom-drawer-wrapper .bottom-drawer .drawer-content .drawer-section .drawer-sub-section .custom-date-picker .order-date-picker .text-input .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .bottom-drawer-wrapper .bottom-drawer .drawer-content .drawer-section .drawer-sub-section .custom-date-picker .order-date-picker .text-input .input-emp {
|
|
16789
|
+
font-family: Roboto;
|
|
16790
|
+
font-weight: 400;
|
|
16791
|
+
font-size: 16px;
|
|
16792
|
+
line-height: 24px;
|
|
16793
|
+
letter-spacing: 0; }
|
|
16784
16794
|
.bottom-drawer-wrapper .bottom-drawer .drawer-footer {
|
|
16785
16795
|
display: -webkit-box;
|
|
16786
16796
|
display: -ms-flexbox;
|
|
@@ -16790,7 +16800,7 @@ body {
|
|
|
16790
16800
|
justify-content: flex-end;
|
|
16791
16801
|
grid-gap: 16px;
|
|
16792
16802
|
gap: 16px;
|
|
16793
|
-
padding-top:
|
|
16803
|
+
padding-top: 16px;
|
|
16794
16804
|
padding-right: 32px; }
|
|
16795
16805
|
.bottom-drawer-wrapper .bottom-drawer .drawer-footer .order-drawer-save-btn {
|
|
16796
16806
|
padding: 12px;
|