@pmidc/upyog-css 1.2.26 → 1.2.28

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
@@ -4446,7 +4446,8 @@ body {
4446
4446
  --border-opacity:1;
4447
4447
  border-color: #464646;
4448
4448
  border-color: rgba(70, 70, 70, var(--border-opacity));
4449
- width: 100%; }
4449
+ width: 100%;
4450
+ border-radius: 10px; }
4450
4451
  .upload-file div {
4451
4452
  display: -webkit-box;
4452
4453
  display: -ms-flexbox;
@@ -4461,19 +4462,20 @@ body {
4461
4462
  align-items: center;
4462
4463
  padding-left: 16px;
4463
4464
  margin-top: 8px;
4465
+ margin-bottom: 8px;
4464
4466
  -ms-flex-wrap: wrap;
4465
- flex-wrap: wrap; }
4467
+ flex-wrap: wrap;
4468
+ border-radius: 10px; }
4466
4469
  .upload-file div .file-upload-status {
4467
4470
  font-size: 16px;
4468
4471
  line-height: 24px;
4469
4472
  margin-left: 8px; }
4470
4473
  .upload-file input, .upload-file .checkbox-wrap .input-emp, .checkbox-wrap .upload-file .input-emp {
4471
- width: 160px;
4472
4474
  position: absolute;
4473
- top: 0;
4474
- left: 0;
4475
4475
  opacity: 0;
4476
- height: 100%; }
4476
+ height: 100%;
4477
+ top: 20%;
4478
+ left: 3%; }
4477
4479
 
