@pmidc/upyog-css 1.0.2 → 1.0.3
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 +139 -59
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/SearchForm.scss +1 -0
- package/src/components/actionbar.scss +3 -2
- package/src/components/card.scss +13 -7
- package/src/components/table.scss +1 -0
- package/src/components/textfields.scss +1 -0
- package/src/pages/employee/footer.scss +1 -16
- package/src/pages/employee/inbox.scss +2 -0
- package/src/pages/employee/surveys.scss +109 -0
package/dist/index.css
CHANGED
|
@@ -867,8 +867,8 @@ img, video {
|
|
|
867
867
|
|
|
868
868
|
.body-container, body {
|
|
869
869
|
--bg-opacity:1;
|
|
870
|
-
background-color: #
|
|
871
|
-
background-color: rgba(
|
|
870
|
+
background-color: #f5f7fa;
|
|
871
|
+
background-color: rgba(245, 247, 250, var(--bg-opacity)); }
|
|
872
872
|
|
|
873
873
|
.body-container {
|
|
874
874
|
height: 100%;
|
|
@@ -1296,8 +1296,8 @@ img, video {
|
|
|
1296
1296
|
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
|
1297
1297
|
margin: 8px;
|
|
1298
1298
|
padding: 16px 16px 24px;
|
|
1299
|
-
-webkit-box-shadow: 0
|
|
1300
|
-
box-shadow: 0
|
|
1299
|
+
-webkit-box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
|
|
1300
|
+
box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
|
|
1301
1301
|
border-radius: 4px;
|
|
1302
1302
|
max-width: 960px; }
|
|
1303
1303
|
.card .card-header, .card-emp .card-header {
|
|
@@ -1397,7 +1397,9 @@ img, video {
|
|
|
1397
1397
|
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
|
1398
1398
|
padding: 48px;
|
|
1399
1399
|
margin-bottom: 64px;
|
|
1400
|
-
|
|
1400
|
+
-webkit-box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
|
|
1401
|
+
box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
|
|
1402
|
+
border-radius: 8px; }
|
|
1401
1403
|
.employeeCard .card-header {
|
|
1402
1404
|
font-size: 32px;
|
|
1403
1405
|
line-height: 40px;
|
|
@@ -1517,9 +1519,6 @@ img, video {
|
|
|
1517
1519
|
font-weight: 500;
|
|
1518
1520
|
font-size: 19px;
|
|
1519
1521
|
line-height: 23px;
|
|
1520
|
-
--text-opacity:1;
|
|
1521
|
-
color: #fff;
|
|
1522
|
-
color: rgba(255, 255, 255, var(--text-opacity));
|
|
1523
1522
|
line-height: 2.5rem; }
|
|
1524
1523
|
|
|
1525
1524
|
.submit-bar, .submit-bar-disabled {
|
|
@@ -1528,11 +1527,18 @@ img, video {
|
|
|
1528
1527
|
background-color: #2947a3;
|
|
1529
1528
|
background-color: rgba(41, 71, 163, var(--bg-opacity));
|
|
1530
1529
|
text-align: center;
|
|
1531
|
-
width: 100%;
|
|
1532
1530
|
outline: 2px solid transparent;
|
|
1533
1531
|
outline-offset: 2px;
|
|
1532
|
+
--text-opacity:1;
|
|
1533
|
+
color: #fff;
|
|
1534
|
+
color: rgba(255, 255, 255, var(--text-opacity));
|
|
1535
|
+
width: 175px;
|
|
1536
|
+
border-radius: 8px;
|
|
1534
1537
|
outline: 2px solid transparent;
|
|
1535
|
-
outline-offset: 2px;
|
|
1538
|
+
outline-offset: 2px;
|
|
1539
|
+
--text-opacity:1;
|
|
1540
|
+
color: #fff;
|
|
1541
|
+
color: rgba(255, 255, 255, var(--text-opacity)); }
|
|
1536
1542
|
|
|
1537
1543
|
.submit-bar-disabled {
|
|
1538
1544
|
opacity: .5; }
|
|
@@ -1541,15 +1547,13 @@ img, video {
|
|
|
1541
1547
|
font-weight: 500;
|
|
1542
1548
|
font-size: 19px;
|
|
1543
1549
|
line-height: 23px;
|
|
1544
|
-
--text-opacity:1;
|
|
1545
|
-
color: #fff;
|
|
1546
|
-
color: rgba(255, 255, 255, var(--text-opacity));
|
|
1547
1550
|
line-height: 2.5rem;
|
|
1548
1551
|
line-height: 2rem !important; }
|
|
1549
1552
|
|
|
1550
1553
|
@media (min-width: 780px) {
|
|
1551
1554
|
.submit-bar, .submit-bar-disabled {
|
|
1552
|
-
width:
|
|
1555
|
+
width: 175px;
|
|
1556
|
+
border-radius: 8px;
|
|
1553
1557
|
height: 2rem !important; }
|
|
1554
1558
|
.card, .card-emp {
|
|
1555
1559
|
display: -webkit-box;
|
|
@@ -1738,7 +1742,7 @@ img, video {
|
|
|
1738
1742
|
width: 100% !important; }
|
|
1739
1743
|
|
|
1740
1744
|
.language-selector .submit-bar, .submit-bar-disabled {
|
|
1741
|
-
background-color:
|
|
1745
|
+
background-color: rgba(178, 196, 239, 0.8) !important; }
|
|
1742
1746
|
|
|
1743
1747
|
.owner-details {
|
|
1744
1748
|
display: -webkit-box;
|
|
@@ -2275,7 +2279,8 @@ img, video {
|
|
|
2275
2279
|
--border-opacity:1;
|
|
2276
2280
|
border: 1px solid #d4351c;
|
|
2277
2281
|
border-color: rgba(212, 53, 28, var(--border-opacity));
|
|
2278
|
-
line-height: 2.5rem;
|
|
2282
|
+
line-height: 2.5rem;
|
|
2283
|
+
border-radius: 8px; }
|
|
2279
2284
|
|
|
2280
2285
|
.card-textarea, .employee-card-input-error, .employee-card-textarea {
|
|
2281
2286
|
margin-bottom: 24px;
|
|
@@ -3036,13 +3041,14 @@ img, video {
|
|
|
3036
3041
|
box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.16);
|
|
3037
3042
|
max-width: 480px;
|
|
3038
3043
|
z-index: 100;
|
|
3044
|
+
height: 80px;
|
|
3039
3045
|
left: 0;
|
|
3040
3046
|
bottom: 0;
|
|
3041
3047
|
width: 100%;
|
|
3042
3048
|
--bg-opacity:1;
|
|
3043
3049
|
background-color: #fff;
|
|
3044
3050
|
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
|
3045
|
-
padding:
|
|
3051
|
+
padding: 24px 48px;
|
|
3046
3052
|
position: fixed;
|
|
3047
3053
|
text-align: right; }
|
|
3048
3054
|
.action-bar-wrap div {
|
|
@@ -3089,8 +3095,8 @@ img, video {
|
|
|
3089
3095
|
--bg-opacity:1;
|
|
3090
3096
|
background-color: #fff;
|
|
3091
3097
|
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
|
3092
|
-
padding-top:
|
|
3093
|
-
padding-bottom:
|
|
3098
|
+
padding-top: 24px;
|
|
3099
|
+
padding-bottom: 24px;
|
|
3094
3100
|
padding-right: 24px;
|
|
3095
3101
|
text-align: right; }
|
|
3096
3102
|
.action-bar-wrap div {
|
|
@@ -3185,7 +3191,8 @@ img, video {
|
|
|
3185
3191
|
--bg-opacity:1;
|
|
3186
3192
|
background-color: #fff;
|
|
3187
3193
|
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
|
3188
|
-
width: 100%;
|
|
3194
|
+
width: 100%;
|
|
3195
|
+
border-radius: 8px; }
|
|
3189
3196
|
.table thead th {
|
|
3190
3197
|
padding: 20px 18px;
|
|
3191
3198
|
font-weight: 700;
|
|
@@ -3662,8 +3669,8 @@ img, video {
|
|
|
3662
3669
|
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
|
3663
3670
|
margin: 8px;
|
|
3664
3671
|
padding: 8px 8px 24px;
|
|
3665
|
-
-webkit-box-shadow: 0
|
|
3666
|
-
box-shadow: 0
|
|
3672
|
+
-webkit-box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
|
|
3673
|
+
box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922); }
|
|
3667
3674
|
.details-card .card-label {
|
|
3668
3675
|
font-weight: 700;
|
|
3669
3676
|
font-size: 19px;
|
|
@@ -3982,8 +3989,8 @@ video::-webkit-media-controls-panel {
|
|
|
3982
3989
|
background-color: #fff;
|
|
3983
3990
|
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
|
3984
3991
|
padding: 16px 16px 24px;
|
|
3985
|
-
-webkit-box-shadow: 0
|
|
3986
|
-
box-shadow: 0
|
|
3992
|
+
-webkit-box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
|
|
3993
|
+
box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
|
|
3987
3994
|
max-width: 440px;
|
|
3988
3995
|
border-radius: 4px; }
|
|
3989
3996
|
.metricsTable .row {
|
|
@@ -4372,8 +4379,8 @@ video::-webkit-media-controls-panel {
|
|
|
4372
4379
|
width: -moz-max-content;
|
|
4373
4380
|
width: max-content;
|
|
4374
4381
|
position: absolute;
|
|
4375
|
-
-webkit-box-shadow: 0
|
|
4376
|
-
box-shadow: 0
|
|
4382
|
+
-webkit-box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
|
|
4383
|
+
box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
|
|
4377
4384
|
--bg-opacity:1;
|
|
4378
4385
|
background-color: #fff;
|
|
4379
4386
|
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
|
@@ -4424,8 +4431,8 @@ video::-webkit-media-controls-panel {
|
|
|
4424
4431
|
.multilink-optionWrap {
|
|
4425
4432
|
right: 20%;
|
|
4426
4433
|
top: 110px;
|
|
4427
|
-
-webkit-box-shadow: 0
|
|
4428
|
-
box-shadow: 0
|
|
4434
|
+
-webkit-box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
|
|
4435
|
+
box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
|
|
4429
4436
|
border-radius: .125rem; } }
|
|
4430
4437
|
|
|
4431
4438
|
.reports-download-btn {
|
|
@@ -4754,7 +4761,8 @@ video::-webkit-media-controls-panel {
|
|
|
4754
4761
|
margin-bottom: 24px;
|
|
4755
4762
|
padding-top: 24px;
|
|
4756
4763
|
padding-bottom: 24px;
|
|
4757
|
-
padding-left: 24px;
|
|
4764
|
+
padding-left: 24px;
|
|
4765
|
+
border-radius: 8px; }
|
|
4758
4766
|
.search-form-wrapper .form-field {
|
|
4759
4767
|
width: calc(25% - 16px);
|
|
4760
4768
|
display: inline-block;
|
|
@@ -6907,8 +6915,8 @@ video::-webkit-media-controls-panel {
|
|
|
6907
6915
|
display: flex;
|
|
6908
6916
|
height: 2.5rem;
|
|
6909
6917
|
--bg-opacity:1;
|
|
6910
|
-
background-color: #
|
|
6911
|
-
background-color: rgba(
|
|
6918
|
+
background-color: #f5f7fa;
|
|
6919
|
+
background-color: rgba(245, 247, 250, var(--bg-opacity));
|
|
6912
6920
|
padding-bottom: 16px;
|
|
6913
6921
|
padding-top: 8px;
|
|
6914
6922
|
-webkit-box-pack: center;
|
|
@@ -6926,8 +6934,8 @@ video::-webkit-media-controls-panel {
|
|
|
6926
6934
|
bottom: 0;
|
|
6927
6935
|
height: 2.5rem;
|
|
6928
6936
|
--bg-opacity:1;
|
|
6929
|
-
background-color: #
|
|
6930
|
-
background-color: rgba(
|
|
6937
|
+
background-color: #f5f7fa;
|
|
6938
|
+
background-color: rgba(245, 247, 250, var(--bg-opacity));
|
|
6931
6939
|
padding-bottom: 16px;
|
|
6932
6940
|
padding-top: 8px;
|
|
6933
6941
|
-webkit-box-pack: center;
|
|
@@ -7121,7 +7129,9 @@ video::-webkit-media-controls-panel {
|
|
|
7121
7129
|
background-color: #fff;
|
|
7122
7130
|
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
|
7123
7131
|
min-height: 100%;
|
|
7124
|
-
padding: 10px;
|
|
7132
|
+
padding: 10px;
|
|
7133
|
+
border-radius: 8px;
|
|
7134
|
+
margin-bottom: 24px; }
|
|
7125
7135
|
.filter-form .filter-card .heading {
|
|
7126
7136
|
-webkit-box-pack: unset;
|
|
7127
7137
|
-ms-flex-pack: unset;
|
|
@@ -8346,26 +8356,15 @@ body {
|
|
|
8346
8356
|
padding-right: 0;
|
|
8347
8357
|
padding-top: 20px; } }
|
|
8348
8358
|
|
|
8349
|
-
|
|
8359
|
+
.footer-bottom-first [dir=ltr] h2 {
|
|
8350
8360
|
text-align: left; }
|
|
8351
8361
|
|
|
8352
|
-
|
|
8362
|
+
.footer-bottom-first [dir=rtl] h2 {
|
|
8353
8363
|
text-align: right; }
|
|
8354
8364
|
|
|
8355
8365
|
.footer-bottom-first h2 {
|
|
8356
8366
|
margin-bottom: 10px; }
|
|
8357
8367
|
|
|
8358
|
-
.footer-bottom-first ul {
|
|
8359
|
-
list-style-type: disc;
|
|
8360
|
-
padding: 0 15px; }
|
|
8361
|
-
|
|
8362
|
-
.footer-bottom-first li {
|
|
8363
|
-
margin: 5px 0;
|
|
8364
|
-
padding-left: 10px; }
|
|
8365
|
-
|
|
8366
|
-
.footer-bottom-first a {
|
|
8367
|
-
text-decoration: none; }
|
|
8368
|
-
|
|
8369
8368
|
@media (max-width: 639px) {
|
|
8370
8369
|
.footer-bottom-first {
|
|
8371
8370
|
padding-left: 0;
|
|
@@ -8373,12 +8372,6 @@ body {
|
|
|
8373
8372
|
padding-right: 0;
|
|
8374
8373
|
padding-top: 20px; } }
|
|
8375
8374
|
|
|
8376
|
-
[dir=ltr] .footer-bottom-fourth, [dir=ltr] .footer-bottom-second, [dir=ltr] .footer-bottom-third {
|
|
8377
|
-
text-align: left; }
|
|
8378
|
-
|
|
8379
|
-
[dir=rtl] .footer-bottom-fourth, [dir=rtl] .footer-bottom-second, [dir=rtl] .footer-bottom-third {
|
|
8380
|
-
text-align: right; }
|
|
8381
|
-
|
|
8382
8375
|
.footer-bottom-fourth [dir=ltr] h1, .footer-bottom-second [dir=ltr] h1, .footer-bottom-third [dir=ltr] h1 {
|
|
8383
8376
|
text-align: left; }
|
|
8384
8377
|
|
|
@@ -8429,8 +8422,8 @@ body {
|
|
|
8429
8422
|
width: 100%;
|
|
8430
8423
|
height: 2.5rem;
|
|
8431
8424
|
--bg-opacity:1;
|
|
8432
|
-
background-color: #
|
|
8433
|
-
background-color: rgba(
|
|
8425
|
+
background-color: #f5f7fa;
|
|
8426
|
+
background-color: rgba(245, 247, 250, var(--bg-opacity));
|
|
8434
8427
|
padding-bottom: 16px;
|
|
8435
8428
|
padding-top: 8px;
|
|
8436
8429
|
-webkit-box-pack: center;
|
|
@@ -8730,8 +8723,8 @@ body {
|
|
|
8730
8723
|
margin-top: 16px;
|
|
8731
8724
|
margin-bottom: 16px;
|
|
8732
8725
|
padding: 16px 16px 24px;
|
|
8733
|
-
-webkit-box-shadow: 0
|
|
8734
|
-
box-shadow: 0
|
|
8726
|
+
-webkit-box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
|
|
8727
|
+
box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
|
|
8735
8728
|
position: relative;
|
|
8736
8729
|
border-radius: 4px; }
|
|
8737
8730
|
|
|
@@ -9052,8 +9045,8 @@ body {
|
|
|
9052
9045
|
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
|
9053
9046
|
margin: 8px;
|
|
9054
9047
|
padding: 16px 16px 24px;
|
|
9055
|
-
-webkit-box-shadow: 0
|
|
9056
|
-
box-shadow: 0
|
|
9048
|
+
-webkit-box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
|
|
9049
|
+
box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
|
|
9057
9050
|
border-radius: 4px; }
|
|
9058
9051
|
|
|
9059
9052
|
.mobileInbox_attachments {
|
|
@@ -9537,6 +9530,93 @@ body {
|
|
|
9537
9530
|
.survey-grid-container {
|
|
9538
9531
|
grid-template-columns: repeat(4, 1fr); } }
|
|
9539
9532
|
|
|
9533
|
+
.section-card {
|
|
9534
|
+
border: 1px solid #ccc;
|
|
9535
|
+
border-radius: 4px;
|
|
9536
|
+
padding: 20px;
|
|
9537
|
+
margin-bottom: 20px;
|
|
9538
|
+
background-color: #f9f9f9; }
|
|
9539
|
+
|
|
9540
|
+
.section-card h3 {
|
|
9541
|
+
margin-top: 0; }
|
|
9542
|
+
|
|
9543
|
+
.section-card input, .section-card .checkbox-wrap .input-emp, .checkbox-wrap .section-card .input-emp {
|
|
9544
|
+
display: block;
|
|
9545
|
+
width: 100%;
|
|
9546
|
+
padding: 10px;
|
|
9547
|
+
margin-bottom: 10px;
|
|
9548
|
+
border: 1px solid #ccc;
|
|
9549
|
+
border-radius: 4px; }
|
|
9550
|
+
|
|
9551
|
+
.section-card button {
|
|
9552
|
+
padding: 10px 20px;
|
|
9553
|
+
border: none;
|
|
9554
|
+
border-radius: 4px;
|
|
9555
|
+
background-color: #007bff;
|
|
9556
|
+
color: #fff;
|
|
9557
|
+
cursor: pointer; }
|
|
9558
|
+
|
|
9559
|
+
.section-card button:disabled {
|
|
9560
|
+
background-color: #ccc;
|
|
9561
|
+
cursor: not-allowed; }
|
|
9562
|
+
|
|
9563
|
+
.category-card {
|
|
9564
|
+
border: 1px solid #ccc;
|
|
9565
|
+
border-radius: 4px;
|
|
9566
|
+
padding: 20px;
|
|
9567
|
+
margin-bottom: 20px;
|
|
9568
|
+
background-color: #f0f8ff; }
|
|
9569
|
+
|
|
9570
|
+
.category-card h3 {
|
|
9571
|
+
margin-top: 0; }
|
|
9572
|
+
|
|
9573
|
+
.category-card input, .category-card .checkbox-wrap .input-emp, .checkbox-wrap .category-card .input-emp, .category-card select {
|
|
9574
|
+
display: block;
|
|
9575
|
+
width: 100%;
|
|
9576
|
+
padding: 10px;
|
|
9577
|
+
margin-bottom: 10px;
|
|
9578
|
+
border: 1px solid #ccc;
|
|
9579
|
+
border-radius: 4px; }
|
|
9580
|
+
|
|
9581
|
+
.category-card button {
|
|
9582
|
+
padding: 10px 20px;
|
|
9583
|
+
border: none;
|
|
9584
|
+
border-radius: 4px;
|
|
9585
|
+
background-color: #007bff;
|
|
9586
|
+
color: #fff;
|
|
9587
|
+
cursor: pointer; }
|
|
9588
|
+
|
|
9589
|
+
.category-card button:disabled {
|
|
9590
|
+
background-color: #ccc;
|
|
9591
|
+
cursor: not-allowed; }
|
|
9592
|
+
|
|
9593
|
+
.category-card table {
|
|
9594
|
+
width: 100%;
|
|
9595
|
+
border-collapse: collapse;
|
|
9596
|
+
margin-top: 10px; }
|
|
9597
|
+
|
|
9598
|
+
.category-card table, .category-card td, .category-card th {
|
|
9599
|
+
border: 1px solid #ccc; }
|
|
9600
|
+
|
|
9601
|
+
.category-card thead {
|
|
9602
|
+
background-color: #6f98b8; }
|
|
9603
|
+
|
|
9604
|
+
.category-card td, .category-card th {
|
|
9605
|
+
padding: 10px;
|
|
9606
|
+
text-align: left; }
|
|
9607
|
+
|
|
9608
|
+
.category-card label {
|
|
9609
|
+
padding: 10px 20px;
|
|
9610
|
+
border: none;
|
|
9611
|
+
border-radius: 4px;
|
|
9612
|
+
background-color: #007bff;
|
|
9613
|
+
color: #fff;
|
|
9614
|
+
cursor: pointer; }
|
|
9615
|
+
|
|
9616
|
+
.category-card label:disabled {
|
|
9617
|
+
background-color: #ccc;
|
|
9618
|
+
cursor: not-allowed; }
|
|
9619
|
+
|
|
9540
9620
|
.frame-54925, .frame-54925 * {
|
|
9541
9621
|
-webkit-box-sizing: border-box;
|
|
9542
9622
|
box-sizing: border-box; }
|