dristi-ui-css 0.0.1-dristi-kerala.8 → 0.0.2-dristi-kerala.0

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,5 +1,5 @@
1
1
  /*!
2
- * dristi-ui-css - 0.0.1-dristi-kerala.8
2
+ * dristi-ui-css - 0.0.2-dristi-kerala.0
3
3
  *
4
4
  * Copyright (c) 2025 Akshay Kumar <akshay.kumar@beehyv.com>
5
5
  *
@@ -14883,7 +14883,8 @@ body {
14883
14883
 
14884
14884
  .order-submission .view-order {
14885
14885
  padding: 24px;
14886
- width: 60%; }
14886
+ width: 60%;
14887
+ margin-bottom: 100px; }
14887
14888
  .order-submission .view-order .order-header {
14888
14889
  font-family: Roboto;
14889
14890
  font-size: 40px;
@@ -14898,7 +14899,7 @@ body {
14898
14899
  width: 100%;
14899
14900
  -webkit-box-shadow: none;
14900
14901
  box-shadow: none;
14901
- margin: 0;
14902
+ margin: 0 !important;
14902
14903
  padding: 0; }
14903
14904
  .order-submission .view-order .order-type-form-composer .label-field-pair {
14904
14905
  display: -webkit-box;
@@ -14996,6 +14997,10 @@ body {
14996
14997
  line-height: 18.75px;
14997
14998
  text-align: center;
14998
14999
  color: #007e7e !important; }
15000
+ .order-submission .view-order .edit-order-title-icon span {
15001
+ cursor: pointer !important; }
15002
+ .order-submission .view-order .edit-order-title-icon span svg path {
15003
+ fill: #000; }
14999
15004
 
15000
15005
  .order-submission .bail-submission .employeeCard {
15001
15006
  margin-bottom: 90px !important;
@@ -17509,7 +17514,7 @@ body {
17509
17514
  grid-gap: 24px;
17510
17515
  gap: 24px;
17511
17516
  width: 100%; }
17512
- .geo-location-component .coordinate-container .lat-long .latlong-input:disabled {
17517
+ .geo-location-component .coordinate-container .lat-long .latlong-input input:disabled, .geo-location-component .coordinate-container .lat-long .latlong-input .checkbox-wrap .input-emp:disabled, .checkbox-wrap .geo-location-component .coordinate-container .lat-long .latlong-input .input-emp:disabled, .geo-location-component .coordinate-container .lat-long .latlong-input .digit-checkbox-wrap .input-emp:disabled, .digit-checkbox-wrap .geo-location-component .coordinate-container .lat-long .latlong-input .input-emp:disabled {
17513
17518
  background-color: #d9d9d9; }
17514
17519
  .geo-location-component .coordinate-container .lat-long .label-field-pair {
17515
17520
  -webkit-box-flex: 1;
@@ -17583,6 +17588,119 @@ body {
17583
17588
  .coordinate-error .error-text {
17584
17589
  color: red; }
17585
17590
 
17591
+ .profile-component {
17592
+ color: #000;
17593
+ cursor: pointer; }
17594
+ .profile-component img {
17595
+ height: 48px;
17596
+ width: 48px;
17597
+ border-radius: 50%; }
17598
+ .profile-component .profile-modal {
17599
+ width: 364px;
17600
+ margin-right: 20px;
17601
+ padding-top: 12px;
17602
+ padding-bottom: 12px;
17603
+ position: absolute !important;
17604
+ top: 60px;
17605
+ right: 0;
17606
+ background: #fff;
17607
+ -webkit-box-shadow: rgba(0, 0, 0, 0.14) 0 8px 10px 1px, rgba(0, 0, 0, 0.12) 0 3px 14px 2px, rgba(0, 0, 0, 0.2) 0 5px 5px -3px;
17608
+ box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
17609
+ border-radius: 8px;
17610
+ z-index: 1000; }
17611
+ .profile-component .profile-modal .triangle-icon {
17612
+ position: absolute;
17613
+ top: -12px;
17614
+ right: 20px; }
17615
+ .profile-component .profile-modal .profile-header {
17616
+ padding-bottom: 10px;
17617
+ text-align: center;
17618
+ grid-gap: 5px;
17619
+ gap: 5px; }
17620
+ .profile-component .profile-modal .profile-header .profile-name {
17621
+ font-family: Roboto;
17622
+ font-weight: 600;
17623
+ font-size: 20px; }
17624
+ .profile-component .profile-modal .profile-header .user-type {
17625
+ margin: 5px 0;
17626
+ font-size: 14px;
17627
+ font-weight: 400; }
17628
+ .profile-component .profile-modal .profile-options {
17629
+ margin: 0 10px 10px;
17630
+ padding: 11px 16px; }
17631
+ .profile-component .profile-modal .logout-options, .profile-component .profile-modal .profile-options {
17632
+ background: #fff;
17633
+ border-radius: 8px;
17634
+ grid-gap: 10px;
17635
+ gap: 10px;
17636
+ display: -webkit-box;
17637
+ display: -ms-flexbox;
17638
+ display: flex;
17639
+ -webkit-box-orient: vertical;
17640
+ -webkit-box-direction: normal;
17641
+ -ms-flex-direction: column;
17642
+ flex-direction: column;
17643
+ -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
17644
+ box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25); }
17645
+ .profile-component .profile-modal .logout-options {
17646
+ margin: 10px 10px 0;
17647
+ padding: 13px 16px; }
17648
+ .profile-component .profile-modal .logout-options .logout {
17649
+ -webkit-box-align: center;
17650
+ -ms-flex-align: center;
17651
+ align-items: center;
17652
+ cursor: pointer;
17653
+ -webkit-box-pack: justify;
17654
+ -ms-flex-pack: justify;
17655
+ justify-content: space-between; }
17656
+
17657
+ .edit-profile {
17658
+ display: -webkit-box;
17659
+ display: -ms-flexbox;
17660
+ display: flex;
17661
+ -webkit-box-align: center;
17662
+ -ms-flex-align: center;
17663
+ align-items: center;
17664
+ cursor: pointer; }
17665
+ .edit-profile .edit-profile-icon {
17666
+ margin-right: 10px; }
17667
+
17668
+ .logout-icon-text {
17669
+ display: -webkit-box;
17670
+ display: -ms-flexbox;
17671
+ display: flex;
17672
+ -webkit-box-align: center;
17673
+ -ms-flex-align: center;
17674
+ align-items: center; }
17675
+ .logout-icon-text .logout-icon {
17676
+ margin-right: 10px; }
17677
+
17678
+ .language-selection {
17679
+ -webkit-box-pack: justify;
17680
+ -ms-flex-pack: justify;
17681
+ justify-content: space-between;
17682
+ max-height: 22px; }
17683
+
17684
+ .language-select-icon, .language-selection {
17685
+ display: -webkit-box;
17686
+ display: -ms-flexbox;
17687
+ display: flex;
17688
+ -webkit-box-align: center;
17689
+ -ms-flex-align: center;
17690
+ align-items: center; }
17691
+
17692
+ .language-icon {
17693
+ margin-right: 10px; }
17694
+
17695
+ .cp-class {
17696
+ color: #00f !important; }
17697
+
17698
+ .bulk-reschedule .multi-select-dropdown-wrap .server {
17699
+ overflow: hidden; }
17700
+
17701
+ .bulk-reschedule .field .disabled {
17702
+ background: #d9d9d9; }
17703
+
17586
17704
  .wbh-header .header-icon-container {
17587
17705
  cursor: pointer;
17588
17706
  color: #007e7e;
@@ -20990,3 +21108,9 @@ input[type=number], .checkbox-wrap .input-emp[type=number], .digit-checkbox-wrap
20990
21108
 
20991
21109
  .dristi-font-big-bold {
20992
21110
  font-size: 19px !important; }
21111
+
21112
+ .radio-wrap .radio-btn-wrap input:disabled ~ .radio-btn-checkmark:after, .radio-wrap .radio-btn-wrap .checkbox-wrap .input-emp:disabled ~ .radio-btn-checkmark:after, .checkbox-wrap .radio-wrap .radio-btn-wrap .input-emp:disabled ~ .radio-btn-checkmark:after, .radio-wrap .radio-btn-wrap .digit-checkbox-wrap .input-emp:disabled ~ .radio-btn-checkmark:after, .digit-checkbox-wrap .radio-wrap .radio-btn-wrap .input-emp:disabled ~ .radio-btn-checkmark:after {
21113
+ background-color: #e6e6e6 !important; }
21114
+
21115
+ .radio-wrap .radio-btn-wrap input:disabled ~ .radio-btn-checkmark, .radio-wrap .radio-btn-wrap .checkbox-wrap .input-emp:disabled ~ .radio-btn-checkmark, .checkbox-wrap .radio-wrap .radio-btn-wrap .input-emp:disabled ~ .radio-btn-checkmark, .radio-wrap .radio-btn-wrap .digit-checkbox-wrap .input-emp:disabled ~ .radio-btn-checkmark, .digit-checkbox-wrap .radio-wrap .radio-btn-wrap .input-emp:disabled ~ .radio-btn-checkmark {
21116
+ border-color: #e6e6e6 !important; }