@pmidc/upyog-css 1.2.2 → 1.2.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
@@ -1588,6 +1588,10 @@ body {
1588
1588
  flex-direction: row;
1589
1589
  width: 100%; }
1590
1590
 
1591
+ .card {
1592
+ -webkit-box-shadow: none;
1593
+ box-shadow: none; }
1594
+
1591
1595
  .card {
1592
1596
  padding: 20px 24px 28px;
1593
1597
  max-width: 95vw;
@@ -1652,8 +1656,7 @@ body {
1652
1656
  margin-top: 8px;
1653
1657
  font-weight: 700;
1654
1658
  text-transform: uppercase;
1655
- letter-spacing: .5px;
1656
- width: 100%; }
1659
+ letter-spacing: .5px; }
1657
1660
  .card .card-label-error {
1658
1661
  display: block;
1659
1662
  font-size: 12px;
@@ -1978,13 +1981,7 @@ body {
1978
1981
  display: flex;
1979
1982
  -webkit-box-align: center;
1980
1983
  -ms-flex-align: center;
1981
- align-items: center; }
1982
- .employeeCard .label-field-pair h2 {
1983
- width: 30%; }
1984
- .employeeCard .label-field-pair .field {
1985
- width: 50%;
1986
- margin-right: 20%;
1987
- margin-right: unset; } }
1984
+ align-items: center; } }
1988
1985
 
