@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/package.json
CHANGED
|
@@ -1,63 +1,63 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@pmidc/upyog-css",
|
|
3
|
-
"version": "1.2.
|
|
4
|
-
"license": "MIT",
|
|
5
|
-
"main": "dist/index.css",
|
|
6
|
-
"engines": {
|
|
7
|
-
"node": ">=10"
|
|
8
|
-
},
|
|
9
|
-
"cssConfig": {
|
|
10
|
-
"prefix": ""
|
|
11
|
-
},
|
|
12
|
-
"scripts": {
|
|
13
|
-
"start": "gulp build",
|
|
14
|
-
"build:prod": "gulp build",
|
|
15
|
-
"prepublish": "yarn build:prod",
|
|
16
|
-
"deploy": "gulp && cp -R svg example && cp -R img example && gh-pages -d example"
|
|
17
|
-
},
|
|
18
|
-
"browserslist": [
|
|
19
|
-
"> 3%",
|
|
20
|
-
"last 2 versions"
|
|
21
|
-
],
|
|
22
|
-
"style": "./dist/index.css",
|
|
23
|
-
"dependencies": {
|
|
24
|
-
"node-sass": "4.14.1",
|
|
25
|
-
"normalize.css": "8.0.1",
|
|
26
|
-
"postcss-scss": "3.0.5",
|
|
27
|
-
"tailwindcss": "^1.9.6",
|
|
28
|
-
"yarn": "^1.22.22"
|
|
29
|
-
},
|
|
30
|
-
"devDependencies": {
|
|
31
|
-
"autoprefixer": "^10.4.4",
|
|
32
|
-
"cssnano": "4.1.11",
|
|
33
|
-
"gh-pages": "3.2.3",
|
|
34
|
-
"gulp": "4.0.2",
|
|
35
|
-
"gulp-clean": "^0.4.0",
|
|
36
|
-
"gulp-clean-css": "^4.3.0",
|
|
37
|
-
"gulp-livereload": "^4.0.2",
|
|
38
|
-
"gulp-postcss": "9.0.1",
|
|
39
|
-
"gulp-rename": "^2.0.0",
|
|
40
|
-
"gulp-sass": "^4.1.1",
|
|
41
|
-
"postcss": "8.4.12",
|
|
42
|
-
"postcss-cli": "8.3.1",
|
|
43
|
-
"postcss-header": "2.0.0",
|
|
44
|
-
"postcss-import": "^12.0.1",
|
|
45
|
-
"postcss-prefixer": "2.1.3",
|
|
46
|
-
"postcss-preset-env": "^6.7.1",
|
|
47
|
-
"postcss-scss": "3.0.5",
|
|
48
|
-
"sass": "1.49.11"
|
|
49
|
-
},
|
|
50
|
-
"files": [
|
|
51
|
-
"dist/index.min.css",
|
|
52
|
-
"dist/index.css",
|
|
53
|
-
"svg/**/*.svg",
|
|
54
|
-
"img/**/*.png",
|
|
55
|
-
"src/**/*.scss",
|
|
56
|
-
"src/**/*.css"
|
|
57
|
-
],
|
|
58
|
-
"directories": {
|
|
59
|
-
"example": "example"
|
|
60
|
-
},
|
|
61
|
-
"author": "",
|
|
62
|
-
"description": ""
|
|
63
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@pmidc/upyog-css",
|
|
3
|
+
"version": "1.2.13",
|
|
4
|
+
"license": "MIT",
|
|
5
|
+
"main": "dist/index.css",
|
|
6
|
+
"engines": {
|
|
7
|
+
"node": ">=10"
|
|
8
|
+
},
|
|
9
|
+
"cssConfig": {
|
|
10
|
+
"prefix": ""
|
|
11
|
+
},
|
|
12
|
+
"scripts": {
|
|
13
|
+
"start": "gulp build",
|
|
14
|
+
"build:prod": "gulp build",
|
|
15
|
+
"prepublish": "yarn build:prod",
|
|
16
|
+
"deploy": "gulp && cp -R svg example && cp -R img example && gh-pages -d example"
|
|
17
|
+
},
|
|
18
|
+
"browserslist": [
|
|
19
|
+
"> 3%",
|
|
20
|
+
"last 2 versions"
|
|
21
|
+
],
|
|
22
|
+
"style": "./dist/index.css",
|
|
23
|
+
"dependencies": {
|
|
24
|
+
"node-sass": "4.14.1",
|
|
25
|
+
"normalize.css": "8.0.1",
|
|
26
|
+
"postcss-scss": "3.0.5",
|
|
27
|
+
"tailwindcss": "^1.9.6",
|
|
28
|
+
"yarn": "^1.22.22"
|
|
29
|
+
},
|
|
30
|
+
"devDependencies": {
|
|
31
|
+
"autoprefixer": "^10.4.4",
|
|
32
|
+
"cssnano": "4.1.11",
|
|
33
|
+
"gh-pages": "3.2.3",
|
|
34
|
+
"gulp": "4.0.2",
|
|
35
|
+
"gulp-clean": "^0.4.0",
|
|
36
|
+
"gulp-clean-css": "^4.3.0",
|
|
37
|
+
"gulp-livereload": "^4.0.2",
|
|
38
|
+
"gulp-postcss": "9.0.1",
|
|
39
|
+
"gulp-rename": "^2.0.0",
|
|
40
|
+
"gulp-sass": "^4.1.1",
|
|
41
|
+
"postcss": "8.4.12",
|
|
42
|
+
"postcss-cli": "8.3.1",
|
|
43
|
+
"postcss-header": "2.0.0",
|
|
44
|
+
"postcss-import": "^12.0.1",
|
|
45
|
+
"postcss-prefixer": "2.1.3",
|
|
46
|
+
"postcss-preset-env": "^6.7.1",
|
|
47
|
+
"postcss-scss": "3.0.5",
|
|
48
|
+
"sass": "1.49.11"
|
|
49
|
+
},
|
|
50
|
+
"files": [
|
|
51
|
+
"dist/index.min.css",
|
|
52
|
+
"dist/index.css",
|
|
53
|
+
"svg/**/*.svg",
|
|
54
|
+
"img/**/*.png",
|
|
55
|
+
"src/**/*.scss",
|
|
56
|
+
"src/**/*.css"
|
|
57
|
+
],
|
|
58
|
+
"directories": {
|
|
59
|
+
"example": "example"
|
|
60
|
+
},
|
|
61
|
+
"author": "",
|
|
62
|
+
"description": ""
|
|
63
|
+
}
|
package/src/components/card.scss
CHANGED
|
@@ -645,9 +645,7 @@ button.card-link.submit-bar {
|
|
|
645
645
|
/* Error label - positioned below the input field (aligned with field, not label) */
|
|
646
646
|
/* Target error labels both inside and after label-field-pair */
|
|
647
647
|
.employee .employeeCard .label-field-pair .card-label-error,
|
|
648
|
-
.employee .employeeCard .label-field-pair + .card-label-error
|
|
649
|
-
.citizen .employeeCard .label-field-pair .card-label-error,
|
|
650
|
-
.citizen .employeeCard .label-field-pair + .card-label-error {
|
|
648
|
+
.employee .employeeCard .label-field-pair + .card-label-error {
|
|
651
649
|
width: 50% !important;
|
|
652
650
|
margin-left: 50% !important;
|
|
653
651
|
margin-top: -10px !important;
|
|
@@ -14,20 +14,13 @@
|
|
|
14
14
|
padding:0 40px;
|
|
15
15
|
box-sizing:border-box;
|
|
16
16
|
}
|
|
17
|
-
/* do not touch until this is approved from vinit and palam sir */
|
|
18
17
|
|
|
19
|
-
/*
|
|
20
18
|
.new-df-grid{
|
|
21
19
|
display:grid;
|
|
22
20
|
grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));
|
|
23
21
|
gap:48px;
|
|
24
22
|
padding-bottom:40px;
|
|
25
23
|
}
|
|
26
|
-
*/
|
|
27
|
-
|
|
28
|
-
.new-df-grid{
|
|
29
|
-
display: none;
|
|
30
|
-
}
|
|
31
24
|
|
|
32
25
|
.new-df-column{
|
|
33
26
|
display:flex;
|
|
@@ -95,30 +95,9 @@
|
|
|
95
95
|
}
|
|
96
96
|
}
|
|
97
97
|
|
|
98
|
-
#jk-dropdown-unique{
|
|
99
|
-
right: 0px;
|
|
100
|
-
left: -56px;
|
|
101
|
-
width: 100% !important;
|
|
102
|
-
min-width: 150px;
|
|
103
|
-
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);
|
|
104
|
-
max-height: 250px !important;
|
|
105
|
-
overflow: auto;
|
|
106
|
-
z-index: 1000 !important;
|
|
107
|
-
@apply absolute z-20 mt-xs bg-white;
|
|
108
|
-
|
|
109
|
-
p {
|
|
110
|
-
padding-top: 14px;
|
|
111
|
-
@apply w-full h-12 pl-sm text-text-primary text-form-field;
|
|
112
|
-
|
|
113
|
-
&:hover {
|
|
114
|
-
@apply bg-grey-mid;
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
|
|
119
98
|
.options-card {
|
|
120
99
|
right: 0px;
|
|
121
|
-
left:
|
|
100
|
+
left: -56px;
|
|
122
101
|
width: 100% !important;
|
|
123
102
|
min-width: 150px;
|
|
124
103
|
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);
|
package/src/index.scss
CHANGED
|
@@ -1387,4 +1387,22 @@ audio, canvas, embed, iframe, img, object, svg, video {
|
|
|
1387
1387
|
font-size: 14px !important;
|
|
1388
1388
|
}
|
|
1389
1389
|
}
|
|
1390
|
-
|
|
1390
|
+
.link-button-margin {
|
|
1391
|
+
margin-top: 10px;
|
|
1392
|
+
}
|
|
1393
|
+
.tl-add-action-button {
|
|
1394
|
+
display: inline-block;
|
|
1395
|
+
padding: 8px 16px;
|
|
1396
|
+
background: linear-gradient(135deg, #2563eb, #1e40af);
|
|
1397
|
+
color: #FFFFFF !important;
|
|
1398
|
+
border-radius: 4px;
|
|
1399
|
+
cursor: pointer;
|
|
1400
|
+
font-size: 16px;
|
|
1401
|
+
font-weight: 600;
|
|
1402
|
+
text-decoration: none !important;
|
|
1403
|
+
margin-top: 16px;
|
|
1404
|
+
margin-bottom: 8px;
|
|
1405
|
+
border: none;
|
|
1406
|
+
transition: background-color 0.2s ease, transform 0.1s ease;
|
|
1407
|
+
box-shadow: 0 2px 4px rgba(37, 99, 235, 0.2);
|
|
1408
|
+
}
|
|
@@ -505,7 +505,7 @@
|
|
|
505
505
|
width: 48%;
|
|
506
506
|
}
|
|
507
507
|
}
|
|
508
|
-
|
|
508
|
+
.top-section-parent {
|
|
509
509
|
position: relative;
|
|
510
510
|
width: 100%;
|
|
511
511
|
background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 50%, #0ea5e9 100%);
|
|
@@ -515,10 +515,6 @@
|
|
|
515
515
|
@media (max-width: 768px) {
|
|
516
516
|
padding: 30px 15px 50px;
|
|
517
517
|
}
|
|
518
|
-
} */
|
|
519
|
-
|
|
520
|
-
.top-section-parent {
|
|
521
|
-
display: none;
|
|
522
518
|
}
|
|
523
519
|
|
|
524
520
|
.top-section-wrapper {
|
|
@@ -1145,13 +1141,9 @@
|
|
|
1145
1141
|
About Section
|
|
1146
1142
|
======================================== */
|
|
1147
1143
|
|
|
1148
|
-
|
|
1144
|
+
.landing-about-section {
|
|
1149
1145
|
padding: 80px 20px;
|
|
1150
1146
|
background: #ffffff;
|
|
1151
|
-
} */
|
|
1152
|
-
|
|
1153
|
-
.landing-about-section{
|
|
1154
|
-
display: none;
|
|
1155
1147
|
}
|
|
1156
1148
|
|
|
1157
1149
|
.landing-about-container {
|
|
@@ -1294,21 +1286,15 @@
|
|
|
1294
1286
|
color: #ffffff;
|
|
1295
1287
|
}
|
|
1296
1288
|
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
/* .landing-footer-partners {
|
|
1289
|
+
.landing-footer-partners {
|
|
1300
1290
|
background: #f8fafc;
|
|
1301
1291
|
padding: 40px 20px;
|
|
1302
|
-
}
|
|
1292
|
+
}
|
|
1303
1293
|
|
|
1304
|
-
|
|
1294
|
+
.landing-footer-partners-container {
|
|
1305
1295
|
max-width: 1200px;
|
|
1306
1296
|
margin: 0 auto;
|
|
1307
1297
|
text-align: center;
|
|
1308
|
-
} */
|
|
1309
|
-
|
|
1310
|
-
.landing-footer-partners-container{
|
|
1311
|
-
display: none;
|
|
1312
1298
|
}
|
|
1313
1299
|
|
|
1314
1300
|
.landing-footer-partners-title {
|
|
@@ -1355,14 +1341,8 @@
|
|
|
1355
1341
|
}
|
|
1356
1342
|
}
|
|
1357
1343
|
|
|
1358
|
-
/* Please do not remove until binit sir and palam sir approves */
|
|
1359
|
-
|
|
1360
|
-
/*.landing-footer-main {
|
|
1361
|
-
padding: 60px 20px;
|
|
1362
|
-
} */
|
|
1363
|
-
|
|
1364
1344
|
.landing-footer-main {
|
|
1365
|
-
|
|
1345
|
+
padding: 60px 20px;
|
|
1366
1346
|
}
|
|
1367
1347
|
|
|
1368
1348
|
.landing-footer-container {
|