@pmidc/upyog-css 1.2.11 → 1.2.12
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
|
@@ -2098,7 +2098,7 @@ body {
|
|
|
2098
2098
|
width: 40%; }
|
|
2099
2099
|
.employee .employeeCard .form-field {
|
|
2100
2100
|
width: 100%; }
|
|
2101
|
-
.employee .employeeCard .label-field-pair + .card-label-error, .employee .employeeCard .label-field-pair .card-label-error {
|
|
2101
|
+
.citizen .employeeCard .label-field-pair + .card-label-error, .citizen .employeeCard .label-field-pair .card-label-error, .employee .employeeCard .label-field-pair + .card-label-error, .employee .employeeCard .label-field-pair .card-label-error {
|
|
2102
2102
|
width: 50% !important;
|
|
2103
2103
|
margin-left: 50% !important;
|
|
2104
2104
|
margin-top: -10px !important;
|
|
@@ -2479,11 +2479,42 @@ body {
|
|
|
2479
2479
|
transform: translateY(-50%) !important;
|
|
2480
2480
|
margin: 0 !important;
|
|
2481
2481
|
float: none !important; }
|
|
2482
|
+
.employee-select-wrap #jk-dropdown-unique {
|
|
2483
|
+
right: 0;
|
|
2484
|
+
left: -56px;
|
|
2485
|
+
width: 100% !important;
|
|
2486
|
+
min-width: 150px;
|
|
2487
|
+
-webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
|
|
2488
|
+
box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
|
|
2489
|
+
max-height: 250px !important;
|
|
2490
|
+
overflow: auto;
|
|
2491
|
+
z-index: 1000 !important;
|
|
2492
|
+
position: absolute;
|
|
2493
|
+
z-index: 20;
|
|
2494
|
+
margin-top: 4px;
|
|
2495
|
+
--bg-opacity:1;
|
|
2496
|
+
background-color: #fff;
|
|
2497
|
+
background-color: rgba(255, 255, 255, var(--bg-opacity)); }
|
|
2498
|
+
.employee-select-wrap #jk-dropdown-unique p {
|
|
2499
|
+
padding-top: 14px;
|
|
2500
|
+
width: 100%;
|
|
2501
|
+
height: 3rem;
|
|
2502
|
+
padding-left: 8px;
|
|
2503
|
+
--text-opacity:1;
|
|
2504
|
+
color: #0d43a7;
|
|
2505
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
2506
|
+
font-size: 16px;
|
|
2507
|
+
line-height: 20px; }
|
|
2508
|
+
.employee-select-wrap #jk-dropdown-unique p:hover {
|
|
2509
|
+
background-color: #eee;
|
|
2510
|
+
background-color: rgba(238, 238, 238, var(--bg-opacity)); }
|
|
2511
|
+
.employee-select-wrap:hover, .employee-select-wrap .options-card {
|
|
2512
|
+
--bg-opacity:1; }
|
|
2482
2513
|
.employee-select-wrap .options-card {
|
|
2483
2514
|
right: 0;
|
|
2484
2515
|
left: 0;
|
|
2485
2516
|
width: 100% !important;
|
|
2486
|
-
min-width:
|
|
2517
|
+
min-width: 150px;
|
|
2487
2518
|
-webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
|
|
2488
2519
|
box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
|
|
2489
2520
|
max-height: 250px !important;
|
|
@@ -2492,7 +2523,6 @@ body {
|
|
|
2492
2523
|
position: absolute;
|
|
2493
2524
|
z-index: 20;
|
|
2494
2525
|
margin-top: 4px;
|
|
2495
|
-
--bg-opacity:1;
|
|
2496
2526
|
background-color: #fff;
|
|
2497
2527
|
background-color: rgba(255, 255, 255, var(--bg-opacity)); }
|
|
2498
2528
|
.employee-select-wrap .options-card p {
|
|
@@ -2506,7 +2536,6 @@ body {
|
|
|
2506
2536
|
font-size: 16px;
|
|
2507
2537
|
line-height: 20px; }
|
|
2508
2538
|
.employee-select-wrap .options-card p:hover {
|
|
2509
|
-
--bg-opacity:1;
|
|
2510
2539
|
background-color: #eee;
|
|
2511
2540
|
background-color: rgba(238, 238, 238, var(--bg-opacity)); }
|
|
2512
2541
|
|
|
@@ -10185,17 +10214,7 @@ body {
|
|
|
10185
10214
|
width: 48%; } }
|
|
10186
10215
|
|
|
10187
10216
|
.top-section-parent {
|
|
10188
|
-
|
|
10189
|
-
width: 100%;
|
|
10190
|
-
background: linear-gradient(135deg, #1e3a8a, #3b82f6 50%, #0ea5e9);
|
|
10191
|
-
padding: 40px 20px 60px;
|
|
10192
|
-
margin-top: -20px; }
|
|
10193
|
-
@media (max-width: 768px) {
|
|
10194
|
-
.top-section-parent {
|
|
10195
|
-
padding-left: 15px;
|
|
10196
|
-
padding-bottom: 50px;
|
|
10197
|
-
padding-right: 15px;
|
|
10198
|
-
padding-top: 30px; } }
|
|
10217
|
+
display: none; }
|
|
10199
10218
|
|
|
10200
10219
|
.top-section-wrapper {
|
|
10201
10220
|
max-width: 1200px;
|
|
@@ -10882,8 +10901,7 @@ body {
|
|
|
10882
10901
|
height: 20px; }
|
|
10883
10902
|
|
|
10884
10903
|
.landing-about-section {
|
|
10885
|
-
|
|
10886
|
-
background: #fff; }
|
|
10904
|
+
display: none; }
|
|
10887
10905
|
|
|
10888
10906
|
.landing-about-container {
|
|
10889
10907
|
max-width: 1200px;
|
|
@@ -11017,14 +11035,8 @@ body {
|
|
|
11017
11035
|
background: #0f172a;
|
|
11018
11036
|
color: #fff; }
|
|
11019
11037
|
|
|
11020
|
-
.landing-footer-partners {
|
|
11021
|
-
background: #f8fafc;
|
|
11022
|
-
padding: 40px 20px; }
|
|
11023
|
-
|
|
11024
11038
|
.landing-footer-partners-container {
|
|
11025
|
-
|
|
11026
|
-
margin: 0 auto;
|
|
11027
|
-
text-align: center; }
|
|
11039
|
+
display: none; }
|
|
11028
11040
|
|
|
11029
11041
|
.landing-footer-partners-title {
|
|
11030
11042
|
font-size: 14px;
|
|
@@ -11076,7 +11088,7 @@ body {
|
|
|
11076
11088
|
height: 32px; } }
|
|
11077
11089
|
|
|
11078
11090
|
.landing-footer-main {
|
|
11079
|
-
|
|
11091
|
+
display: none; }
|
|
11080
11092
|
|
|
11081
11093
|
.landing-footer-container {
|
|
11082
11094
|
max-width: 1200px;
|
|
@@ -16159,11 +16171,7 @@ body {
|
|
|
16159
16171
|
padding: 0 40px; }
|
|
16160
16172
|
|
|
16161
16173
|
.new-df-grid {
|
|
16162
|
-
display:
|
|
16163
|
-
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
|
|
16164
|
-
grid-gap: 48px;
|
|
16165
|
-
gap: 48px;
|
|
16166
|
-
padding-bottom: 40px; }
|
|
16174
|
+
display: none; }
|
|
16167
16175
|
|
|
16168
16176
|
.new-df-column {
|
|
16169
16177
|
display: -webkit-box;
|