@pmidc/upyog-css 1.2.36-dev.1.1 → 1.2.37
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 +34 -106
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/card.scss +3 -1
- package/src/index.scss +78 -166
- package/src/pages/citizen/InboxCard.scss +1 -1
- package/src/pages/employee/inbox.scss +2 -2
package/dist/index.css
CHANGED
|
@@ -16,7 +16,7 @@ h1 {
|
|
|
16
16
|
|
|
17
17
|
hr {
|
|
18
18
|
-webkit-box-sizing: content-box;
|
|
19
|
-
box-sizing:
|
|
19
|
+
box-sizing: content-box;
|
|
20
20
|
height: 0;
|
|
21
21
|
overflow: visible; }
|
|
22
22
|
|
|
@@ -25,7 +25,7 @@ pre {
|
|
|
25
25
|
font-size: 1em; }
|
|
26
26
|
|
|
27
27
|
a {
|
|
28
|
-
background-color:
|
|
28
|
+
background-color: transparent; }
|
|
29
29
|
|
|
30
30
|
abbr[title] {
|
|
31
31
|
border-bottom: none;
|
|
@@ -47,7 +47,7 @@ sub, sup {
|
|
|
47
47
|
font-size: 75%;
|
|
48
48
|
line-height: 0;
|
|
49
49
|
position: relative;
|
|
50
|
-
vertical-align:
|
|
50
|
+
vertical-align: baseline; }
|
|
51
51
|
|
|
52
52
|
sub {
|
|
53
53
|
bottom: -.25em; }
|
|
@@ -93,7 +93,7 @@ legend {
|
|
|
93
93
|
white-space: normal; }
|
|
94
94
|
|
|
95
95
|
progress {
|
|
96
|
-
vertical-align:
|
|
96
|
+
vertical-align: baseline; }
|
|
97
97
|
|
|
98
98
|
textarea {
|
|
99
99
|
overflow: auto; }
|
|
@@ -126,7 +126,7 @@ blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
|
|
|
126
126
|
margin: 0; }
|
|
127
127
|
|
|
128
128
|
button {
|
|
129
|
-
background-color:
|
|
129
|
+
background-color: transparent;
|
|
130
130
|
background-image: none; }
|
|
131
131
|
|
|
132
132
|
button:focus {
|
|
@@ -850,7 +850,7 @@ code, kbd, pre, samp {
|
|
|
850
850
|
|
|
851
851
|
.ldio-pjg92h09b2o div {
|
|
852
852
|
-webkit-box-sizing: content-box;
|
|
853
|
-
box-sizing:
|
|
853
|
+
box-sizing: content-box; }
|
|
854
854
|
|
|
855
855
|
body {
|
|
856
856
|
--bg-opacity:1;
|
|
@@ -1090,7 +1090,7 @@ body {
|
|
|
1090
1090
|
|
|
1091
1091
|
.custom-card-table {
|
|
1092
1092
|
width: 100%;
|
|
1093
|
-
border-collapse:
|
|
1093
|
+
border-collapse: separate;
|
|
1094
1094
|
border-spacing: 24px 20px; }
|
|
1095
1095
|
|
|
1096
1096
|
.custom-card-td {
|
|
@@ -1642,6 +1642,7 @@ body {
|
|
|
1642
1642
|
margin-bottom: 8px;
|
|
1643
1643
|
margin-top: 8px;
|
|
1644
1644
|
font-weight: 700;
|
|
1645
|
+
text-transform: uppercase;
|
|
1645
1646
|
letter-spacing: .5px;
|
|
1646
1647
|
width: 100%; }
|
|
1647
1648
|
.card .card-label-error {
|
|
@@ -1737,6 +1738,7 @@ body {
|
|
|
1737
1738
|
color: #0f172a;
|
|
1738
1739
|
margin-bottom: 8px;
|
|
1739
1740
|
font-weight: 700;
|
|
1741
|
+
text-transform: uppercase;
|
|
1740
1742
|
letter-spacing: .5px; }
|
|
1741
1743
|
.employeeCard .card-label-error {
|
|
1742
1744
|
display: block;
|
|
@@ -2575,7 +2577,7 @@ body {
|
|
|
2575
2577
|
height: 50px; }
|
|
2576
2578
|
.employee-select-wrap .select input[type=text], .employee-select-wrap .select .checkbox-wrap .input-emp[type=text], .checkbox-wrap .employee-select-wrap .select .input-emp[type=text] {
|
|
2577
2579
|
width: calc(100% - 32px);
|
|
2578
|
-
background-color:
|
|
2580
|
+
background-color: transparent;
|
|
2579
2581
|
position: absolute;
|
|
2580
2582
|
z-index: 10;
|
|
2581
2583
|
width: 100%;
|
|
@@ -2619,7 +2621,7 @@ body {
|
|
|
2619
2621
|
position: relative; }
|
|
2620
2622
|
.employee-select-wrap .select-active input[type=text], .employee-select-wrap .select-active .checkbox-wrap .input-emp[type=text], .checkbox-wrap .employee-select-wrap .select-active .input-emp[type=text] {
|
|
2621
2623
|
width: calc(100% - 32px);
|
|
2622
|
-
background-color:
|
|
2624
|
+
background-color: transparent;
|
|
2623
2625
|
position: absolute;
|
|
2624
2626
|
z-index: 10;
|
|
2625
2627
|
width: 100%;
|
|
@@ -2749,7 +2751,7 @@ body {
|
|
|
2749
2751
|
background-color: #fff; }
|
|
2750
2752
|
.select-wrap .select input[type=text], .select-wrap .select .checkbox-wrap .input-emp[type=text], .checkbox-wrap .select-wrap .select .input-emp[type=text] {
|
|
2751
2753
|
width: calc(100% - 32px);
|
|
2752
|
-
background-color:
|
|
2754
|
+
background-color: transparent;
|
|
2753
2755
|
position: absolute;
|
|
2754
2756
|
z-index: 10;
|
|
2755
2757
|
width: 100%;
|
|
@@ -2786,7 +2788,11 @@ body {
|
|
|
2786
2788
|
border-color: #2563eb;
|
|
2787
2789
|
-webkit-box-shadow: 0 6px 18px rgba(37, 99, 235, 0.06);
|
|
2788
2790
|
box-shadow: 0 6px 18px rgba(37, 99, 235, 0.06); }
|
|
2789
|
-
.select-wrap .select
|
|
2791
|
+
.select-wrap .select[focus-within] {
|
|
2792
|
+
border-color: #2563eb !important;
|
|
2793
|
+
-webkit-box-shadow: 0 8px 26px rgba(37, 99, 235, 0.12) !important;
|
|
2794
|
+
box-shadow: 0 8px 26px rgba(37, 99, 235, 0.12) !important; }
|
|
2795
|
+
.select-wrap .select:focus-within {
|
|
2790
2796
|
border-color: #2563eb !important;
|
|
2791
2797
|
-webkit-box-shadow: 0 8px 26px rgba(37, 99, 235, 0.12) !important;
|
|
2792
2798
|
box-shadow: 0 8px 26px rgba(37, 99, 235, 0.12) !important; }
|
|
@@ -2800,7 +2806,7 @@ body {
|
|
|
2800
2806
|
border-color: rgba(41, 71, 163, var(--border-opacity)); }
|
|
2801
2807
|
.select-wrap .select-active input[type=text], .select-wrap .select-active .checkbox-wrap .input-emp[type=text], .checkbox-wrap .select-wrap .select-active .input-emp[type=text] {
|
|
2802
2808
|
width: calc(100% - 32px);
|
|
2803
|
-
background-color:
|
|
2809
|
+
background-color: transparent;
|
|
2804
2810
|
position: absolute;
|
|
2805
2811
|
z-index: 10;
|
|
2806
2812
|
width: 100%;
|
|
@@ -2884,7 +2890,12 @@ body {
|
|
|
2884
2890
|
-webkit-box-shadow: 0 6px 18px rgba(37, 99, 235, 0.06);
|
|
2885
2891
|
box-shadow: 0 6px 18px rgba(37, 99, 235, 0.06); }
|
|
2886
2892
|
|
|
2887
|
-
.employee-select-wrap .select-active, .employee-select-wrap .select
|
|
2893
|
+
.employee-select-wrap .select-active, .employee-select-wrap .select[focus-within] {
|
|
2894
|
+
border-color: #2563eb !important;
|
|
2895
|
+
-webkit-box-shadow: 0 8px 26px rgba(37, 99, 235, 0.12) !important;
|
|
2896
|
+
box-shadow: 0 8px 26px rgba(37, 99, 235, 0.12) !important; }
|
|
2897
|
+
|
|
2898
|
+
.employee-select-wrap .select-active, .employee-select-wrap .select:focus-within {
|
|
2888
2899
|
border-color: #2563eb !important;
|
|
2889
2900
|
-webkit-box-shadow: 0 8px 26px rgba(37, 99, 235, 0.12) !important;
|
|
2890
2901
|
box-shadow: 0 8px 26px rgba(37, 99, 235, 0.12) !important; }
|
|
@@ -3980,7 +3991,7 @@ body {
|
|
|
3980
3991
|
display: block;
|
|
3981
3992
|
-webkit-box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
|
|
3982
3993
|
box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
|
|
3983
|
-
border-collapse:
|
|
3994
|
+
border-collapse: separate;
|
|
3984
3995
|
border-spacing: 0;
|
|
3985
3996
|
-webkit-transition: -webkit-box-shadow .3s ease;
|
|
3986
3997
|
transition: -webkit-box-shadow .3s ease;
|
|
@@ -5041,7 +5052,7 @@ video::-webkit-media-controls-panel {
|
|
|
5041
5052
|
height: 30px;
|
|
5042
5053
|
line-height: 30px;
|
|
5043
5054
|
border: transparent;
|
|
5044
|
-
background-color:
|
|
5055
|
+
background-color: transparent; }
|
|
5045
5056
|
|
|
5046
5057
|
.customBtn-selected {
|
|
5047
5058
|
--bg-opacity:1;
|
|
@@ -8235,7 +8246,7 @@ video::-webkit-media-controls-panel {
|
|
|
8235
8246
|
.citizen .sidebar .sidebar-link .employee-search-input, .employee .sidebar .sidebar-link .employee-search-input {
|
|
8236
8247
|
border: none;
|
|
8237
8248
|
outline: none;
|
|
8238
|
-
background-color:
|
|
8249
|
+
background-color: transparent;
|
|
8239
8250
|
margin-left: 13px; }
|
|
8240
8251
|
.citizen .sidebar .sidebar-link .custom-link .tooltip, .employee .sidebar .sidebar-link .custom-link .tooltip {
|
|
8241
8252
|
margin-left: 8px; }
|
|
@@ -9611,7 +9622,9 @@ video::-webkit-media-controls-panel {
|
|
|
9611
9622
|
|
|
9612
9623
|
@media (max-width: 768px) {
|
|
9613
9624
|
.employee-main-application-details .employeeCard {
|
|
9614
|
-
padding: 10px; }
|
|
9625
|
+
padding: 10px; }
|
|
9626
|
+
.cp {
|
|
9627
|
+
width: 60px !important; } }
|
|
9615
9628
|
|
|
9616
9629
|
.card-icon-container {
|
|
9617
9630
|
display: -webkit-box;
|
|
@@ -16300,7 +16313,7 @@ body {
|
|
|
16300
16313
|
.bpa-owner-search-icon-container {
|
|
16301
16314
|
position: absolute;
|
|
16302
16315
|
right: 12px;
|
|
16303
|
-
top:
|
|
16316
|
+
top: 36%;
|
|
16304
16317
|
-webkit-transform: translateY(-50%);
|
|
16305
16318
|
transform: translateY(-50%);
|
|
16306
16319
|
display: -webkit-box;
|
|
@@ -16564,7 +16577,7 @@ body {
|
|
|
16564
16577
|
outline: none; }
|
|
16565
16578
|
|
|
16566
16579
|
.employee-header-header-btn-login {
|
|
16567
|
-
background-color:
|
|
16580
|
+
background-color: transparent;
|
|
16568
16581
|
border: 2px solid #2947a3; }
|
|
16569
16582
|
|
|
16570
16583
|
.employee-header-header-btn-login:hover {
|
|
@@ -19448,7 +19461,7 @@ body {
|
|
|
19448
19461
|
|
|
19449
19462
|
.hrms-search-clear-btn {
|
|
19450
19463
|
width: 100%;
|
|
19451
|
-
background-color:
|
|
19464
|
+
background-color: transparent;
|
|
19452
19465
|
color: #2563eb;
|
|
19453
19466
|
border: 1px solid #2563eb;
|
|
19454
19467
|
border-radius: 8px;
|
|
@@ -19523,7 +19536,7 @@ body {
|
|
|
19523
19536
|
justify-content: center;
|
|
19524
19537
|
-webkit-transition: all .2s ease;
|
|
19525
19538
|
transition: all .2s ease;
|
|
19526
|
-
background-color:
|
|
19539
|
+
background-color: transparent; }
|
|
19527
19540
|
.hrms-delete-icon-button:hover {
|
|
19528
19541
|
-webkit-transform: scale(1.1);
|
|
19529
19542
|
transform: scale(1.1);
|
|
@@ -21519,81 +21532,6 @@ input[type=date], .checkbox-wrap .input-emp[type=date] {
|
|
|
21519
21532
|
font-size: 15px;
|
|
21520
21533
|
margin-right: 4px; }
|
|
21521
21534
|
|
|
21522
|
-
.custom-fix-fee-history-wrapper {
|
|
21523
|
-
margin-top: 16px; }
|
|
21524
|
-
|
|
21525
|
-
.custom-fix-fee-history-toggle {
|
|
21526
|
-
display: -webkit-box;
|
|
21527
|
-
display: -ms-flexbox;
|
|
21528
|
-
display: flex;
|
|
21529
|
-
-webkit-box-align: center;
|
|
21530
|
-
-ms-flex-align: center;
|
|
21531
|
-
align-items: center;
|
|
21532
|
-
cursor: pointer;
|
|
21533
|
-
padding: 12px 0;
|
|
21534
|
-
border-bottom: 1px solid #ddd; }
|
|
21535
|
-
|
|
21536
|
-
.custom-fix-fee-history-toggle-text {
|
|
21537
|
-
font-weight: 700;
|
|
21538
|
-
font-size: 16px;
|
|
21539
|
-
-webkit-box-flex: 1;
|
|
21540
|
-
-ms-flex: 1;
|
|
21541
|
-
flex: 1; }
|
|
21542
|
-
|
|
21543
|
-
.custom-fix-fee-history-toggle-icon {
|
|
21544
|
-
font-size: 18px;
|
|
21545
|
-
font-weight: 700; }
|
|
21546
|
-
|
|
21547
|
-
.custom-fix-fee-history-table-container {
|
|
21548
|
-
overflow-x: auto;
|
|
21549
|
-
margin-top: 16px; }
|
|
21550
|
-
|
|
21551
|
-
.custom-fix-fee-history-table {
|
|
21552
|
-
width: 100%;
|
|
21553
|
-
border-collapse: collapse;
|
|
21554
|
-
min-width: 600px; }
|
|
21555
|
-
|
|
21556
|
-
.custom-fix-fee-history-table-header {
|
|
21557
|
-
min-width: 140px; }
|
|
21558
|
-
|
|
21559
|
-
.custom-fix-fee-history-table-header, .custom-fix-fee-history-table-header-fee {
|
|
21560
|
-
padding: 8px;
|
|
21561
|
-
border: 1px solid #ddd;
|
|
21562
|
-
font-weight: 700;
|
|
21563
|
-
background-color: #1f3a9f;
|
|
21564
|
-
color: #fff; }
|
|
21565
|
-
|
|
21566
|
-
.custom-fix-fee-history-table-header-fee {
|
|
21567
|
-
min-width: 150px; }
|
|
21568
|
-
|
|
21569
|
-
.custom-fix-fee-history-table-cell-label {
|
|
21570
|
-
padding: 8px;
|
|
21571
|
-
border: 1px solid #ddd;
|
|
21572
|
-
font-weight: 700;
|
|
21573
|
-
background-color: #f9f9f9; }
|
|
21574
|
-
|
|
21575
|
-
.custom-fix-fee-history-table-cell-value {
|
|
21576
|
-
padding: 8px;
|
|
21577
|
-
border: 1px solid #ddd; }
|
|
21578
|
-
|
|
21579
|
-
.custom-fix-fee-history-table-cell-separator {
|
|
21580
|
-
font-weight: 700;
|
|
21581
|
-
background-color: #f9f9f9; }
|
|
21582
|
-
|
|
21583
|
-
.custom-fix-fee-history-table-cell-separator, .custom-fix-fee-history-table-cell-separator-value {
|
|
21584
|
-
padding: 8px;
|
|
21585
|
-
border: 1px solid #ddd;
|
|
21586
|
-
border-bottom: 3px solid #999; }
|
|
21587
|
-
|
|
21588
|
-
.custom-fix-fee-history-table-cell-separator-last {
|
|
21589
|
-
font-weight: 700;
|
|
21590
|
-
background-color: #f9f9f9; }
|
|
21591
|
-
|
|
21592
|
-
.custom-fix-fee-history-table-cell-separator-last, .custom-fix-fee-history-table-cell-separator-value-last {
|
|
21593
|
-
padding: 8px;
|
|
21594
|
-
border: 1px solid #ddd;
|
|
21595
|
-
border-bottom: none; }
|
|
21596
|
-
|
|
21597
21535
|
.checklist-document-table-wrapper {
|
|
21598
21536
|
overflow-x: auto;
|
|
21599
21537
|
-webkit-overflow-scrolling: touch;
|
|
@@ -21853,13 +21791,3 @@ input[type=date], .checkbox-wrap .input-emp[type=date] {
|
|
|
21853
21791
|
|
|
21854
21792
|
.margin-right-50 {
|
|
21855
21793
|
margin-right: 50px; }
|
|
21856
|
-
|
|
21857
|
-
.surveyCardSection {
|
|
21858
|
-
background: #fff;
|
|
21859
|
-
display: block;
|
|
21860
|
-
padding: 15px;
|
|
21861
|
-
justify-self: center;
|
|
21862
|
-
width: 50%; }
|
|
21863
|
-
@media (max-width: 768px) {
|
|
21864
|
-
.surveyCardSection {
|
|
21865
|
-
width: 100%; } }
|