@pmidc/upyog-css 1.2.36-dev.1.25 → 1.2.36-dev.1.27
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 +293 -0
- package/dist/index.min.css +1 -1
- package/package.json +23 -22
- package/src/components/chb.scss +16 -0
- package/src/components/datatable.scss +6 -0
- package/src/components/selectdropdown.scss +10 -0
- package/src/modules/BPA/index.scss +16 -0
- package/src/modules/adv/index.scss +155 -5
- package/src/modules/rentAndLease/index.scss +50 -0
package/package.json
CHANGED
|
@@ -1,25 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pmidc/upyog-css",
|
|
3
|
-
"version": "1.2.36-dev.1.
|
|
3
|
+
"version": "1.2.36-dev.1.27",
|
|
4
4
|
"license": "MIT",
|
|
5
|
+
"author": "",
|
|
6
|
+
"type": "commonjs",
|
|
5
7
|
"main": "dist/index.css",
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
},
|
|
9
|
-
"cssConfig": {
|
|
10
|
-
"prefix": ""
|
|
8
|
+
"directories": {
|
|
9
|
+
"example": "example"
|
|
11
10
|
},
|
|
11
|
+
"files": [
|
|
12
|
+
"dist/index.min.css",
|
|
13
|
+
"dist/index.css",
|
|
14
|
+
"svg/**/*.svg",
|
|
15
|
+
"img/**/*.png",
|
|
16
|
+
"src/**/*.scss",
|
|
17
|
+
"src/**/*.css"
|
|
18
|
+
],
|
|
12
19
|
"scripts": {
|
|
13
20
|
"start": "gulp build",
|
|
14
21
|
"build:prod": "gulp build",
|
|
15
22
|
"prepublish": "yarn build:prod",
|
|
16
23
|
"deploy": "gulp && cp -R svg example && cp -R img example && gh-pages -d example"
|
|
17
24
|
},
|
|
18
|
-
"browserslist": [
|
|
19
|
-
"> 3%",
|
|
20
|
-
"last 2 versions"
|
|
21
|
-
],
|
|
22
|
-
"style": "./dist/index.css",
|
|
23
25
|
"dependencies": {
|
|
24
26
|
"normalize.css": "8.0.1",
|
|
25
27
|
"postcss-scss": "3.0.5",
|
|
@@ -46,17 +48,16 @@
|
|
|
46
48
|
"postcss-scss": "3.0.5",
|
|
47
49
|
"sass": "1.49.11"
|
|
48
50
|
},
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"dist/index.css",
|
|
52
|
-
"svg/**/*.svg",
|
|
53
|
-
"img/**/*.png",
|
|
54
|
-
"src/**/*.scss",
|
|
55
|
-
"src/**/*.css"
|
|
56
|
-
],
|
|
57
|
-
"directories": {
|
|
58
|
-
"example": "example"
|
|
51
|
+
"engines": {
|
|
52
|
+
"node": ">=10"
|
|
59
53
|
},
|
|
60
|
-
"
|
|
54
|
+
"cssConfig": {
|
|
55
|
+
"prefix": ""
|
|
56
|
+
},
|
|
57
|
+
"browserslist": [
|
|
58
|
+
"> 3%",
|
|
59
|
+
"last 2 versions"
|
|
60
|
+
],
|
|
61
|
+
"style": "./dist/index.css",
|
|
61
62
|
"description": ""
|
|
62
63
|
}
|
package/src/components/chb.scss
CHANGED
|
@@ -58,6 +58,22 @@
|
|
|
58
58
|
text-decoration: underline;
|
|
59
59
|
}
|
|
60
60
|
|
|
61
|
+
/* Keep Venue Code options below the select instead of covering the selected value. */
|
|
62
|
+
.chb-venue-code-dropdown {
|
|
63
|
+
position: relative;
|
|
64
|
+
overflow: visible;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.chb-venue-details-form,
|
|
68
|
+
.chb-venue-details-form .card,
|
|
69
|
+
.chb-venue-code-field {
|
|
70
|
+
overflow: visible;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.chb-venue-code-field {
|
|
74
|
+
position: relative;
|
|
75
|
+
}
|
|
76
|
+
|
|
61
77
|
.chb-community-hall-modal {
|
|
62
78
|
position: relative;
|
|
63
79
|
width: 90%;
|
|
@@ -137,6 +137,16 @@
|
|
|
137
137
|
}
|
|
138
138
|
}
|
|
139
139
|
}
|
|
140
|
+
|
|
141
|
+
/* Used when a dropdown must escape a scrollable or clipped form container. */
|
|
142
|
+
.dropdown-options-portal {
|
|
143
|
+
position: fixed !important;
|
|
144
|
+
max-height: 250px !important;
|
|
145
|
+
overflow: auto;
|
|
146
|
+
margin: 0 !important;
|
|
147
|
+
background-color: #fff;
|
|
148
|
+
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);
|
|
149
|
+
}
|
|
140
150
|
.fsm-registry-dropdown {
|
|
141
151
|
.select {
|
|
142
152
|
@apply flex;
|
|
@@ -489,9 +489,25 @@
|
|
|
489
489
|
}
|
|
490
490
|
|
|
491
491
|
.obps-components-noc-site-photographs-new--style-1 {
|
|
492
|
+
flex: 1 1 210px;
|
|
493
|
+
max-width: calc(25% - 15px);
|
|
494
|
+
min-width: 0;
|
|
492
495
|
padding: 20px 0px;
|
|
493
496
|
}
|
|
494
497
|
|
|
498
|
+
@media (max-width: 1100px) {
|
|
499
|
+
.obps-components-noc-site-photographs-new--style-1 {
|
|
500
|
+
max-width: calc(33.333% - 14px);
|
|
501
|
+
}
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
@media (max-width: 768px) {
|
|
505
|
+
.obps-components-noc-site-photographs-new--style-1 {
|
|
506
|
+
flex-basis: 100%;
|
|
507
|
+
max-width: 100%;
|
|
508
|
+
}
|
|
509
|
+
}
|
|
510
|
+
|
|
495
511
|
.obps-components-noc-site-photographs-new--style-2 {
|
|
496
512
|
display: flex;
|
|
497
513
|
justify-content: space-between;
|
|
@@ -642,7 +642,6 @@
|
|
|
642
642
|
justify-content: flex-end;
|
|
643
643
|
}
|
|
644
644
|
|
|
645
|
-
|
|
646
645
|
/* ADS inline style extraction */
|
|
647
646
|
.ads-components-adscancel-booking--style-1 {
|
|
648
647
|
width: 80%;
|
|
@@ -734,7 +733,6 @@
|
|
|
734
733
|
}
|
|
735
734
|
|
|
736
735
|
.ads-components-adscart-and-cancellation-policy-details--style-14 {
|
|
737
|
-
|
|
738
736
|
}
|
|
739
737
|
|
|
740
738
|
.ads-components-adscart-and-cancellation-policy-details--style-15 {
|
|
@@ -748,7 +746,6 @@
|
|
|
748
746
|
}
|
|
749
747
|
|
|
750
748
|
.ads-components-adscart-and-cancellation-policy-details--style-17 {
|
|
751
|
-
|
|
752
749
|
}
|
|
753
750
|
|
|
754
751
|
.ads-components-adscart-and-cancellation-policy-details--style-18 {
|
|
@@ -797,7 +794,7 @@
|
|
|
797
794
|
padding: 15px 20px;
|
|
798
795
|
font-size: 18px;
|
|
799
796
|
font-weight: bold;
|
|
800
|
-
box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
|
|
797
|
+
box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
|
|
801
798
|
z-index: 10;
|
|
802
799
|
}
|
|
803
800
|
|
|
@@ -923,6 +920,84 @@
|
|
|
923
920
|
justify-content: flex-end;
|
|
924
921
|
}
|
|
925
922
|
|
|
923
|
+
.ads-citizen-consent__modal-overlay {
|
|
924
|
+
position: fixed;
|
|
925
|
+
inset: 0;
|
|
926
|
+
z-index: 10000;
|
|
927
|
+
display: flex;
|
|
928
|
+
align-items: center;
|
|
929
|
+
justify-content: center;
|
|
930
|
+
padding: 24px;
|
|
931
|
+
background: rgba(15, 36, 53, 0.58);
|
|
932
|
+
}
|
|
933
|
+
|
|
934
|
+
.ads-citizen-consent__modal-content {
|
|
935
|
+
width: min(860px, 100%);
|
|
936
|
+
max-height: calc(100vh - 48px);
|
|
937
|
+
padding: 28px;
|
|
938
|
+
overflow-y: auto;
|
|
939
|
+
background: #fff;
|
|
940
|
+
border: 0;
|
|
941
|
+
border-radius: 8px;
|
|
942
|
+
box-shadow: 0 18px 48px rgba(15, 36, 53, 0.3);
|
|
943
|
+
outline: none;
|
|
944
|
+
}
|
|
945
|
+
|
|
946
|
+
.ads-consent-declaration {
|
|
947
|
+
color: #1f2933;
|
|
948
|
+
font-size: 14px;
|
|
949
|
+
line-height: 1.6;
|
|
950
|
+
}
|
|
951
|
+
|
|
952
|
+
.ads-consent-declaration__title {
|
|
953
|
+
margin: 0 0 20px;
|
|
954
|
+
color: #003c71;
|
|
955
|
+
font-size: 20px;
|
|
956
|
+
font-weight: 700;
|
|
957
|
+
line-height: 1.3;
|
|
958
|
+
text-align: center;
|
|
959
|
+
}
|
|
960
|
+
|
|
961
|
+
.ads-consent-declaration__intro {
|
|
962
|
+
margin-bottom: 16px;
|
|
963
|
+
padding: 12px 14px;
|
|
964
|
+
background: #f3f8fb;
|
|
965
|
+
border-left: 4px solid #003c71;
|
|
966
|
+
}
|
|
967
|
+
|
|
968
|
+
.ads-consent-declaration__paragraph {
|
|
969
|
+
margin: 0;
|
|
970
|
+
}
|
|
971
|
+
|
|
972
|
+
.ads-consent-declaration__item {
|
|
973
|
+
display: flex;
|
|
974
|
+
gap: 10px;
|
|
975
|
+
margin: 10px 0;
|
|
976
|
+
}
|
|
977
|
+
|
|
978
|
+
.ads-consent-declaration__item-number {
|
|
979
|
+
flex: 0 0 22px;
|
|
980
|
+
color: #003c71;
|
|
981
|
+
font-weight: 700;
|
|
982
|
+
}
|
|
983
|
+
|
|
984
|
+
@media (max-width: 780px) {
|
|
985
|
+
.ads-citizen-consent__modal-overlay {
|
|
986
|
+
align-items: flex-end;
|
|
987
|
+
padding: 12px;
|
|
988
|
+
}
|
|
989
|
+
|
|
990
|
+
.ads-citizen-consent__modal-content {
|
|
991
|
+
max-height: calc(100vh - 24px);
|
|
992
|
+
padding: 20px 16px;
|
|
993
|
+
border-radius: 8px 8px 0 0;
|
|
994
|
+
}
|
|
995
|
+
|
|
996
|
+
.ads-consent-declaration__title {
|
|
997
|
+
font-size: 17px;
|
|
998
|
+
}
|
|
999
|
+
}
|
|
1000
|
+
|
|
926
1001
|
.ads-components-existing-booking-details--style-1 {
|
|
927
1002
|
margin-left: 16px;
|
|
928
1003
|
margin-top: 16px;
|
|
@@ -1477,7 +1552,7 @@
|
|
|
1477
1552
|
.ads-page-components-adsearch--style-6 {
|
|
1478
1553
|
position: absolute;
|
|
1479
1554
|
right: 83px;
|
|
1480
|
-
background-color: #
|
|
1555
|
+
background-color: #ffffff;
|
|
1481
1556
|
color: #008000;
|
|
1482
1557
|
padding: 4px;
|
|
1483
1558
|
border-radius: 30px;
|
|
@@ -1655,3 +1730,78 @@
|
|
|
1655
1730
|
.ads-pages-employee-index--style-1 {
|
|
1656
1731
|
margin-left: 10px;
|
|
1657
1732
|
}
|
|
1733
|
+
/* ADS has no quick links below the inbox heading, so keep its service banner compact. */
|
|
1734
|
+
.employeeCard.filter.inboxLinks.ads-inbox-links {
|
|
1735
|
+
height: auto;
|
|
1736
|
+
max-height: none;
|
|
1737
|
+
min-height: 0;
|
|
1738
|
+
overflow: visible;
|
|
1739
|
+
padding: 12px 18px !important;
|
|
1740
|
+
}
|
|
1741
|
+
|
|
1742
|
+
.ads-inbox-links__container {
|
|
1743
|
+
display: flex;
|
|
1744
|
+
width: 100%;
|
|
1745
|
+
min-width: 0;
|
|
1746
|
+
align-items: center;
|
|
1747
|
+
}
|
|
1748
|
+
|
|
1749
|
+
.ads-inbox-links__header {
|
|
1750
|
+
display: flex;
|
|
1751
|
+
flex: 1 1 auto;
|
|
1752
|
+
width: 100%;
|
|
1753
|
+
max-width: 100%;
|
|
1754
|
+
min-width: 0;
|
|
1755
|
+
align-items: center;
|
|
1756
|
+
}
|
|
1757
|
+
|
|
1758
|
+
.ads-inbox-links__logo {
|
|
1759
|
+
display: inline-flex;
|
|
1760
|
+
flex: 0 0 56px;
|
|
1761
|
+
width: 56px;
|
|
1762
|
+
height: 56px;
|
|
1763
|
+
align-items: center;
|
|
1764
|
+
justify-content: center;
|
|
1765
|
+
}
|
|
1766
|
+
|
|
1767
|
+
.ads-inbox-links__logo svg {
|
|
1768
|
+
width: 32px;
|
|
1769
|
+
height: 32px;
|
|
1770
|
+
}
|
|
1771
|
+
|
|
1772
|
+
.ads-inbox-links__logo svg path {
|
|
1773
|
+
fill: #1359c8;
|
|
1774
|
+
}
|
|
1775
|
+
|
|
1776
|
+
.ads-inbox-links__title {
|
|
1777
|
+
display: block;
|
|
1778
|
+
flex: 1 1 auto;
|
|
1779
|
+
min-width: 0;
|
|
1780
|
+
padding-left: 16px;
|
|
1781
|
+
overflow-wrap: anywhere;
|
|
1782
|
+
font-size: 20px;
|
|
1783
|
+
font-weight: 700;
|
|
1784
|
+
line-height: 28px;
|
|
1785
|
+
white-space: normal;
|
|
1786
|
+
}
|
|
1787
|
+
|
|
1788
|
+
.ads-inbox-links__body {
|
|
1789
|
+
display: flex;
|
|
1790
|
+
flex-direction: column;
|
|
1791
|
+
}
|
|
1792
|
+
|
|
1793
|
+
.ads-inbox-links__body--empty {
|
|
1794
|
+
display: none;
|
|
1795
|
+
}
|
|
1796
|
+
|
|
1797
|
+
.ads-inbox-links__link {
|
|
1798
|
+
padding: 8px;
|
|
1799
|
+
color: #2947a3;
|
|
1800
|
+
}
|
|
1801
|
+
|
|
1802
|
+
@media (max-width: 768px) {
|
|
1803
|
+
.ads-inbox-links__title {
|
|
1804
|
+
font-size: 18px;
|
|
1805
|
+
line-height: 24px;
|
|
1806
|
+
}
|
|
1807
|
+
}
|
|
@@ -19,6 +19,56 @@
|
|
|
19
19
|
margin-top: -18px;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
+
.ral-last-paid-upto-label {
|
|
23
|
+
position: relative;
|
|
24
|
+
margin: 18px 0 10px;
|
|
25
|
+
padding: 12px 14px 12px 42px;
|
|
26
|
+
color: #163d63;
|
|
27
|
+
font-size: 13px;
|
|
28
|
+
font-weight: 600;
|
|
29
|
+
line-height: 1.45;
|
|
30
|
+
background: linear-gradient(90deg, #eaf4fb 0%, #f7fbfe 100%);
|
|
31
|
+
border: 1px solid #b7d8ed;
|
|
32
|
+
border-left: 4px solid #fa001d;
|
|
33
|
+
border-radius: 4px;
|
|
34
|
+
box-shadow: 0 2px 6px rgba(13, 110, 168, 0.08);
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.ral-last-paid-upto-hidden {
|
|
38
|
+
display: none;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.ral-arrear-details-hidden {
|
|
42
|
+
display: none;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.ral-last-paid-upto-label::before {
|
|
46
|
+
content: "i";
|
|
47
|
+
position: absolute;
|
|
48
|
+
top: 50%;
|
|
49
|
+
left: 13px;
|
|
50
|
+
display: flex;
|
|
51
|
+
width: 18px;
|
|
52
|
+
height: 18px;
|
|
53
|
+
align-items: center;
|
|
54
|
+
justify-content: center;
|
|
55
|
+
color: #fff;
|
|
56
|
+
font-family: Georgia, serif;
|
|
57
|
+
font-size: 13px;
|
|
58
|
+
font-weight: 700;
|
|
59
|
+
line-height: 1;
|
|
60
|
+
background: #0d6ea8;
|
|
61
|
+
border-radius: 50%;
|
|
62
|
+
transform: translateY(-50%);
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
@media (max-width: 780px) {
|
|
66
|
+
.ral-last-paid-upto-label {
|
|
67
|
+
margin-top: 14px;
|
|
68
|
+
padding: 10px 12px 10px 38px;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
|
|
22
72
|
/* Desktop view - margin-left 50% */
|
|
23
73
|
@media (min-width: 768px) {
|
|
24
74
|
.ral-error-label {
|