@tattvafoundation/upyog-css 1.0.15 → 1.0.16
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 +355 -148
- package/dist/index.min.css +1 -1
- package/img/back1.jpg +0 -0
- package/img/back2.jpg +0 -0
- package/img/banner.png +0 -0
- package/img/banner2.png +0 -0
- package/img/bmc_receipt.png +0 -0
- package/img/login-back.png +0 -0
- package/img/logo-bmc.png +0 -0
- package/img/scheme-banner.png +0 -0
- package/package.json +2 -2
- package/src/components/CardBasedOptions.scss +92 -65
- package/src/components/CitizenHomeCard.scss +57 -45
- package/src/components/bmc.scss +180 -108
- package/src/components/body.scss +17 -3
- package/src/components/deonar.scss +154 -0
- package/src/components/navbar.scss +51 -11
- package/src/index.scss +1 -1
- package/src/pages/citizen/HomePageWrapper.scss +31 -6
- package/src/pages/employee/inbox.scss +98 -35
- package/src/pages/employee/index.scss +211 -135
- package/src/pages/employee/login.scss +113 -56
- package/img/Free-Silai-Machine-Yojna-1-jpg.jpeg +0 -0
package/img/back1.jpg
ADDED
|
Binary file
|
package/img/back2.jpg
ADDED
|
Binary file
|
package/img/banner.png
ADDED
|
Binary file
|
package/img/banner2.png
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/img/logo-bmc.png
ADDED
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,111 +1,138 @@
|
|
|
1
|
-
.CardBasedOptions{
|
|
1
|
+
.CardBasedOptions {
|
|
2
2
|
box-shadow: #32325d14 0px 50px 100px -20px, rgb(0 0 0 / 18%) 0px 30px 60px -30px, #0a254038 0px -2px 6px 0px inset;
|
|
3
3
|
border-radius: 12px;
|
|
4
4
|
padding: 0px !important;
|
|
5
5
|
@apply bg-white mb-md px-sm py-md mx-sm rounded w-full;
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
6
|
+
|
|
7
|
+
.headContent {
|
|
8
|
+
@apply flex justify-between mb-lg;
|
|
9
|
+
|
|
10
|
+
h2 {
|
|
11
|
+
@apply text-heading-s font-bold text-text-primary;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
p {
|
|
15
|
+
@apply text-link text-primary-main font-medium cursor-pointer;
|
|
16
|
+
}
|
|
14
17
|
}
|
|
15
18
|
|
|
16
|
-
.mainContent{
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
19
|
+
.mainContent {
|
|
20
|
+
@apply flex justify-evenly;
|
|
21
|
+
|
|
22
|
+
.CardBasedOptionsMainChildOption {
|
|
23
|
+
width: 25%;
|
|
24
|
+
|
|
25
|
+
@apply text-center;
|
|
26
|
+
margin: auto;
|
|
27
|
+
|
|
28
|
+
.ChildOptionImageWrapper {
|
|
29
|
+
margin: auto !important;
|
|
30
|
+
background: #caaa3f36;
|
|
31
|
+
mix-blend-mode: normal;
|
|
32
|
+
padding-top: 11px;
|
|
33
|
+
@apply h-12 w-12 rounded-full cursor-pointer;
|
|
34
|
+
|
|
35
|
+
svg {
|
|
36
|
+
height: 25px;
|
|
37
|
+
width: 25px;
|
|
38
|
+
fill: #d1b03f;
|
|
23
39
|
margin: auto;
|
|
24
|
-
|
|
25
|
-
margin: auto !important;
|
|
26
|
-
background: rgba(244, 119, 56, 0.12);
|
|
27
|
-
mix-blend-mode: normal;
|
|
28
|
-
padding-top: 14px;
|
|
29
|
-
@apply h-12 w-12 rounded-full cursor-pointer;
|
|
30
|
-
svg{
|
|
31
|
-
height: 20px;
|
|
32
|
-
width: 20px;
|
|
33
|
-
fill: #a82227;
|
|
34
|
-
margin: auto;
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
.ChildOptionName{
|
|
38
|
-
font-size: 12px;
|
|
39
|
-
line-height: 14px;
|
|
40
|
-
}
|
|
40
|
+
}
|
|
41
41
|
}
|
|
42
|
+
|
|
43
|
+
.ChildOptionName {
|
|
44
|
+
font-size: 12px;
|
|
45
|
+
line-height: 14px;
|
|
46
|
+
margin-top: 8px;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
42
49
|
}
|
|
43
50
|
}
|
|
44
51
|
|
|
45
|
-
@screen dt{
|
|
46
|
-
.CardBasedOptions{
|
|
47
|
-
|
|
52
|
+
@screen dt {
|
|
53
|
+
.CardBasedOptions {
|
|
54
|
+
width: calc(50% - 16px);
|
|
48
55
|
padding: 0px !important;
|
|
49
56
|
height: 250px !important;
|
|
50
57
|
}
|
|
51
58
|
}
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
59
|
+
|
|
60
|
+
.citizen .ServicesSection .CardBasedOptions:nth-child(odd) {
|
|
61
|
+
.employeeCustomCard {
|
|
62
|
+
background-image: url("https://ukpfms-digit-repo.s3.ap-south-1.amazonaws.com/bmc-images/back1.jpg");
|
|
55
63
|
background-size: cover
|
|
56
64
|
}
|
|
65
|
+
|
|
66
|
+
h2 {
|
|
67
|
+
color: #858585 !important;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.inboxButton {
|
|
71
|
+
color: #858585 !important;
|
|
72
|
+
}
|
|
57
73
|
}
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
background-
|
|
74
|
+
|
|
75
|
+
.citizen .ServicesSection .CardBasedOptions:nth-child(even) {
|
|
76
|
+
.employeeCustomCard {
|
|
77
|
+
background-image: url("https://ukpfms-digit-repo.s3.ap-south-1.amazonaws.com/bmc-images/back2.jpg");
|
|
78
|
+
background-size: cover
|
|
62
79
|
}
|
|
80
|
+
|
|
63
81
|
}
|
|
82
|
+
|
|
64
83
|
.citizen .employeeCustomCard {
|
|
65
84
|
border-radius: 10px;
|
|
66
|
-
background-image: url(https://
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
85
|
+
background-image: url("https://ukpfms-digit-repo.s3.ap-south-1.amazonaws.com/bmc-images/back1.jpg");
|
|
86
|
+
background-size: cover;
|
|
87
|
+
|
|
88
|
+
.employeeCustomCard {
|
|
89
|
+
border-radius: 10px;
|
|
90
|
+
background-image: url("https://ukpfms-digit-repo.s3.ap-south-1.amazonaws.com/bmc-images/back1.jpg");
|
|
91
|
+
background-size: cover;
|
|
72
92
|
}
|
|
93
|
+
|
|
94
|
+
|
|
73
95
|
}
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
96
|
+
|
|
97
|
+
.employee-card-banner {
|
|
98
|
+
background-color: white;
|
|
99
|
+
width: 88%;
|
|
100
|
+
height: 60%;
|
|
101
|
+
bottom: 0px;
|
|
102
|
+
position: absolute;
|
|
103
|
+
margin-bottom: -10%;
|
|
104
|
+
left: 6%;
|
|
105
|
+
box-shadow: 1px 5px 6px 0px #e3e4e3;
|
|
106
|
+
border-radius: 10px;
|
|
84
107
|
}
|
|
85
|
-
|
|
108
|
+
|
|
109
|
+
.citizen .employee-card-banner {
|
|
86
110
|
margin-bottom: -5% !important;
|
|
87
111
|
height: 65% !important;
|
|
88
112
|
}
|
|
89
|
-
|
|
113
|
+
|
|
114
|
+
.text-employee-card {
|
|
90
115
|
font-size: 1.5rem;
|
|
91
116
|
font-weight: 700;
|
|
92
117
|
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
|
93
118
|
position: absolute;
|
|
94
|
-
top:10%;
|
|
119
|
+
top: 10%;
|
|
95
120
|
padding-left: 10%;
|
|
96
121
|
color: white !important;
|
|
97
122
|
|
|
98
123
|
}
|
|
99
|
-
|
|
124
|
+
|
|
125
|
+
.citizen .employee-card-banner .citizenAllServiceGrid {
|
|
100
126
|
display: flex-root !important;
|
|
101
127
|
height: 100% !important;
|
|
102
|
-
}
|
|
128
|
+
}
|
|
103
129
|
|
|
104
130
|
@media screen and (min-width: 300px) {
|
|
105
131
|
.CardBasedOptions {
|
|
106
132
|
height: 200px;
|
|
107
133
|
}
|
|
108
|
-
|
|
134
|
+
|
|
135
|
+
.employeeCustomCard {
|
|
109
136
|
font-size: 1rem;
|
|
110
137
|
}
|
|
111
138
|
}
|
|
@@ -1,58 +1,70 @@
|
|
|
1
|
-
.CitizenHomeCard{
|
|
1
|
+
.CitizenHomeCard {
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
@apply bg-white mx-md p-md mb-lg;
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
.header {
|
|
6
|
+
@apply flex font-bold text-heading-l text-text-primary justify-between pb-sm;
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
8
|
+
svg {
|
|
9
|
+
width: 33px;
|
|
10
|
+
height: 33px;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.links {
|
|
15
|
+
|
|
16
|
+
@apply text-heading-s text-primary-main;
|
|
17
|
+
color: rgb(210 176 58) !important;
|
|
13
18
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
@apply text-heading-s text-primary-main;
|
|
19
|
+
a {
|
|
17
20
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
21
|
+
|
|
22
|
+
display: inline-block;
|
|
23
|
+
margin-bottom: 10px;
|
|
24
|
+
padding: 5px 8px !important;
|
|
25
|
+
background: #fdf5e2;
|
|
26
|
+
border-radius: 50px;
|
|
27
|
+
line-height: 17px;
|
|
28
|
+
border: 1px solid #d2b03a;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
22
31
|
}
|
|
23
32
|
|
|
24
|
-
@screen dt{
|
|
33
|
+
@screen dt {
|
|
25
34
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
35
|
+
.citizenAllServiceGrid {
|
|
36
|
+
display: flex-root !important;
|
|
37
|
+
@apply grid grid-cols-2 gap-4;
|
|
29
38
|
}
|
|
30
|
-
|
|
39
|
+
|
|
40
|
+
.links {
|
|
31
41
|
display: grid;
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
42
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
43
|
+
grid-gap: 1px;
|
|
44
|
+
gap: 1px;
|
|
35
45
|
}
|
|
36
46
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
47
|
+
.CitizenHomeCard {
|
|
48
|
+
padding: 16px !important;
|
|
49
|
+
margin-right: 16px !important;
|
|
50
|
+
display: block !important;
|
|
51
|
+
box-shadow: rgb(50 50 93 / 18%) 0px 50px 100px -20px, rgb(0 0 0 / 16%) 0px 30px 60px -30px, rgb(10 37 64 / 17%) 0px -2px 6px 0px inset;
|
|
52
|
+
@apply inline-block mr-lg p-lg align-top;
|
|
53
|
+
|
|
54
|
+
.header {
|
|
55
|
+
@apply pb-lg text-heading-l-dt;
|
|
56
|
+
|
|
57
|
+
svg {
|
|
58
|
+
@apply w-12 h-12;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.links {
|
|
63
|
+
|
|
64
|
+
a {
|
|
65
|
+
|
|
66
|
+
@apply pb-md
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
58
70
|
}
|