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

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.3
3
+ * dristi-ui-css - 0.0.4-dristi-kerala.4
4
4
  *
5
5
  * Copyright (c) 2025 Akshay Kumar <akshay.kumar@beehyv.com>
6
6
  *
@@ -18621,17 +18621,6 @@ body {
18621
18621
  margin-bottom: 0 !important;
18622
18622
  border: 1px solid #000; }
18623
18623
 
18624
- .full-height-container {
18625
- display: -webkit-box;
18626
- display: -ms-flexbox;
18627
- display: flex;
18628
- -webkit-box-orient: vertical;
18629
- -webkit-box-direction: normal;
18630
- -ms-flex-direction: column;
18631
- flex-direction: column;
18632
- height: calc(100vh - 260px);
18633
- padding-bottom: 10px; }
18634
-
18635
18624
  .filter-bar {
18636
18625
  -ms-flex-wrap: wrap;
18637
18626
  flex-wrap: wrap;
@@ -18735,37 +18724,6 @@ body {
18735
18724
  .filter-bar button.clear-btn:hover {
18736
18725
  background: transparent; }
18737
18726
 
18738
- .main-table-card {
18739
- background: #fff;
18740
- border-radius: 12px;
18741
- -webkit-box-shadow: 0 2px 8px rgba(44, 62, 80, 0.07);
18742
- box-shadow: 0 2px 8px rgba(44, 62, 80, 0.07);
18743
- padding: 0 18px 18px;
18744
- position: relative;
18745
- overflow: hidden;
18746
- display: -webkit-box;
18747
- display: -ms-flexbox;
18748
- display: flex;
18749
- -webkit-box-orient: vertical;
18750
- -webkit-box-direction: normal;
18751
- -ms-flex-direction: column;
18752
- flex-direction: column; }
18753
-
18754
- .main-table-card, .table-scroll {
18755
- -webkit-box-flex: 1;
18756
- -ms-flex: 1;
18757
- flex: 1;
18758
- min-height: 0; }
18759
-
18760
- .table-scroll {
18761
- overflow: auto; }
18762
-
18763
- .main-table {
18764
- width: 100%;
18765
- border-collapse: initial;
18766
- border-spacing: 0;
18767
- position: relative; }
18768
-
18769
18727
  .main-table thead {
18770
18728
  position: sticky;
18771
18729
  top: 0;
@@ -18795,13 +18753,6 @@ body {
18795
18753
  color: #0a0a0a;
18796
18754
  text-decoration: underline; }
18797
18755
 
18798
- .status-badge {
18799
- display: inline-block;
18800
- padding: 2px 14px;
18801
- border-radius: 12px;
18802
- font-size: 16px;
18803
- font-weight: 500; }
18804
-
18805
18756
  .status-completed {
18806
18757
  background: #e8e8e8;
18807
18758
  color: #3d3c3c; }
@@ -18826,6 +18777,185 @@ body {
18826
18777
  background: #f5f5f5;
18827
18778
  color: #333; }
18828
18779
 
18780
+ .advocate-header .info-icon {
18781
+ font-size: 15px;
18782
+ color: #888;
18783
+ cursor: pointer; }
18784
+
18785
+ .jk-dropdown-unique {
18786
+ max-height: 300px;
18787
+ overflow-y: auto; }
18788
+
18789
+ .date-arrow-btn:disabled {
18790
+ opacity: .5;
18791
+ cursor: not-allowed; }
18792
+
18793
+ .date-arrow-btn:hover:not(:disabled) {
18794
+ background: #f5f5f5; }
18795
+
18796
+ .home-input input, .home-input .checkbox-wrap .input-emp, .checkbox-wrap .home-input .input-emp, .home-input .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .home-input .input-emp {
18797
+ margin-bottom: 0 !important;
18798
+ border: 1px solid #000;
18799
+ font-family: Roboto; }
18800
+
18801
+ .full-height-container {
18802
+ -webkit-box-orient: vertical;
18803
+ -webkit-box-direction: normal;
18804
+ -ms-flex-direction: column;
18805
+ flex-direction: column;
18806
+ height: calc(100vh - 260px);
18807
+ padding-bottom: 10px; }
18808
+
18809
+ .filter-bar, .full-height-container, .search-bar {
18810
+ display: -webkit-box;
18811
+ display: -ms-flexbox;
18812
+ display: flex; }
18813
+
18814
+ .filter-bar, .search-bar {
18815
+ -ms-flex-wrap: wrap;
18816
+ flex-wrap: wrap;
18817
+ grid-gap: 12px;
18818
+ gap: 12px;
18819
+ -webkit-box-align: center;
18820
+ -ms-flex-align: center;
18821
+ align-items: center;
18822
+ background: #fff;
18823
+ border-radius: 8px;
18824
+ -webkit-box-shadow: 0 1px 4px rgba(44, 62, 80, 0.06);
18825
+ box-shadow: 0 1px 4px rgba(44, 62, 80, 0.06);
18826
+ margin-bottom: 8px;
18827
+ padding: 0 18px;
18828
+ -ms-flex-negative: 0;
18829
+ flex-shrink: 0; }
18830
+ .filter-bar.search-bar, .search-bar.search-bar {
18831
+ -webkit-box-pack: end;
18832
+ -ms-flex-pack: end;
18833
+ justify-content: flex-end; }
18834
+ .filter-bar.filter-bar, .search-bar.filter-bar {
18835
+ -webkit-box-pack: justify;
18836
+ -ms-flex-pack: justify;
18837
+ justify-content: space-between; }
18838
+ .filter-bar.filter-bar .filter-fields, .search-bar.filter-bar .filter-fields {
18839
+ -ms-flex-wrap: wrap;
18840
+ flex-wrap: wrap;
18841
+ grid-gap: 12px;
18842
+ gap: 12px;
18843
+ -webkit-box-flex: 1;
18844
+ -ms-flex: 1 1 300px;
18845
+ flex: 1 1 300px;
18846
+ min-width: 0; }
18847
+ .filter-bar.filter-bar .filter-actions, .search-bar.filter-bar .filter-actions {
18848
+ -webkit-box-orient: horizontal;
18849
+ -webkit-box-direction: normal;
18850
+ -ms-flex-direction: row;
18851
+ flex-direction: row;
18852
+ grid-gap: 24px;
18853
+ gap: 24px;
18854
+ -webkit-box-align: center;
18855
+ -ms-flex-align: center;
18856
+ align-items: center;
18857
+ margin-left: 12px; }
18858
+
18859
+ @media (max-width: 900px) {
18860
+ .filter-bar {
18861
+ -webkit-box-orient: vertical;
18862
+ -webkit-box-direction: normal;
18863
+ -ms-flex-direction: column;
18864
+ flex-direction: column;
18865
+ -webkit-box-align: stretch;
18866
+ -ms-flex-align: stretch;
18867
+ align-items: stretch; }
18868
+ .filter-bar .filter-fields {
18869
+ width: 100%; }
18870
+ .filter-bar .filter-actions {
18871
+ margin-left: 0;
18872
+ margin-top: 12px;
18873
+ -webkit-box-pack: start;
18874
+ -ms-flex-pack: start;
18875
+ justify-content: flex-start; } }
18876
+
18877
+ .main-table-card {
18878
+ background: #fff;
18879
+ border-radius: 12px;
18880
+ -webkit-box-shadow: 0 2px 8px rgba(44, 62, 80, 0.07);
18881
+ box-shadow: 0 2px 8px rgba(44, 62, 80, 0.07);
18882
+ padding: 0 18px 18px;
18883
+ position: relative;
18884
+ overflow: hidden;
18885
+ display: -webkit-box;
18886
+ display: -ms-flexbox;
18887
+ display: flex;
18888
+ -webkit-box-orient: vertical;
18889
+ -webkit-box-direction: normal;
18890
+ -ms-flex-direction: column;
18891
+ flex-direction: column; }
18892
+
18893
+ .main-table-card, .table-scroll {
18894
+ -webkit-box-flex: 1;
18895
+ -ms-flex: 1;
18896
+ flex: 1;
18897
+ min-height: 0; }
18898
+
18899
+ .table-scroll {
18900
+ overflow: auto; }
18901
+
18902
+ .main-table {
18903
+ width: 100%;
18904
+ border-collapse: initial;
18905
+ border-spacing: 0;
18906
+ position: relative; }
18907
+ .main-table thead {
18908
+ position: sticky;
18909
+ top: 0;
18910
+ z-index: 10; }
18911
+ .main-table th {
18912
+ font-weight: 600;
18913
+ font-size: 15px;
18914
+ background: #fff;
18915
+ padding: 12px 8px;
18916
+ border-bottom: 2px solid #e8e8e8;
18917
+ position: relative;
18918
+ -webkit-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
18919
+ box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
18920
+ text-align: left; }
18921
+ .main-table .custom-table-row td {
18922
+ padding: 12px 8px;
18923
+ border-bottom: 1px solid #e8e8e8;
18924
+ font-size: 15px;
18925
+ background: #fff;
18926
+ text-align: left; }
18927
+ .main-table .custom-table-row:hover {
18928
+ background: #f6fafd; }
18929
+
18930
+ .case-link {
18931
+ color: #0a0a0a !important;
18932
+ text-decoration: underline !important; }
18933
+
18934
+ .status-badge {
18935
+ display: inline-block;
18936
+ padding: 2px 14px;
18937
+ border-radius: 12px;
18938
+ font-size: 16px;
18939
+ font-weight: 500; }
18940
+ .status-badge.status-completed {
18941
+ background: #e8e8e8;
18942
+ color: #3d3c3c; }
18943
+ .status-badge.status-ongoing {
18944
+ background: #fff8e1;
18945
+ color: #574406; }
18946
+ .status-badge.status-passed, .status-badge.status-passed-over {
18947
+ background: #fff6e8;
18948
+ color: #9e400a; }
18949
+ .status-badge.status-scheduled {
18950
+ background: #e5e4f2;
18951
+ color: #28264b; }
18952
+ .status-badge.status-abated {
18953
+ background: #e8e8e8;
18954
+ color: #3d3c3c; }
18955
+ .status-badge.status-default {
18956
+ background: #f5f5f5;
18957
+ color: #333; }
18958
+
18829
18959
  .advocate-header {
18830
18960
  display: -webkit-box;
18831
18961
  display: -ms-flexbox;
@@ -18835,13 +18965,12 @@ body {
18835
18965
  align-items: center;
18836
18966
  grid-gap: 4px;
18837
18967
  gap: 4px; }
18968
+ .advocate-header .info-icon {
18969
+ font-size: 15px;
18970
+ color: #888;
18971
+ cursor: pointer; }
18838
18972
 
18839
- .advocate-header .info-icon {
18840
- font-size: 15px;
18841
- color: #888;
18842
- cursor: pointer; }
18843
-
18844
- .jk-dropdown-unique {
18973
+ #jk-dropdown-unique, .jk-dropdown-unique {
18845
18974
  max-height: 300px;
18846
18975
  overflow-y: auto; }
18847
18976
 
@@ -18873,13 +19002,76 @@ body {
18873
19002
  -webkit-transition: background .2s,color .2s;
18874
19003
  transition: background .2s,color .2s;
18875
19004
  padding: 0; }
19005
+ .date-arrow-btn:disabled {
19006
+ opacity: .5;
19007
+ cursor: not-allowed; }
19008
+ .date-arrow-btn:hover:not(:disabled) {
19009
+ background: #f5f5f5; }
18876
19010
 
18877
- .date-arrow-btn:disabled {
18878
- opacity: .5;
18879
- cursor: not-allowed; }
19011
+ .filter-fields .select-wrap {
19012
+ width: 160px !important; }
18880
19013
 
18881
- .date-arrow-btn:hover:not(:disabled) {
18882
- background: #f5f5f5; }
19014
+ .filter-actions .home-search-btn {
19015
+ font-weight: 700;
19016
+ padding: 8px 24px;
19017
+ border: 1px solid #77787b;
19018
+ font-size: 14px;
19019
+ background: #fff;
19020
+ height: 40px; }
19021
+
19022
+ .filter-actions .home-clear-btn {
19023
+ border: 0;
19024
+ background: #fff;
19025
+ color: #222; }
19026
+
19027
+ .filter-actions .home-input:focus, .filter-actions .home-input input, .filter-actions .home-input .checkbox-wrap .input-emp, .checkbox-wrap .filter-actions .home-input .input-emp, .filter-actions .home-input .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .filter-actions .home-input .input-emp {
19028
+ border: 0; }
19029
+
19030
+ .filter-actions .search-input {
19031
+ display: -webkit-box;
19032
+ display: -ms-flexbox;
19033
+ display: flex;
19034
+ -webkit-box-align: center;
19035
+ -ms-flex-align: center;
19036
+ align-items: center;
19037
+ border: 1px solid #77787b;
19038
+ padding: 0 8px;
19039
+ height: 40px; }
19040
+
19041
+ @media screen and (max-width: 1330px) {
19042
+ .filter-actions .home-input {
19043
+ width: 90px; }
19044
+ .filter-bar .filter-actions {
19045
+ grid-gap: 8px;
19046
+ gap: 8px; } }
19047
+
19048
+ .table-pagination {
19049
+ display: -webkit-box;
19050
+ display: -ms-flexbox;
19051
+ display: flex;
19052
+ -webkit-box-pack: end;
19053
+ -ms-flex-pack: end;
19054
+ justify-content: flex-end;
19055
+ -webkit-box-align: center;
19056
+ -ms-flex-align: center;
19057
+ align-items: center;
19058
+ padding: 16px 8px;
19059
+ grid-gap: 24px;
19060
+ gap: 24px;
19061
+ font-family: Roboto,sans-serif;
19062
+ font-size: 16px; }
19063
+ .table-pagination .pagination-info {
19064
+ display: -webkit-box;
19065
+ display: -ms-flexbox;
19066
+ display: flex;
19067
+ -webkit-box-align: center;
19068
+ -ms-flex-align: center;
19069
+ align-items: center;
19070
+ grid-gap: 8px;
19071
+ gap: 8px; }
19072
+ .table-pagination .pagination-info select {
19073
+ padding: 4px;
19074
+ font-size: 14px; }
18883
19075
 
18884
19076
  .review-card-main {
18885
19077
  width: 100%;