@pmidc/upyog-css 1.2.10 → 1.2.11

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
@@ -1790,7 +1790,7 @@ body {
1790
1790
  .card-link {
1791
1791
  height: 40px;
1792
1792
  background: linear-gradient(135deg, #2563eb, #1e40af);
1793
- color: #fff;
1793
+ color: #fff !important;
1794
1794
  text-align: center;
1795
1795
  outline: none;
1796
1796
  width: 175px;
@@ -1808,8 +1808,12 @@ body {
1808
1808
  transform: translateY(-2px);
1809
1809
  -webkit-box-shadow: 0 12px 28px rgba(37, 99, 235, 0.32);
1810
1810
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.32); }
1811
+ .card-link:focus, .card-link:hover {
1812
+ color: #fff !important; }
1811
1813
  .card-link:focus {
1812
1814
  outline: none; }
1815
+ .card-link:active, .card-link:visited {
1816
+ color: #fff !important; }
1813
1817
  .card-link header {
1814
1818
  font-weight: 600;
1815
1819
  font-size: 12px;
@@ -2089,18 +2093,21 @@ body {
2089
2093
  display: flex;
2090
2094
  -webkit-box-align: start;
2091
2095
  -ms-flex-align: start;
2092
- align-items: flex-start;
2093
- -ms-flex-wrap: wrap;
2094
- flex-wrap: wrap; }
2095
- .employee .employeeCard .card-label {
2096
- width: 30%; }
2097
- .employee .employeeCard .field, .employee .employeeCard .form-field {
2098
- width: 50%; }
2096
+ align-items: flex-start; }
2097
+ .employee .employeeCard .field {
2098
+ width: 40%; }
2099
+ .employee .employeeCard .form-field {
2100
+ width: 100%; }
2099
2101
  .employee .employeeCard .label-field-pair + .card-label-error, .employee .employeeCard .label-field-pair .card-label-error {
2100
2102
  width: 50% !important;
2101
2103
  margin-left: 50% !important;
2102
2104
  margin-top: -10px !important;
2103
- margin-bottom: 8px !important; } }
2105
+ margin-bottom: 8px !important; }
2106
+ .popup-module .card-label, .popup-module .field, .popup-module .form-field {
2107
+ width: auto; } }
2108
+
2109
+ .BPAemployeeCard.bpa-workflow-modal-form .card-label, .BPAemployeeCard.bpa-workflow-modal-form .form-field {
2110
+ width: 100% !important; }
2104
2111
 
2105
2112
  @media (max-width: 767px) {
2106
2113
  .employee .employeeCard .card-label, .employee .employeeCard .field, .employee .employeeCard .form-field {
@@ -2122,6 +2129,21 @@ body {
2122
2129
  .employee-login-container .form-field, .employee-login-form .form-field, .employee-login-page .form-field, .employeeCard .headerStyle + .card-label-desc ~ div .form-field {
2123
2130
  width: 100% !important; }
2124
2131
 
2132
+ .obps-search-mobile-wrapper {
2133
+ width: 100% !important;
2134
+ display: -webkit-box !important;
2135
+ display: -ms-flexbox !important;
2136
+ display: flex !important; }
2137
+
2138
+ .obps-search-mobile-wrapper .employee-select-wrap {
2139
+ width: 100% !important;
2140
+ -webkit-box-flex: 1 !important;
2141
+ -ms-flex: 1 !important;
2142
+ flex: 1 !important; }
2143
+
2144
+ .BPAemployeeCard .employeeCard .card-label, .BPAemployeeCard .employeeCard .form-field, .obps-search-mobile-wrapper .form-field {
2145
+ width: 100% !important; }
2146
+
2125
2147
  .selector-button, .selector-button-primary, .selector-button-secondary {
2126
2148
  color: #fff !important;
2127
2149
  border: none !important;
@@ -6932,10 +6954,10 @@ video::-webkit-media-controls-panel {
6932
6954
  .sidebar-menu .menu-item .menu-item-text {
6933
6955
  margin-left: 1em; }
6934
6956
 
6935
- .InboxComposerWrapper .form-field-flex-one .field, .InboxComposerWrapper .form-field-flex-one .form-field {
6936
- -webkit-box-flex: 1;
6937
- -ms-flex: 1 1 0%;
6938
- flex: 1 1 0%; }
6957
+ .complaint-input-container {
6958
+ display: -webkit-box;
6959
+ display: -ms-flexbox;
6960
+ display: flex; }
6939
6961
 
6940
6962
  .inboxPopupMobileWrapper {
6941
6963
  display: block;
@@ -8818,7 +8840,8 @@ video::-webkit-media-controls-panel {
8818
8840
  padding: 16px; }
8819
8841
  .inbox-container .search-container .search-complaint-container .complaint-input-container {
8820
8842
  display: grid !important;
8821
- grid-template-columns: 33.33% 33.33% 33.33%; }
8843
+ grid-template-columns: 33.33% 33.33% 33.33%;
8844
+ width: 100% !important; }
8822
8845
  .inbox-container .search-container .search-complaint-container .complaint-input-container.for-pt.for-search {
8823
8846
  grid-template-columns: 25% 25% 25% 25%; }
8824
8847
  .inbox-container .search-container .search-complaint-container .complaint-input-container.for-pt.for-search .input-fields:nth-child(3n) {
@@ -9152,7 +9175,7 @@ video::-webkit-media-controls-panel {
9152
9175
  .desktop-w-full {
9153
9176
  width: 100% !important; } }
9154
9177
 
9155
- employee-form-first {
9178
+ .employee-form-first {
9156
9179
  display: -webkit-box;
9157
9180
  display: -ms-flexbox;
9158
9181
  display: flex;
@@ -9166,6 +9189,9 @@ employee-form-first {
9166
9189
  -ms-flex-direction: column;
9167
9190
  flex-direction: column; }
9168
9191
 
9192
+ .complaint-input-container .complaint-input .form-field, .complaint-input-container .form-field {
9193
+ width: 100% !important; }
9194
+
9169
9195
  .scroll-table-wrapper {
9170
9196
  -ms-overflow-style: none;
9171
9197
  scrollbar-width: none;
@@ -13857,7 +13883,7 @@ body {
13857
13883
  min-width: calc(25% - 15px) !important;
13858
13884
  max-width: calc(25% - 15px) !important; }
13859
13885
 
13860
- .alignmentSettle .form-field:nth-child(4n), .alignmentSettle .submit {
13886
+ .alignmentSettle .field:nth-child(4n), .alignmentSettle .form-field:nth-child(4n), .alignmentSettle .submit {
13861
13887
  margin-right: 0 !important; }
13862
13888
 
13863
13889
  .alignmentSettle .submit {
@@ -13895,6 +13921,10 @@ body {
13895
13921
  margin-right: 10px !important; }
13896
13922
  .alignmentSettle .form-field:nth-child(2n) {
13897
13923
  margin-right: 0 !important; }
13924
+ .alignmentSettle .field:nth-child(4n) {
13925
+ margin-right: 10px !important; }
13926
+ .alignmentSettle .field:nth-child(2n) {
13927
+ margin-right: 0 !important; }
13898
13928
  .alignmentSettle .submit {
13899
13929
  width: calc(50% - 10px) !important;
13900
13930
  min-width: calc(50% - 10px) !important;
@@ -13906,7 +13936,7 @@ body {
13906
13936
  min-width: 100% !important;
13907
13937
  max-width: 100% !important;
13908
13938
  margin-bottom: 12px !important; }
13909
- .alignmentSettle .field, .alignmentSettle .form-field, .alignmentSettle .form-field:nth-child(2n) {
13939
+ .alignmentSettle .field, .alignmentSettle .field:nth-child(2n), .alignmentSettle .form-field, .alignmentSettle .form-field:nth-child(2n) {
13910
13940
  margin-right: 0 !important; }
13911
13941
  .alignmentSettle .submit {
13912
13942
  width: 100% !important;
@@ -18592,8 +18622,7 @@ body {
18592
18622
  margin: 0 !important; }
18593
18623
 
18594
18624
  .ndc_card_labels {
18595
- width: 100%;
18596
- max-width: 200px; }
18625
+ width: 100%; }
18597
18626
 
18598
18627
  .downLoadButton {
18599
18628
  color: "#A52A2A";