@pmidc/upyog-css 1.2.12 → 1.2.13
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 +52 -37
- package/dist/index.min.css +1 -1
- package/package.json +63 -63
- package/src/components/card.scss +1 -3
- package/src/components/newFooter.scss +0 -7
- package/src/components/selectdropdown.scss +1 -22
- package/src/index.scss +19 -1
- package/src/pages/employee/landing.scss +6 -26
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
|
-
.
|
|
2101
|
+
.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,7 +2479,7 @@ body {
|
|
|
2479
2479
|
transform: translateY(-50%) !important;
|
|
2480
2480
|
margin: 0 !important;
|
|
2481
2481
|
float: none !important; }
|
|
2482
|
-
.employee-select-wrap
|
|
2482
|
+
.employee-select-wrap .options-card {
|
|
2483
2483
|
right: 0;
|
|
2484
2484
|
left: -56px;
|
|
2485
2485
|
width: 100% !important;
|
|
@@ -2495,36 +2495,6 @@ body {
|
|
|
2495
2495
|
--bg-opacity:1;
|
|
2496
2496
|
background-color: #fff;
|
|
2497
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; }
|
|
2513
|
-
.employee-select-wrap .options-card {
|
|
2514
|
-
right: 0;
|
|
2515
|
-
left: 0;
|
|
2516
|
-
width: 100% !important;
|
|
2517
|
-
min-width: 150px;
|
|
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);
|
|
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);
|
|
2520
|
-
max-height: 250px !important;
|
|
2521
|
-
overflow: auto;
|
|
2522
|
-
z-index: 1000 !important;
|
|
2523
|
-
position: absolute;
|
|
2524
|
-
z-index: 20;
|
|
2525
|
-
margin-top: 4px;
|
|
2526
|
-
background-color: #fff;
|
|
2527
|
-
background-color: rgba(255, 255, 255, var(--bg-opacity)); }
|
|
2528
2498
|
.employee-select-wrap .options-card p {
|
|
2529
2499
|
padding-top: 14px;
|
|
2530
2500
|
width: 100%;
|
|
@@ -2536,6 +2506,7 @@ body {
|
|
|
2536
2506
|
font-size: 16px;
|
|
2537
2507
|
line-height: 20px; }
|
|
2538
2508
|
.employee-select-wrap .options-card p:hover {
|
|
2509
|
+
--bg-opacity:1;
|
|
2539
2510
|
background-color: #eee;
|
|
2540
2511
|
background-color: rgba(238, 238, 238, var(--bg-opacity)); }
|
|
2541
2512
|
|
|
@@ -10214,7 +10185,17 @@ body {
|
|
|
10214
10185
|
width: 48%; } }
|
|
10215
10186
|
|
|
10216
10187
|
.top-section-parent {
|
|
10217
|
-
|
|
10188
|
+
position: relative;
|
|
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; } }
|
|
10218
10199
|
|
|
10219
10200
|
.top-section-wrapper {
|
|
10220
10201
|
max-width: 1200px;
|
|
@@ -10901,7 +10882,8 @@ body {
|
|
|
10901
10882
|
height: 20px; }
|
|
10902
10883
|
|
|
10903
10884
|
.landing-about-section {
|
|
10904
|
-
|
|
10885
|
+
padding: 80px 20px;
|
|
10886
|
+
background: #fff; }
|
|
10905
10887
|
|
|
10906
10888
|
.landing-about-container {
|
|
10907
10889
|
max-width: 1200px;
|
|
@@ -11035,8 +11017,14 @@ body {
|
|
|
11035
11017
|
background: #0f172a;
|
|
11036
11018
|
color: #fff; }
|
|
11037
11019
|
|
|
11020
|
+
.landing-footer-partners {
|
|
11021
|
+
background: #f8fafc;
|
|
11022
|
+
padding: 40px 20px; }
|
|
11023
|
+
|
|
11038
11024
|
.landing-footer-partners-container {
|
|
11039
|
-
|
|
11025
|
+
max-width: 1200px;
|
|
11026
|
+
margin: 0 auto;
|
|
11027
|
+
text-align: center; }
|
|
11040
11028
|
|
|
11041
11029
|
.landing-footer-partners-title {
|
|
11042
11030
|
font-size: 14px;
|
|
@@ -11088,7 +11076,7 @@ body {
|
|
|
11088
11076
|
height: 32px; } }
|
|
11089
11077
|
|
|
11090
11078
|
.landing-footer-main {
|
|
11091
|
-
|
|
11079
|
+
padding: 60px 20px; }
|
|
11092
11080
|
|
|
11093
11081
|
.landing-footer-container {
|
|
11094
11082
|
max-width: 1200px;
|
|
@@ -16171,7 +16159,11 @@ body {
|
|
|
16171
16159
|
padding: 0 40px; }
|
|
16172
16160
|
|
|
16173
16161
|
.new-df-grid {
|
|
16174
|
-
display:
|
|
16162
|
+
display: grid;
|
|
16163
|
+
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
|
|
16164
|
+
grid-gap: 48px;
|
|
16165
|
+
gap: 48px;
|
|
16166
|
+
padding-bottom: 40px; }
|
|
16175
16167
|
|
|
16176
16168
|
.new-df-column {
|
|
16177
16169
|
display: -webkit-box;
|
|
@@ -19081,3 +19073,26 @@ audio, canvas, embed, iframe, img, object, svg, video {
|
|
|
19081
19073
|
font-size: 15px !important; }
|
|
19082
19074
|
.card-caption, .card-text, p {
|
|
19083
19075
|
font-size: 14px !important; } }
|
|
19076
|
+
|
|
19077
|
+
.link-button-margin {
|
|
19078
|
+
margin-top: 10px; }
|
|
19079
|
+
|
|
19080
|
+
.tl-add-action-button {
|
|
19081
|
+
display: inline-block;
|
|
19082
|
+
padding: 8px 16px;
|
|
19083
|
+
background: linear-gradient(135deg, #2563eb, #1e40af);
|
|
19084
|
+
color: #fff !important;
|
|
19085
|
+
border-radius: 4px;
|
|
19086
|
+
cursor: pointer;
|
|
19087
|
+
font-size: 16px;
|
|
19088
|
+
font-weight: 600;
|
|
19089
|
+
text-decoration: none !important;
|
|
19090
|
+
margin-top: 16px;
|
|
19091
|
+
margin-bottom: 8px;
|
|
19092
|
+
border: none;
|
|
19093
|
+
-webkit-transition: background-color .2s ease,-webkit-transform .1s ease;
|
|
19094
|
+
transition: background-color .2s ease,-webkit-transform .1s ease;
|
|
19095
|
+
transition: background-color .2s ease,transform .1s ease;
|
|
19096
|
+
transition: background-color .2s ease,transform .1s ease,-webkit-transform .1s ease;
|
|
19097
|
+
-webkit-box-shadow: 0 2px 4px rgba(37, 99, 235, 0.2);
|
|
19098
|
+
box-shadow: 0 2px 4px rgba(37, 99, 235, 0.2); }
|