dristi-ui-css 0.0.4-dristi-kerala.1 → 0.0.4-dristi-kerala.3

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.4-dristi-kerala.1
3
+ * dristi-ui-css - 0.0.4-dristi-kerala.3
4
4
  *
5
5
  * Copyright (c) 2025 Akshay Kumar <akshay.kumar@beehyv.com>
6
6
  *
@@ -6164,7 +6164,7 @@ video::-webkit-media-controls-panel {
6164
6164
  text-decoration: none; }
6165
6165
 
6166
6166
  .bread-crumb a {
6167
- color: inherit;
6167
+ color: #007e7e;
6168
6168
  text-decoration: inherit; }
6169
6169
 
6170
6170
  .sidebar-link .custom-link {
@@ -16466,6 +16466,20 @@ body {
16466
16466
 
16467
16467
  .admitted-case .case-overview-wrapper {
16468
16468
  padding: 24px 24px 24px 40px; }
16469
+ .admitted-case .case-overview-wrapper .case-timeline-container .checkpoint-connect-wrap {
16470
+ padding-bottom: 0 !important; }
16471
+ .admitted-case .case-overview-wrapper .case-timeline-container .checkpoint-connect-wrap .checkpoint-done h2 {
16472
+ min-width: 24px !important; }
16473
+ .admitted-case .case-overview-wrapper .case-timeline-container .workflow-timeline-checkpoint .checkpoint-done h2 {
16474
+ min-width: 24px !important; }
16475
+ .admitted-case .case-overview-wrapper .case-timeline-container .workflow-timeline-checkpoint .checkpoint h2 {
16476
+ min-width: 24px !important; }
16477
+
16478
+ .admitted-case .workflow-timeline-modal .workflow-timeline .checkpoint-done h2 {
16479
+ min-width: 24px !important; }
16480
+
16481
+ .admitted-case .workflow-timeline-modal .workflow-timeline .checkpoint h2 {
16482
+ min-width: 24px !important; }
16469
16483
 
16470
16484
  .admitted-case .view-case-file-wrapper .case-and-admission {
16471
16485
  padding: 24px 40px; }
@@ -16674,7 +16688,7 @@ body {
16674
16688
  .bottom-drawer-wrapper .bottom-drawer {
16675
16689
  background: #fff;
16676
16690
  border-radius: 16px 16px 0 0;
16677
- padding: 24px 0 24px 24px;
16691
+ padding: 24px 0 16px 24px;
16678
16692
  max-height: calc(100vh - 90px);
16679
16693
  opacity: 0;
16680
16694
  visibility: hidden; }
@@ -16715,7 +16729,7 @@ body {
16715
16729
  -webkit-box-direction: normal;
16716
16730
  -ms-flex-direction: column;
16717
16731
  flex-direction: column;
16718
- margin: 0 0 16px;
16732
+ margin: 0;
16719
16733
  padding-right: 16px;
16720
16734
  max-height: calc(100vh - 264px);
16721
16735
  overflow-y: auto; }
@@ -16759,6 +16773,10 @@ body {
16759
16773
  -ms-flex: 1;
16760
16774
  flex: 1;
16761
16775
  width: 100%; }
16776
+ .bottom-drawer-wrapper .bottom-drawer .drawer-content .drawer-section .drawer-sub-section .case-label-field-pair .select-wrap .options-card {
16777
+ top: 40px;
16778
+ max-height: 250px;
16779
+ overflow-y: auto; }
16762
16780
  .bottom-drawer-wrapper .bottom-drawer .drawer-content .drawer-section .drawer-sub-section .case-label-field-pair.disabled .select-wrap {
16763
16781
  background-color: #d9d9d9;
16764
16782
  cursor: not-allowed; }
@@ -16781,6 +16799,12 @@ body {
16781
16799
  margin: 0; }
16782
16800
  .bottom-drawer-wrapper .bottom-drawer .drawer-content .drawer-section .drawer-sub-section .custom-date-picker {
16783
16801
  margin-bottom: 0 !important; }
16802
+ .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 {
16803
+ font-family: Roboto;
16804
+ font-weight: 400;
16805
+ font-size: 16px;
16806
+ line-height: 24px;
16807
+ letter-spacing: 0; }
16784
16808
  .bottom-drawer-wrapper .bottom-drawer .drawer-footer {
16785
16809
  display: -webkit-box;
16786
16810
  display: -ms-flexbox;
@@ -16790,7 +16814,7 @@ body {
16790
16814
  justify-content: flex-end;
16791
16815
  grid-gap: 16px;
16792
16816
  gap: 16px;
16793
- padding-top: 32px;
16817
+ padding-top: 16px;
16794
16818
  padding-right: 32px; }
16795
16819
  .bottom-drawer-wrapper .bottom-drawer .drawer-footer .order-drawer-save-btn {
16796
16820
  padding: 12px;
@@ -18775,7 +18799,7 @@ body {
18775
18799
  display: inline-block;
18776
18800
  padding: 2px 14px;
18777
18801
  border-radius: 12px;
18778
- font-size: 14px;
18802
+ font-size: 16px;
18779
18803
  font-weight: 500; }
18780
18804
 
18781
18805
  .status-completed {