1989
1986
  .card-section-header {
1990
1987
  font-size: 18px;
@@ -2252,6 +2249,16 @@ body {
2252
2249
  border: 1px solid !important;
2253
2250
  margin-right: 10px !important; }
2254
2251
 
2252
+ .action-button-myapplication {
2253
+ display: -webkit-box;
2254
+ display: -ms-flexbox;
2255
+ display: flex;
2256
+ grid-gap: 20px;
2257
+ gap: 20px;
2258
+ -ms-flex-wrap: wrap;
2259
+ flex-wrap: wrap;
2260
+ margin-top: 10px; }
2261
+
2255
2262
  .radio-wrap {
2256
2263
  margin-top: 8px;
2257
2264
  display: block;
@@ -2823,7 +2830,7 @@ body {
2823
2830
  .mobile-number-prefix {
2824
2831
  position: absolute;
2825
2832
  left: 12px;
2826
- top: 34%;
2833
+ top: 51%;
2827
2834
  -webkit-transform: translateY(-50%);
2828
2835
  transform: translateY(-50%);
2829
2836
  font-size: 16px;
@@ -5738,7 +5745,7 @@ video::-webkit-media-controls-panel {
5738
5745
  .PropertySearchForm .PropertySearchFormSwitcher span {
5739
5746
  margin-right: 20px; }
5740
5747
 
5741
- .PropertySearchForm .form-field {
5748
+ .PropertySearchForm .field, .PropertySearchForm .form-field {
5742
5749
  width: 30% !important;
5743
5750
  margin-bottom: 20px; }
5744
5751
 
@@ -5748,7 +5755,7 @@ video::-webkit-media-controls-panel {
5748
5755
  margin-bottom: 20px; } }
5749
5756
 
5750
5757
  @media (max-width: 780px) {
5751
- .PropertySearchForm .form-field, .PropertySearchForm .pt-form-field {
5758
+ .PropertySearchForm .field, .PropertySearchForm .form-field, .PropertySearchForm .pt-form-field {
5752
5759
  width: 100% !important;
5753
5760
  margin-bottom: 15px; } }
5754
5761
 
@@ -5769,7 +5776,7 @@ video::-webkit-media-controls-panel {
5769
5776
  padding-bottom: 24px;
5770
5777
  padding-left: 24px;
5771
5778
  border-radius: 8px; }
5772
- .search-form-wrapper .form-field {
5779
+ .search-form-wrapper .field, .search-form-wrapper .form-field {
5773
5780
  width: calc(25% - 16px);
5774
5781
  display: inline-block;
5775
5782
  margin-right: 16px;
@@ -6892,7 +6899,7 @@ video::-webkit-media-controls-panel {
6892
6899
  .sidebar-menu .menu-item .menu-item-text {
6893
6900
  margin-left: 1em; }
6894
6901
 
6895
- .InboxComposerWrapper .form-field-flex-one .form-field {
6902
+ .InboxComposerWrapper .form-field-flex-one .field, .InboxComposerWrapper .form-field-flex-one .form-field {
6896
6903
  -webkit-box-flex: 1;
6897
6904
  -ms-flex: 1 1 0%;
6898
6905
  flex: 1 1 0%; }
@@ -6917,7 +6924,7 @@ video::-webkit-media-controls-panel {
6917
6924
  -webkit-box-direction: reverse !important;
6918
6925
  -ms-flex-direction: row-reverse !important;
6919
6926
  flex-direction: row-reverse !important; }
6920
- .inboxPopupMobileWrapper .form-field {
6927
+ .inboxPopupMobileWrapper .field, .inboxPopupMobileWrapper .form-field {
6921
6928
  margin: 0 !important;
6922
6929
  width: 100%; }
6923
6930
  .inboxPopupMobileWrapper .InboxMobilePopupCloseButtonWrapper {
@@ -6945,7 +6952,7 @@ video::-webkit-media-controls-panel {
6945
6952
  height: fit-content; }
6946
6953
  .wns-inbox-composer .wns-search-field {
6947
6954
  width: 30% !important; }
6948
- .wns-inbox-composer .form-field {
6955
+ .wns-inbox-composer .field, .wns-inbox-composer .form-field {
6949
6956
  width: 100% !important; }
6950
6957
  .wns-inbox-composer .SubmitAndClearAllContainer {
6951
6958
  width: 100%;
@@ -7007,10 +7014,10 @@ video::-webkit-media-controls-panel {
7007
7014
  .search-form-wns-inbox .search-complaint-container .complaint-input-container {
7008
7015
  display: grid !important;
7009
7016
  grid-template-columns: 33.33% 33.33% 33.33%; }
7010
- .search-form-wns-inbox .search-complaint-container .form-field {
7017
+ .search-form-wns-inbox .search-complaint-container .field, .search-form-wns-inbox .search-complaint-container .form-field {
7011
7018
  width: 100%;
7012
7019
  padding-right: 15px; }
7013
- .search-form-wns-inbox .search-complaint-container .form-field .clear-search {
7020
+ .search-form-wns-inbox .search-complaint-container .field .clear-search, .search-form-wns-inbox .search-complaint-container .form-field .clear-search {
7014
7021
  padding-top: 10px; }
7015
7022
  .search-form-wns-inbox .submit {
7016
7023
  margin-top: 0;
@@ -7960,8 +7967,8 @@ video::-webkit-media-controls-panel {
7960
7967
  margin-bottom: unset; }
7961
7968
  .RightMostTopBarOptions .select-wrap svg {
7962
7969
  fill: #a82227; }
7963
- .RightMostTopBarOptions .select-wrap .form-field {
7964
- width: 100% !important; }
7970
+ .RightMostTopBarOptions .select-wrap .field, .RightMostTopBarOptions .select-wrap .form-field {
7971
+ width: 100%; }
7965
7972
 
7966
7973
  .fullWidth {
7967
7974
  width: 100%; }
@@ -9103,11 +9110,11 @@ video::-webkit-media-controls-panel {
9103
9110
  display: inline;
9104
9111
  float: right; }
9105
9112
 
9106
- .form-field {
9113
+ .field, .form-field {
9107
9114
  width: 100%; }
9108
9115
 
9109
9116
  @media (min-width: 780px) {
9110
- .form-field {
9117
+ .field, .form-field {
9111
9118
  width: 100%; }
9112
9119
  .desktop-w-full {
9113
9120
  width: 100% !important; } }
@@ -13796,7 +13803,7 @@ body {
13796
13803
  background-color: red;
13797
13804
  padding-bottom: 90px !important; }
13798
13805
 
13799
- .alignmentSettle .form-field {
13806
+ .alignmentSettle .field, .alignmentSettle .form-field {
13800
13807
  width: calc(25% - 15px) !important;
13801
13808
  margin-right: 15px !important;
13802
13809
  margin-bottom: 16px !important;
@@ -13833,11 +13840,11 @@ body {
13833
13840
  font-size: 12px !important; }
13834
13841
 
13835
13842
  @media (max-width: 1024px) {
13836
- .alignmentSettle .form-field {
13843
+ .alignmentSettle .field, .alignmentSettle .form-field {
13837
13844
  width: calc(50% - 10px) !important;
13838
13845
  min-width: calc(50% - 10px) !important;
13839
13846
  max-width: calc(50% - 10px) !important; }
13840
- .alignmentSettle .form-field, .alignmentSettle .form-field:nth-child(4n) {
13847
+ .alignmentSettle .field, .alignmentSettle .form-field, .alignmentSettle .form-field:nth-child(4n) {
13841
13848
  margin-right: 10px !important; }
13842
13849
  .alignmentSettle .form-field:nth-child(2n) {
13843
13850
  margin-right: 0 !important; }
@@ -13847,12 +13854,12 @@ body {
13847
13854
  max-width: calc(50% - 10px) !important; } }
13848
13855
 
13849
13856
  @media (max-width: 640px) {
13850
- .alignmentSettle .form-field {
13857
+ .alignmentSettle .field, .alignmentSettle .form-field {
13851
13858
  width: 100% !important;
13852
13859
  min-width: 100% !important;
13853
13860
  max-width: 100% !important;
13854
13861
  margin-bottom: 12px !important; }
13855
- .alignmentSettle .form-field, .alignmentSettle .form-field:nth-child(2n) {
13862
+ .alignmentSettle .field, .alignmentSettle .form-field, .alignmentSettle .form-field:nth-child(2n) {
13856
13863
  margin-right: 0 !important; }
13857
13864
  .alignmentSettle .submit {
13858
13865
  width: 100% !important;
@@ -13864,7 +13871,7 @@ body {
13864
13871
  font-size: 16px !important; } }
13865
13872
 
13866
13873
  @media (max-width: 480px) {
13867
- .alignmentSettle .form-field {
13874
+ .alignmentSettle .field, .alignmentSettle .form-field {
13868
13875
  margin-bottom: 10px !important; }
13869
13876
  .alignmentSettle .submit button {
13870
13877
  height: 48px !important; } }
@@ -14200,7 +14207,7 @@ body {
14200
14207
  .search-icon {
14201
14208
  position: relative;
14202
14209
  z-index: 100;
14203
- left: 160px;
14210
+ right: 50px;
14204
14211
  margin-top: -55px;
14205
14212
  cursor: pointer; }
14206
14213
  @media (min-width: 780px) {
@@ -18045,10 +18052,6 @@ body {
18045
18052
  padding: 15px;
18046
18053
  font-size: 1.2rem; }
18047
18054
 
18048
- .ndc_property_search .text-input {
18049
- width: 100%;
18050
- max-width: 300px; }
18051
-
18052
18055
  .action-bar-wrap {
18053
18056
  display: -webkit-box;
18054
18057
  display: -ms-flexbox;