@pmidc/upyog-css 1.2.36-UAT.7 → 1.2.36-dev.1.10
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 +72 -11
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/actionbar.scss +1 -1
- package/src/components/card.scss +4 -1
- package/src/components/uploadcomponents.scss +1 -3
- package/src/index.scss +0 -3
- package/src/modules/BPA/index.scss +38 -6
- package/src/modules/TL/index.scss +17 -0
- package/src/pages/employee/index.scss +7 -7
package/dist/index.css
CHANGED
|
@@ -1644,6 +1644,9 @@ body {
|
|
|
1644
1644
|
font-weight: 700;
|
|
1645
1645
|
letter-spacing: .5px;
|
|
1646
1646
|
width: 100%; }
|
|
1647
|
+
.card .card-label span {
|
|
1648
|
+
color: #dc2626;
|
|
1649
|
+
font-weight: "bold"; }
|
|
1647
1650
|
.card .card-label-error {
|
|
1648
1651
|
display: block;
|
|
1649
1652
|
font-size: 12px;
|
|
@@ -3892,7 +3895,7 @@ body {
|
|
|
3892
3895
|
text-align: left;
|
|
3893
3896
|
margin-bottom: 4px;
|
|
3894
3897
|
z-index: 30;
|
|
3895
|
-
width:
|
|
3898
|
+
width: 257px;
|
|
3896
3899
|
right: 24px; }
|
|
3897
3900
|
.action-bar-wrap .menu-wrap div {
|
|
3898
3901
|
height: 3rem;
|
|
@@ -4474,8 +4477,7 @@ body {
|
|
|
4474
4477
|
.upload-file input, .upload-file .checkbox-wrap .input-emp, .checkbox-wrap .upload-file .input-emp {
|
|
4475
4478
|
position: absolute;
|
|
4476
4479
|
opacity: 0;
|
|
4477
|
-
height:
|
|
4478
|
-
width: 175px;
|
|
4480
|
+
height: 100%;
|
|
4479
4481
|
top: 20%;
|
|
4480
4482
|
left: 3%; }
|
|
4481
4483
|
|
|
@@ -19588,11 +19590,8 @@ body {
|
|
|
19588
19590
|
min-height: 50px; }
|
|
19589
19591
|
|
|
19590
19592
|
.upload-file-button {
|
|
19591
|
-
height:
|
|
19592
|
-
|
|
19593
|
-
max-height: 40px;
|
|
19594
|
-
width: 43%;
|
|
19595
|
-
padding: 0; }
|
|
19593
|
+
height: 40px;
|
|
19594
|
+
width: 175px; }
|
|
19596
19595
|
|
|
19597
19596
|
.upload-hidden {
|
|
19598
19597
|
display: none; }
|
|
@@ -19621,6 +19620,46 @@ body {
|
|
|
19621
19620
|
.error-text {
|
|
19622
19621
|
color: red; }
|
|
19623
19622
|
|
|
19623
|
+
.advisory-text {
|
|
19624
|
+
font-size: 13px;
|
|
19625
|
+
color: red;
|
|
19626
|
+
margin: 0; }
|
|
19627
|
+
|
|
19628
|
+
.upload-file-new {
|
|
19629
|
+
min-height: 56px;
|
|
19630
|
+
position: relative;
|
|
19631
|
+
border-width: 1px;
|
|
19632
|
+
--border-opacity:1;
|
|
19633
|
+
border-color: #464646;
|
|
19634
|
+
border-color: rgba(70, 70, 70, var(--border-opacity));
|
|
19635
|
+
width: 100%;
|
|
19636
|
+
border-radius: 10px; }
|
|
19637
|
+
.upload-file-new div {
|
|
19638
|
+
display: -webkit-box;
|
|
19639
|
+
display: -ms-flexbox;
|
|
19640
|
+
display: flex;
|
|
19641
|
+
-webkit-box-orient: horizontal;
|
|
19642
|
+
-webkit-box-direction: normal;
|
|
19643
|
+
-ms-flex-direction: row;
|
|
19644
|
+
flex-direction: row;
|
|
19645
|
+
height: 100%;
|
|
19646
|
+
-webkit-box-align: center;
|
|
19647
|
+
-ms-flex-align: center;
|
|
19648
|
+
align-items: center;
|
|
19649
|
+
padding-left: 16px;
|
|
19650
|
+
margin-top: 8px;
|
|
19651
|
+
margin-bottom: 8px;
|
|
19652
|
+
-ms-flex-wrap: wrap;
|
|
19653
|
+
flex-wrap: wrap;
|
|
19654
|
+
border-radius: 10px; }
|
|
19655
|
+
.upload-file-new div .file-upload-status {
|
|
19656
|
+
font-size: 16px;
|
|
19657
|
+
line-height: 24px;
|
|
19658
|
+
margin-left: 8px; }
|
|
19659
|
+
|
|
19660
|
+
.inbox-name {
|
|
19661
|
+
padding-left: 30px; }
|
|
19662
|
+
|
|
19624
19663
|
.back-button-container {
|
|
19625
19664
|
cursor: pointer;
|
|
19626
19665
|
width: -webkit-fit-content;
|
|
@@ -19706,6 +19745,13 @@ body {
|
|
|
19706
19745
|
.upload-tag-container {
|
|
19707
19746
|
width: 80%; } }
|
|
19708
19747
|
|
|
19748
|
+
.inbox-name {
|
|
19749
|
+
font-size: 32px;
|
|
19750
|
+
font-family: Noto Sans,sans-serif;
|
|
19751
|
+
color: #000;
|
|
19752
|
+
display: inline;
|
|
19753
|
+
padding-left: 180px; }
|
|
19754
|
+
|
|
19709
19755
|
.bpa-site-photograph-container {
|
|
19710
19756
|
padding: 50px 0;
|
|
19711
19757
|
display: -webkit-box;
|
|
@@ -20461,6 +20507,21 @@ body {
|
|
|
20461
20507
|
color: #333 !important;
|
|
20462
20508
|
margin-bottom: 8px !important; }
|
|
20463
20509
|
|
|
20510
|
+
.TL-new-application-btn {
|
|
20511
|
+
background: linear-gradient(135deg, #2563eb, #1e40af) !important;
|
|
20512
|
+
color: #fff !important;
|
|
20513
|
+
border: none !important;
|
|
20514
|
+
border-radius: 4px !important;
|
|
20515
|
+
padding: 10px 20px !important;
|
|
20516
|
+
font-size: 16px !important;
|
|
20517
|
+
font-weight: 500 !important;
|
|
20518
|
+
cursor: pointer !important; }
|
|
20519
|
+
|
|
20520
|
+
.TL-plus-icon {
|
|
20521
|
+
font-size: 24px !important;
|
|
20522
|
+
font-weight: 700 !important;
|
|
20523
|
+
line-height: 1 !important; }
|
|
20524
|
+
|
|
20464
20525
|
.display-none {
|
|
20465
20526
|
display: none; }
|
|
20466
20527
|
|
|
@@ -22662,6 +22723,9 @@ input[type=date], .checkbox-wrap .input-emp[type=date] {
|
|
|
22662
22723
|
.surveyCardSection {
|
|
22663
22724
|
width: 100%; } }
|
|
22664
22725
|
|
|
22726
|
+
.hrms-text-transform {
|
|
22727
|
+
text-transform: none !important; }
|
|
22728
|
+
|
|
22665
22729
|
.noc-popupStyles {
|
|
22666
22730
|
width: unset;
|
|
22667
22731
|
min-width: 360px;
|
|
@@ -22673,6 +22737,3 @@ input[type=date], .checkbox-wrap .input-emp[type=date] {
|
|
|
22673
22737
|
@media (max-width: 768px) {
|
|
22674
22738
|
.engagementForm {
|
|
22675
22739
|
width: 100%; } }
|
|
22676
|
-
|
|
22677
|
-
.hrms-text-transform {
|
|
22678
|
-
text-transform: none !important; }
|