@pmidc/upyog-css 1.2.7 → 1.2.9

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
@@ -2090,6 +2090,46 @@ body {
2090
2090
  width: 100%;
2091
2091
  margin: 0; }
2092
2092
 
2093
+ @media (min-width: 768px) {
2094
+ .employee .employeeCard .label-field-pair {
2095
+ display: -webkit-box;
2096
+ display: -ms-flexbox;
2097
+ display: flex;
2098
+ -webkit-box-align: start;
2099
+ -ms-flex-align: start;
2100
+ align-items: flex-start;
2101
+ -ms-flex-wrap: wrap;
2102
+ flex-wrap: wrap; }
2103
+ .employee .employeeCard .card-label {
2104
+ width: 30%; }
2105
+ .employee .employeeCard .field, .employee .employeeCard .form-field {
2106
+ width: 50%; }
2107
+ .employee .employeeCard .label-field-pair + .card-label-error, .employee .employeeCard .label-field-pair .card-label-error {
2108
+ width: 50% !important;
2109
+ margin-left: 50% !important;
2110
+ margin-top: -10px !important;
2111
+ margin-bottom: 8px !important; } }
2112
+
2113
+ @media (max-width: 767px) {
2114
+ .employee .employeeCard .card-label, .employee .employeeCard .field, .employee .employeeCard .form-field {
2115
+ width: 100%; }
2116
+ .employee .employeeCard .label-field-pair {
2117
+ -webkit-box-orient: vertical;
2118
+ -webkit-box-direction: normal;
2119
+ -ms-flex-direction: column;
2120
+ flex-direction: column;
2121
+ -webkit-box-align: start;
2122
+ -ms-flex-align: start;
2123
+ align-items: flex-start; }
2124
+ .employee .employeeCard .label-field-pair + .card-label-error, .employee .employeeCard .label-field-pair .card-label-error {
2125
+ width: 100% !important;
2126
+ margin-left: 0 !important;
2127
+ margin-top: 2px !important;
2128
+ margin-bottom: 8px !important; } }
2129
+
2130
+ .employee-login-container .form-field, .employee-login-form .form-field, .employee-login-page .form-field, .employeeCard .headerStyle + .card-label-desc ~ div .form-field {
2131
+ width: 100% !important; }
2132
+
2093
2133
  .selector-button, .selector-button-primary, .selector-button-secondary {
2094
2134
  color: #fff !important;
2095
2135
  border: none !important;
@@ -9120,6 +9160,20 @@ video::-webkit-media-controls-panel {
9120
9160
  .desktop-w-full {
9121
9161
  width: 100% !important; } }
9122
9162
 
9163
+ employee-form-first {
9164
+ display: -webkit-box;
9165
+ display: -ms-flexbox;
9166
+ display: flex;
9167
+ -ms-flex-wrap: wrap;
9168
+ flex-wrap: wrap;
9169
+ grid-gap: 24px;
9170
+ gap: 24px;
9171
+ width: 100%;
9172
+ -webkit-box-orient: vertical;
9173
+ -webkit-box-direction: normal;
9174
+ -ms-flex-direction: column;
9175
+ flex-direction: column; }
9176
+
9123
9177
  .scroll-table-wrapper {
9124
9178
  -ms-overflow-style: none;
9125
9179
  scrollbar-width: none;
@@ -16353,9 +16407,13 @@ body {
16353
16407
 
16354
16408
  .ral-error-label {
16355
16409
  width: 70%;
16356
- margin-left: 30%;
16410
+ margin-left: 1%;
16357
16411
  margin-top: -18px; }
16358
16412
 
16413
+ @media (min-width: 768px) {
16414
+ .ral-error-label {
16415
+ margin-left: 50%; } }
16416
+
16359
16417
  .ral-applicant-container {
16360
16418
  border: 1px solid #ddd;
16361
16419
  padding: 12px;
@@ -16559,6 +16617,9 @@ body {
16559
16617
  font-size: 24px;
16560
16618
  margin-top: 30px; }
16561
16619
 
16620
+ .mandatory-asterisk {
16621
+ color: red !important; }
16622
+
16562
16623
  .survey-modal-wrapper {
16563
16624
  padding: 0;
16564
16625
  background-color: #f9fafb; }
@@ -17846,7 +17907,8 @@ body {
17846
17907
  .dark {
17847
17908
  --text-opacity:1;
17848
17909
  color: #0d43a7;
17849
- color: rgba(13, 67, 167, var(--text-opacity)); }
17910
+ color: rgba(13, 67, 167, var(--text-opacity));
17911
+ width: auto !important; }
17850
17912
 
17851
17913
  .mrlg {
17852
17914
  margin-right: 24px; }
@@ -18154,9 +18216,6 @@ body {
18154
18216
  max-width: 540px;
18155
18217
  width: 100%; }
18156
18218
 
18157
- .employeeCard, .text-mobile-input-width {
18158
- max-width: 100%; }
18159
-
18160
18219
  .custom-time-picker {
18161
18220
  width: 100%;
18162
18221
  max-width: 200px; }
@@ -18563,7 +18622,7 @@ body {
18563
18622
  padding: 25px; }
18564
18623
 
18565
18624
  .step-label {
18566
- font-size: 17px !important; }
18625
+ font-size: 12px !important; }
18567
18626
 
18568
18627
  .modal-action .employeeCard {
18569
18628
  margin-left: 0 !important; }