4478
4480
  @media (min-width: 780px) {
4479
4481
  .multi-upload-wrap img {
@@ -16965,7 +16967,8 @@ body {
16965
16967
  .custom-comment-text {
16966
16968
  font-size: 14px;
16967
16969
  color: #374151;
16968
- line-height: 1.6; }
16970
+ line-height: 1.6;
16971
+ word-wrap: break-word; }
16969
16972
 
16970
16973
  .custom-doc-container {
16971
16974
  display: inline-block;
@@ -19105,7 +19108,6 @@ body {
19105
19108
  min-height: 40px;
19106
19109
  max-height: 40px;
19107
19110
  width: 43%;
19108
- margin: 5px;
19109
19111
  padding: 0; }
19110
19112
 
19111
19113
  .upload-hidden {
@@ -19139,6 +19141,43 @@ body {
19139
19141
  .upload-tag-container {
19140
19142
  width: 80%; } }
19141
19143
 
19144
+ .bpa-site-photograph-container {
19145
+ padding: 50px 0;
19146
+ display: -webkit-box;
19147
+ display: -ms-flexbox;
19148
+ display: flex;
19149
+ -webkit-box-pack: space-evenly;
19150
+ -ms-flex-pack: space-evenly;
19151
+ justify-content: space-evenly;
19152
+ -ms-flex-wrap: wrap;
19153
+ flex-wrap: wrap; }
19154
+
19155
+ .bpa-site-photograph-item {
19156
+ display: -webkit-box;
19157
+ display: -ms-flexbox;
19158
+ display: flex;
19159
+ -webkit-box-orient: vertical;
19160
+ -webkit-box-direction: normal;
19161
+ -ms-flex-direction: column;
19162
+ flex-direction: column;
19163
+ width: 200px;
19164
+ height: 200px;
19165
+ -webkit-box-align: center;
19166
+ -ms-flex-align: center;
19167
+ align-items: center;
19168
+ margin-bottom: 20px; }
19169
+
19170
+ .bpa-site-photograph-photo-wrapper {
19171
+ margin: 5px; }
19172
+
19173
+ .bpa-site-photograph-photo {
19174
+ width: 120px;
19175
+ height: 120px;
19176
+ -o-object-fit: fill;
19177
+ object-fit: fill;
19178
+ border-radius: 10%;
19179
+ cursor: pointer; }
19180
+
19142
19181
  .display-none {
19143
19182
  display: none; }
19144
19183
 
@@ -20606,3 +20645,135 @@ input[type=date], .checkbox-wrap .input-emp[type=date] {
20606
20645
 
20607
20646
  .tableClass {
20608
20647
  margin-top: 60px; }
20648
+
20649
+ .custom-fee-table-wrapper {
20650
+ overflow-x: auto;
20651
+ -webkit-overflow-scrolling: touch;
20652
+ width: 100%;
20653
+ margin-bottom: 16px;
20654
+ display: block; }
20655
+
20656
+ .custom-fee-table {
20657
+ width: 100%;
20658
+ table-layout: auto;
20659
+ min-width: 600px;
20660
+ border-collapse: collapse; }
20661
+
20662
+ .custom-fee-table-header {
20663
+ padding: 14px 12px;
20664
+ font-size: 12px;
20665
+ white-space: nowrap; }
20666
+
20667
+ .custom-fee-table-cell {
20668
+ padding: 14px 12px;
20669
+ font-size: 13px; }
20670
+
20671
+ .custom-fee-table-cell-taxhead {
20672
+ min-width: 150px; }
20673
+
20674
+ .custom-fee-table-cell-amount, .custom-fee-table-cell-remark {
20675
+ padding: 14px 12px; }
20676
+
20677
+ .custom-fee-history-section {
20678
+ margin-top: 16px; }
20679
+
20680
+ .custom-fee-history-toggle {
20681
+ cursor: pointer; }
20682
+
20683
+ .custom-fee-history-table-wrapper {
20684
+ overflow-x: auto;
20685
+ -webkit-overflow-scrolling: touch;
20686
+ margin-top: 8px;
20687
+ display: block;
20688
+ width: 100%; }
20689
+
20690
+ .custom-fee-history-table {
20691
+ width: 100%;
20692
+ table-layout: auto;
20693
+ min-width: 500px;
20694
+ border-collapse: collapse; }
20695
+
20696
+ .custom-fee-history-header {
20697
+ padding: 12px 8px;
20698
+ font-size: 12px;
20699
+ white-space: nowrap;
20700
+ min-width: 120px; }
20701
+
20702
+ .custom-fee-history-cell {
20703
+ padding: 12px 8px;
20704
+ min-width: 120px;
20705
+ vertical-align: top; }
20706
+
20707
+ .custom-fee-history-content {
20708
+ font-size: 12px; }
20709
+
20710
+ .custom-fee-history-label, .custom-fee-history-row {
20711
+ margin-bottom: 8px; }
20712
+
20713
+ .custom-fee-history-label-value {
20714
+ word-break: break-word; }
20715
+
20716
+ .custom-fee-table-input {
20717
+ width: 100%;
20718
+ padding: 8px;
20719
+ border: 1px solid #ccc;
20720
+ border-radius: 4px;
20721
+ font-size: 13px;
20722
+ -webkit-box-sizing: border-box;
20723
+ box-sizing: border-box; }
20724
+
20725
+ .checklist-document-table-wrapper {
20726
+ overflow-x: auto;
20727
+ -webkit-overflow-scrolling: touch;
20728
+ width: 100%;
20729
+ display: block; }
20730
+
20731
+ .checklist-document-table {
20732
+ width: 100%;
20733
+ table-layout: auto;
20734
+ min-width: 500px;
20735
+ border-collapse: collapse; }
20736
+
20737
+ .checklist-table-header {
20738
+ padding: 14px 12px;
20739
+ font-size: 12px;
20740
+ white-space: nowrap; }
20741
+
20742
+ .checklist-table-header-srno {
20743
+ width: 60px;
20744
+ text-align: center; }
20745
+
20746
+ .checklist-table-header-doc-name {
20747
+ min-width: 150px; }
20748
+
20749
+ .checklist-table-header-doc-file {
20750
+ min-width: 100px; }
20751
+
20752
+ .checklist-table-header-remark {
20753
+ min-width: 150px; }
20754
+
20755
+ .checklist-table-cell {
20756
+ padding: 14px 12px; }
20757
+
20758
+ .checklist-table-cell-srno {
20759
+ width: 60px;
20760
+ text-align: center; }
20761
+
20762
+ .checklist-table-cell-doc-name {
20763
+ font-size: 13px;
20764
+ min-width: 150px; }
20765
+
20766
+ .checklist-table-cell-file {
20767
+ min-width: 100px; }
20768
+
20769
+ .checklist-table-cell-remark {
20770
+ min-width: 150px; }
20771
+
20772
+ .checklist-table-input {
20773
+ width: 100%;
20774
+ padding: 8px;
20775
+ border: 1px solid #ccc;
20776
+ border-radius: 4px;
20777
+ font-size: 13px;
20778
+ -webkit-box-sizing: border-box;
20779
+ box-sizing: border-box; }