dristi-ui-css 0.0.6-dristi-kerala.9 → 0.0.7-dristi-kerala.1
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 +179 -1
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/home/home.scss +202 -4
package/dist/index.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
|
-
* dristi-ui-css - 0.0.
|
|
3
|
+
* dristi-ui-css - 0.0.7-dristi-kerala.1
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2025 Akshay Kumar <akshay.kumar@beehyv.com>
|
|
6
6
|
*
|
|
@@ -21640,6 +21640,184 @@ body {
|
|
|
21640
21640
|
.main-home-screen .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent .section.tab .search-wrapper {
|
|
21641
21641
|
-webkit-box-shadow: none !important;
|
|
21642
21642
|
box-shadow: none !important; }
|
|
21643
|
+
.main-home-screen .process-courier-service {
|
|
21644
|
+
width: 60%;
|
|
21645
|
+
margin: auto;
|
|
21646
|
+
height: -webkit-fit-content;
|
|
21647
|
+
height: -moz-fit-content;
|
|
21648
|
+
height: fit-content; }
|
|
21649
|
+
.main-home-screen .process-courier-service h2 {
|
|
21650
|
+
font-size: 16px;
|
|
21651
|
+
line-height: 0; }
|
|
21652
|
+
.main-home-screen .process-courier-service .heading-m {
|
|
21653
|
+
margin: 0;
|
|
21654
|
+
padding-top: 0; }
|
|
21655
|
+
.main-home-screen .process-courier-service .popup-module-action-bar .selector-button-border {
|
|
21656
|
+
border: none !important; }
|
|
21657
|
+
.main-home-screen .courier-payment {
|
|
21658
|
+
width: 500px;
|
|
21659
|
+
margin: auto;
|
|
21660
|
+
height: -webkit-fit-content;
|
|
21661
|
+
height: -moz-fit-content;
|
|
21662
|
+
height: fit-content; }
|
|
21663
|
+
.main-home-screen .courier-payment h2 {
|
|
21664
|
+
font-size: 16px;
|
|
21665
|
+
line-height: 0; }
|
|
21666
|
+
.main-home-screen .courier-payment .header-wrap {
|
|
21667
|
+
padding: 12px 24px; }
|
|
21668
|
+
.main-home-screen .courier-payment .header-wrap .header-content {
|
|
21669
|
+
margin-top: 0 !important; }
|
|
21670
|
+
.main-home-screen .courier-payment .header-wrap .header-end {
|
|
21671
|
+
padding-right: 0; }
|
|
21672
|
+
.main-home-screen .courier-payment .header-wrap .heading-m {
|
|
21673
|
+
margin: 0;
|
|
21674
|
+
padding: 0; }
|
|
21675
|
+
.main-home-screen .courier-payment .popup-module-action-bar .selector-button-border {
|
|
21676
|
+
border: none !important; }
|
|
21677
|
+
.main-home-screen .courier-payment .task-payment-loader {
|
|
21678
|
+
height: 300px;
|
|
21679
|
+
width: 500px;
|
|
21680
|
+
-ms-flex-line-pack: center;
|
|
21681
|
+
align-content: center; }
|
|
21682
|
+
.main-home-screen .courier-payment .task-payment-due-wrapper {
|
|
21683
|
+
display: -webkit-box !important;
|
|
21684
|
+
display: -ms-flexbox !important;
|
|
21685
|
+
display: flex !important;
|
|
21686
|
+
-webkit-box-orient: vertical;
|
|
21687
|
+
-webkit-box-direction: normal;
|
|
21688
|
+
-ms-flex-direction: column;
|
|
21689
|
+
flex-direction: column;
|
|
21690
|
+
margin: 20px 0;
|
|
21691
|
+
grid-gap: 10px;
|
|
21692
|
+
gap: 10px; }
|
|
21693
|
+
.main-home-screen .courier-payment .task-payment-due-wrapper .digit-infobanner-wrap {
|
|
21694
|
+
background-color: #ecf3fd;
|
|
21695
|
+
padding: 12px; }
|
|
21696
|
+
.main-home-screen .courier-payment .task-payment-due-wrapper .digit-infobanner-wrap .digit-infobanner-header-wrap {
|
|
21697
|
+
display: -webkit-box;
|
|
21698
|
+
display: -ms-flexbox;
|
|
21699
|
+
display: flex;
|
|
21700
|
+
-webkit-box-align: center;
|
|
21701
|
+
-ms-flex-align: center;
|
|
21702
|
+
align-items: center;
|
|
21703
|
+
grid-gap: 8px;
|
|
21704
|
+
gap: 8px; }
|
|
21705
|
+
.main-home-screen .courier-payment .task-payment-due-wrapper .digit-infobanner-wrap .info-card-content {
|
|
21706
|
+
color: #3d3c3c; }
|
|
21707
|
+
.main-home-screen .courier-payment .task-payment-due-wrapper .digit-infobanner-wrap .info-card-content ul {
|
|
21708
|
+
list-style-type: disc;
|
|
21709
|
+
margin-top: 10px;
|
|
21710
|
+
margin-bottom: 0;
|
|
21711
|
+
margin-left: 0;
|
|
21712
|
+
padding-left: 1.5rem; }
|
|
21713
|
+
.main-home-screen .courier-payment .task-payment-due-wrapper .digit-infobanner-wrap .info-card-content ul li {
|
|
21714
|
+
margin-bottom: 6px;
|
|
21715
|
+
color: #3d3c3c;
|
|
21716
|
+
padding-left: 8px; }
|
|
21717
|
+
.main-home-screen .courier-payment .task-payment-due-wrapper .digit-infobanner-wrap .info-card-content ul li:last-child {
|
|
21718
|
+
margin-bottom: 0; }
|
|
21719
|
+
.main-home-screen .courier-payment .task-payment-due-wrapper .digit-infobanner-wrap .info-card-content ul li::marker {
|
|
21720
|
+
color: #3d3c3c; }
|
|
21721
|
+
.main-home-screen .courier-payment .task-payment-due-wrapper .digit-infobanner-wrap .info-card-content ul li span:first-child {
|
|
21722
|
+
min-width: 150px; }
|
|
21723
|
+
.main-home-screen .courier-payment .task-payment-due-wrapper .digit-infobanner-wrap .info-card-content ul li span:first-child, .main-home-screen .courier-payment .task-payment-due-wrapper .digit-infobanner-wrap .info-card-content ul li span:last-child {
|
|
21724
|
+
display: inline-block;
|
|
21725
|
+
vertical-align: top; }
|
|
21726
|
+
.main-home-screen .courier-payment .task-payment-due-wrapper .digit-infobanner-wrap .info-card-content ul li span:last-child {
|
|
21727
|
+
max-width: calc(100% - 158px);
|
|
21728
|
+
word-wrap: break-word;
|
|
21729
|
+
word-break: break-word; }
|
|
21730
|
+
.main-home-screen .courier-payment .task-payment-due-wrapper .digit-infobanner-wrap .info-card-content ul .delivery-channel-list {
|
|
21731
|
+
display: inline-block !important;
|
|
21732
|
+
vertical-align: top; }
|
|
21733
|
+
.main-home-screen .courier-payment .task-payment-due-wrapper .digit-infobanner-wrap .info-card-content ul .delivery-channel-list p {
|
|
21734
|
+
margin: 0;
|
|
21735
|
+
padding-top: 0;
|
|
21736
|
+
padding-bottom: 4px;
|
|
21737
|
+
display: block;
|
|
21738
|
+
line-height: 1.4; }
|
|
21739
|
+
.main-home-screen .courier-payment .task-payment-due-wrapper .total-payment {
|
|
21740
|
+
display: -webkit-box;
|
|
21741
|
+
display: -ms-flexbox;
|
|
21742
|
+
display: flex;
|
|
21743
|
+
-webkit-box-orient: vertical;
|
|
21744
|
+
-webkit-box-direction: normal;
|
|
21745
|
+
-ms-flex-direction: column;
|
|
21746
|
+
flex-direction: column;
|
|
21747
|
+
padding: 12px 0;
|
|
21748
|
+
border-bottom: 1px solid #bbbbbd; }
|
|
21749
|
+
.main-home-screen .courier-payment .task-payment-due-wrapper .total-payment .total-payment-item {
|
|
21750
|
+
display: -webkit-box !important;
|
|
21751
|
+
display: -ms-flexbox !important;
|
|
21752
|
+
display: flex !important;
|
|
21753
|
+
-webkit-box-pack: justify;
|
|
21754
|
+
-ms-flex-pack: justify;
|
|
21755
|
+
justify-content: space-between;
|
|
21756
|
+
-webkit-box-align: center;
|
|
21757
|
+
-ms-flex-align: center;
|
|
21758
|
+
align-items: center;
|
|
21759
|
+
font-size: 16px; }
|
|
21760
|
+
.main-home-screen .courier-payment .task-payment-due-wrapper .total-payment .total-payment-item.has-many-items {
|
|
21761
|
+
padding-right: 28px; }
|
|
21762
|
+
.main-home-screen .courier-payment .task-payment-due-wrapper .total-payment .total-payment-item .total-payment-label {
|
|
21763
|
+
color: #3d3c3c; }
|
|
21764
|
+
.main-home-screen .courier-payment .task-payment-due-wrapper .total-payment .total-payment-item .total-payment-amount {
|
|
21765
|
+
color: #0a0a0a;
|
|
21766
|
+
font-weight: 500; }
|
|
21767
|
+
.main-home-screen .courier-payment .task-payment-due-wrapper .breakdown-payment {
|
|
21768
|
+
display: -webkit-box;
|
|
21769
|
+
display: -ms-flexbox;
|
|
21770
|
+
display: flex;
|
|
21771
|
+
-webkit-box-orient: vertical;
|
|
21772
|
+
-webkit-box-direction: normal;
|
|
21773
|
+
-ms-flex-direction: column;
|
|
21774
|
+
flex-direction: column;
|
|
21775
|
+
max-height: 175px;
|
|
21776
|
+
overflow-y: auto;
|
|
21777
|
+
padding: 4px 12px; }
|
|
21778
|
+
.main-home-screen .courier-payment .task-payment-due-wrapper .breakdown-payment .breakdown-payment-item {
|
|
21779
|
+
display: -webkit-box !important;
|
|
21780
|
+
display: -ms-flexbox !important;
|
|
21781
|
+
display: flex !important;
|
|
21782
|
+
-webkit-box-pack: justify;
|
|
21783
|
+
-ms-flex-pack: justify;
|
|
21784
|
+
justify-content: space-between;
|
|
21785
|
+
-webkit-box-align: center;
|
|
21786
|
+
-ms-flex-align: center;
|
|
21787
|
+
align-items: center;
|
|
21788
|
+
font-size: 14px;
|
|
21789
|
+
color: #77787b;
|
|
21790
|
+
margin-bottom: 8px; }
|
|
21791
|
+
.main-home-screen .courier-payment .task-payment-due-wrapper .pay-online-button {
|
|
21792
|
+
font-family: Roboto;
|
|
21793
|
+
font-size: 16px !important;
|
|
21794
|
+
font-weight: 700;
|
|
21795
|
+
padding: 8px 24px;
|
|
21796
|
+
max-width: 100%;
|
|
21797
|
+
line-height: 18.75px;
|
|
21798
|
+
border: 1px solid #007e7e !important;
|
|
21799
|
+
background-color: #fff !important;
|
|
21800
|
+
border: none;
|
|
21801
|
+
color: #007e7e;
|
|
21802
|
+
cursor: pointer;
|
|
21803
|
+
display: -webkit-box;
|
|
21804
|
+
display: -ms-flexbox;
|
|
21805
|
+
display: flex;
|
|
21806
|
+
-webkit-box-pack: center;
|
|
21807
|
+
-ms-flex-pack: center;
|
|
21808
|
+
justify-content: center; }
|
|
21809
|
+
.main-home-screen .courier-payment .task-payment-due-wrapper .pay-online-button h2 {
|
|
21810
|
+
text-align: center;
|
|
21811
|
+
width: auto !important;
|
|
21812
|
+
color: #007e7e !important; }
|
|
21813
|
+
.main-home-screen .add-address-modal input, .main-home-screen .add-address-modal .checkbox-wrap .input-emp, .checkbox-wrap .main-home-screen .add-address-modal .input-emp, .main-home-screen .add-address-modal .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .main-home-screen .add-address-modal .input-emp {
|
|
21814
|
+
margin-bottom: 4px !important; }
|
|
21815
|
+
.main-home-screen .add-address-modal .card-label-error {
|
|
21816
|
+
word-break: break-word !important;
|
|
21817
|
+
white-space: normal !important;
|
|
21818
|
+
word-wrap: break-word !important;
|
|
21819
|
+
font-size: 12px !important;
|
|
21820
|
+
line-height: 1; }
|
|
21643
21821
|
|
|
21644
21822
|
.bulk-esign-order-view {
|
|
21645
21823
|
min-height: calc(100vh - 90px);
|