@pmidc/upyog-css 1.0.5 → 1.0.6
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 +106 -45
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/CardBasedOptions.scss +4 -2
- package/src/components/CitizenHomeCard.scss +3 -2
- package/src/components/PageBasedInput.scss +0 -1
- package/src/components/TimeLine.scss +3 -3
- package/src/components/navbar.scss +8 -6
- package/src/components/staticDynamicMessages.scss +1 -1
- package/src/components/toast.scss +1 -1
- package/src/index.scss +1 -1
- package/src/pages/citizen/container.scss +1 -1
- package/src/pages/employee/dashboard.scss +35 -2
- package/src/pages/employee/inbox.scss +8 -1
- package/src/pages/employee/landing.scss +8 -7
- package/src/pages/employee/login.scss +3 -3
- package/src/pages/employee/surveys.scss +20 -3
package/dist/index.css
CHANGED
|
@@ -1189,7 +1189,7 @@ img, video {
|
|
|
1189
1189
|
outline: none;
|
|
1190
1190
|
font-size: 16px;
|
|
1191
1191
|
position: relative;
|
|
1192
|
-
|
|
1192
|
+
font-weight: 500;
|
|
1193
1193
|
line-height: 48px;
|
|
1194
1194
|
-webkit-transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
|
|
1195
1195
|
transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
|
|
@@ -1198,8 +1198,7 @@ img, video {
|
|
|
1198
1198
|
background: none; }
|
|
1199
1199
|
.drawer-desktop .menu-item .icon {
|
|
1200
1200
|
display: block;
|
|
1201
|
-
|
|
1202
|
-
fill: #757575;
|
|
1201
|
+
fill: #61646b;
|
|
1203
1202
|
height: 21px !important;
|
|
1204
1203
|
width: 21px !important;
|
|
1205
1204
|
float: left;
|
|
@@ -1219,12 +1218,13 @@ img, video {
|
|
|
1219
1218
|
padding-right: 16px;
|
|
1220
1219
|
padding-left: 16px; }
|
|
1221
1220
|
.drawer-desktop .sidebar-list.active {
|
|
1222
|
-
border-left:
|
|
1223
|
-
padding-left: 11px;
|
|
1221
|
+
border-left: 10px solid #0d43a7;
|
|
1222
|
+
padding-left: 11px;
|
|
1223
|
+
background-color: #f2faff; }
|
|
1224
1224
|
.drawer-desktop .sidebar-list.active .menu-label {
|
|
1225
|
-
color: #
|
|
1225
|
+
color: #0d43a7; }
|
|
1226
1226
|
.drawer-desktop .sidebar-list.active .icon {
|
|
1227
|
-
fill: #
|
|
1227
|
+
fill: #0d43a7; }
|
|
1228
1228
|
.drawer-desktop .sidebar-list .submenu-container {
|
|
1229
1229
|
cursor: pointer;
|
|
1230
1230
|
display: -webkit-box;
|
|
@@ -3483,7 +3483,7 @@ img, video {
|
|
|
3483
3483
|
.toast-success {
|
|
3484
3484
|
max-width: 480px;
|
|
3485
3485
|
width: calc(100% - 20px);
|
|
3486
|
-
bottom:
|
|
3486
|
+
bottom: 100px;
|
|
3487
3487
|
left: 0;
|
|
3488
3488
|
margin: 0 10px;
|
|
3489
3489
|
grid-gap: 16px;
|
|
@@ -4636,7 +4636,10 @@ video::-webkit-media-controls-panel {
|
|
|
4636
4636
|
margin-left: 16px;
|
|
4637
4637
|
margin-right: 16px;
|
|
4638
4638
|
padding: 16px;
|
|
4639
|
-
margin-bottom: 24px;
|
|
4639
|
+
margin-bottom: 24px;
|
|
4640
|
+
-webkit-box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
|
|
4641
|
+
box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
|
|
4642
|
+
border-radius: 8px; }
|
|
4640
4643
|
.CitizenHomeCard .header {
|
|
4641
4644
|
display: -webkit-box;
|
|
4642
4645
|
display: -ms-flexbox;
|
|
@@ -4680,8 +4683,6 @@ video::-webkit-media-controls-panel {
|
|
|
4680
4683
|
padding: 16px !important;
|
|
4681
4684
|
margin-right: 16px !important;
|
|
4682
4685
|
display: block !important;
|
|
4683
|
-
-webkit-box-shadow: rgba(50, 50, 93, 0.18) 0 50px 100px -20px, rgba(0, 0, 0, 0.16) 0 30px 60px -30px, rgba(10, 37, 64, 0.17) 0 -2px 6px 0 inset;
|
|
4684
|
-
box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.18), 0 30px 60px -30px rgba(0, 0, 0, 0.16), inset 0 -2px 6px 0 rgba(10, 37, 64, 0.17);
|
|
4685
4686
|
display: inline-block;
|
|
4686
4687
|
margin-right: 24px;
|
|
4687
4688
|
padding: 24px;
|
|
@@ -4889,7 +4890,7 @@ video::-webkit-media-controls-panel {
|
|
|
4889
4890
|
text-align: center;
|
|
4890
4891
|
color: #fff; }
|
|
4891
4892
|
.timeline-container .timeline-content .secondary-color {
|
|
4892
|
-
color: #
|
|
4893
|
+
color: #2947a3;
|
|
4893
4894
|
padding: 5px;
|
|
4894
4895
|
font-size: small; }
|
|
4895
4896
|
.timeline-container .line {
|
|
@@ -4906,8 +4907,8 @@ video::-webkit-media-controls-panel {
|
|
|
4906
4907
|
border-radius: 50%;
|
|
4907
4908
|
text-align: center; }
|
|
4908
4909
|
.timeline-container .active {
|
|
4909
|
-
background-color: #
|
|
4910
|
-
border-color: #
|
|
4910
|
+
background-color: #1359c8;
|
|
4911
|
+
border-color: #1359c8; }
|
|
4911
4912
|
|
|
4912
4913
|
.TLComments {
|
|
4913
4914
|
max-width: 360px;
|
|
@@ -4957,8 +4958,7 @@ video::-webkit-media-controls-panel {
|
|
|
4957
4958
|
display: none; }
|
|
4958
4959
|
.PageBasedInputWrapper .SubmitBarInCardInDesktopView {
|
|
4959
4960
|
display: block;
|
|
4960
|
-
position: relative;
|
|
4961
|
-
background-color: rgba(255, 255, 255, 0); }
|
|
4961
|
+
position: relative; }
|
|
4962
4962
|
.PageBasedInputWrapper .card, .PageBasedInputWrapper .card-emp {
|
|
4963
4963
|
max-width: 960px; }
|
|
4964
4964
|
.PageBasedInputWrapper button {
|
|
@@ -5031,7 +5031,7 @@ video::-webkit-media-controls-panel {
|
|
|
5031
5031
|
margin: auto; }
|
|
5032
5032
|
.CardBasedOptions .mainContent .CardBasedOptionsMainChildOption .ChildOptionImageWrapper {
|
|
5033
5033
|
margin: auto !important;
|
|
5034
|
-
background:
|
|
5034
|
+
background: #f5fbff;
|
|
5035
5035
|
mix-blend-mode: normal;
|
|
5036
5036
|
padding-top: 14px;
|
|
5037
5037
|
height: 3rem;
|
|
@@ -5041,11 +5041,12 @@ video::-webkit-media-controls-panel {
|
|
|
5041
5041
|
.CardBasedOptions .mainContent .CardBasedOptionsMainChildOption .ChildOptionImageWrapper svg {
|
|
5042
5042
|
height: 20px;
|
|
5043
5043
|
width: 20px;
|
|
5044
|
-
fill: #
|
|
5044
|
+
fill: #1359c8;
|
|
5045
5045
|
margin: auto; }
|
|
5046
5046
|
.CardBasedOptions .mainContent .CardBasedOptionsMainChildOption .ChildOptionName {
|
|
5047
5047
|
font-size: 12px;
|
|
5048
|
-
line-height: 14px;
|
|
5048
|
+
line-height: 14px;
|
|
5049
|
+
color: #2947a3; }
|
|
5049
5050
|
|
|
5050
5051
|
@media (min-width: 780px) {
|
|
5051
5052
|
.CardBasedOptions {
|
|
@@ -5573,7 +5574,7 @@ video::-webkit-media-controls-panel {
|
|
|
5573
5574
|
margin-right: 20px; }
|
|
5574
5575
|
|
|
5575
5576
|
.staticDataCard {
|
|
5576
|
-
background: #
|
|
5577
|
+
background: #f2faff;
|
|
5577
5578
|
mix-blend-mode: normal;
|
|
5578
5579
|
height: auto;
|
|
5579
5580
|
max-height: 100px;
|
|
@@ -7068,7 +7069,18 @@ video::-webkit-media-controls-panel {
|
|
|
7068
7069
|
padding-top: 8px;
|
|
7069
7070
|
padding-bottom: 8px;
|
|
7070
7071
|
font-size: 16px;
|
|
7071
|
-
line-height: 24px;
|
|
7072
|
+
line-height: 24px;
|
|
7073
|
+
width: "100%";
|
|
7074
|
+
display: "flex";
|
|
7075
|
+
font-size: "0.8rem";
|
|
7076
|
+
padding-left: "10px";
|
|
7077
|
+
-ms-flex-wrap: "wrap";
|
|
7078
|
+
flex-wrap: "wrap";
|
|
7079
|
+
-webkit-box-orient: horizontal;
|
|
7080
|
+
-webkit-box-direction: normal;
|
|
7081
|
+
-ms-flex-direction: "row";
|
|
7082
|
+
flex-direction: "row";
|
|
7083
|
+
padding-top: "10px"; }
|
|
7072
7084
|
.complaint-links-container .links-wrapper .link {
|
|
7073
7085
|
padding: 0 0 4px !important;
|
|
7074
7086
|
color: #a82227 !important; }
|
|
@@ -8125,18 +8137,26 @@ body {
|
|
|
8125
8137
|
left: 0; } }
|
|
8126
8138
|
|
|
8127
8139
|
.middle-content {
|
|
8140
|
+
display: -webkit-box;
|
|
8141
|
+
display: -ms-flexbox;
|
|
8142
|
+
display: flex;
|
|
8143
|
+
-webkit-box-orient: vertical;
|
|
8144
|
+
-webkit-box-direction: normal;
|
|
8145
|
+
-ms-flex-direction: column;
|
|
8146
|
+
flex-direction: column;
|
|
8128
8147
|
-webkit-box-pack: justify;
|
|
8129
8148
|
-ms-flex-pack: justify;
|
|
8130
8149
|
justify-content: space-between;
|
|
8131
8150
|
height: 522px; }
|
|
8132
8151
|
@media (min-width: 768px) {
|
|
8133
|
-
.middle-content {
|
|
8152
|
+
.middle-content .middle-content {
|
|
8134
8153
|
-webkit-box-orient: horizontal;
|
|
8154
|
+
-webkit-box-direction: normal;
|
|
8135
8155
|
-ms-flex-direction: row;
|
|
8136
8156
|
flex-direction: row;
|
|
8137
|
-
height: 360px; } }
|
|
8157
|
+
min-height: 360px; } }
|
|
8138
8158
|
|
|
8139
|
-
.middle-
|
|
8159
|
+
.middle-left-half {
|
|
8140
8160
|
display: -webkit-box;
|
|
8141
8161
|
display: -ms-flexbox;
|
|
8142
8162
|
display: flex;
|
|
@@ -8144,20 +8164,14 @@ body {
|
|
|
8144
8164
|
-webkit-box-direction: normal;
|
|
8145
8165
|
-ms-flex-direction: column;
|
|
8146
8166
|
flex-direction: column;
|
|
8147
|
-
display: -webkit-box;
|
|
8148
|
-
display: -ms-flexbox;
|
|
8149
|
-
display: flex;
|
|
8150
|
-
-webkit-box-direction: normal; }
|
|
8151
|
-
|
|
8152
|
-
.middle-left-half {
|
|
8153
8167
|
width: 100%; }
|
|
8154
8168
|
@media (min-width: 768px) {
|
|
8155
8169
|
.middle-left-half {
|
|
8156
8170
|
width: 50%; } }
|
|
8157
8171
|
|
|
8158
8172
|
.middle-left-half-upper {
|
|
8159
|
-
height: 162px;
|
|
8160
|
-
margin-bottom:
|
|
8173
|
+
min-height: 162px;
|
|
8174
|
+
margin-bottom: 18px;
|
|
8161
8175
|
border: 1px solid #000; }
|
|
8162
8176
|
@media (min-width: 768px) {
|
|
8163
8177
|
.middle-left-half-upper {
|
|
@@ -8181,14 +8195,14 @@ body {
|
|
|
8181
8195
|
color: #00f; }
|
|
8182
8196
|
|
|
8183
8197
|
.middle-left-half-lower {
|
|
8184
|
-
height: 162px;
|
|
8198
|
+
min-height: 162px;
|
|
8185
8199
|
border: 1px solid #000; }
|
|
8186
8200
|
@media (min-width: 768px) {
|
|
8187
8201
|
.middle-left-half-lower {
|
|
8188
8202
|
height: 45%; } }
|
|
8189
8203
|
|
|
8190
8204
|
.middle-right-half {
|
|
8191
|
-
height: 162px;
|
|
8205
|
+
min-height: 162px;
|
|
8192
8206
|
width: 100%;
|
|
8193
8207
|
border: 1px solid #000; }
|
|
8194
8208
|
@media (min-width: 768px) {
|
|
@@ -8444,7 +8458,7 @@ body {
|
|
|
8444
8458
|
bottom: 0; }
|
|
8445
8459
|
|
|
8446
8460
|
.fill-path-primary-main path {
|
|
8447
|
-
fill: #
|
|
8461
|
+
fill: #1359c8; }
|
|
8448
8462
|
|
|
8449
8463
|
.obps-search {
|
|
8450
8464
|
margin: 8px; }
|
|
@@ -9499,7 +9513,6 @@ body {
|
|
|
9499
9513
|
border-color: #d6d5d4;
|
|
9500
9514
|
border-color: rgba(214, 213, 212, var(--border-opacity)); }
|
|
9501
9515
|
.surveyformslist_wrapper {
|
|
9502
|
-
width: 75%;
|
|
9503
9516
|
display: grid;
|
|
9504
9517
|
grid-gap: 1.5rem;
|
|
9505
9518
|
gap: 1.5rem;
|
|
@@ -9575,7 +9588,17 @@ body {
|
|
|
9575
9588
|
background-color: #f0f8ff; }
|
|
9576
9589
|
|
|
9577
9590
|
.category-card h3 {
|
|
9578
|
-
|
|
9591
|
+
font-weight: 600;
|
|
9592
|
+
font-family: roboto; }
|
|
9593
|
+
|
|
9594
|
+
.category-card h2, .category-card h3 {
|
|
9595
|
+
margin-top: 5px;
|
|
9596
|
+
margin-bottom: 2px;
|
|
9597
|
+
color: #0d43a7; }
|
|
9598
|
+
|
|
9599
|
+
.category-card h2 {
|
|
9600
|
+
font-weight: 700;
|
|
9601
|
+
font-size: 18px; }
|
|
9579
9602
|
|
|
9580
9603
|
.category-card input, .category-card .checkbox-wrap .input-emp, .checkbox-wrap .category-card .input-emp, .category-card select {
|
|
9581
9604
|
display: block;
|
|
@@ -9583,7 +9606,8 @@ body {
|
|
|
9583
9606
|
padding: 10px;
|
|
9584
9607
|
margin-bottom: 10px;
|
|
9585
9608
|
border: 1px solid #ccc;
|
|
9586
|
-
border-radius: 4px;
|
|
9609
|
+
border-radius: 4px;
|
|
9610
|
+
color: #0d43a7; }
|
|
9587
9611
|
|
|
9588
9612
|
.category-card button {
|
|
9589
9613
|
padding: 10px 20px;
|
|
@@ -9624,6 +9648,9 @@ body {
|
|
|
9624
9648
|
background-color: #ccc;
|
|
9625
9649
|
cursor: not-allowed; }
|
|
9626
9650
|
|
|
9651
|
+
.category-card span {
|
|
9652
|
+
color: #ff2400; }
|
|
9653
|
+
|
|
9627
9654
|
.frame-54925, .frame-54925 * {
|
|
9628
9655
|
-webkit-box-sizing: border-box;
|
|
9629
9656
|
box-sizing: border-box; }
|
|
@@ -10163,7 +10190,9 @@ body {
|
|
|
10163
10190
|
font-weight: 400;
|
|
10164
10191
|
font-size: 14px;
|
|
10165
10192
|
line-height: 20px;
|
|
10166
|
-
letter-spacing: .25px;
|
|
10193
|
+
letter-spacing: .25px;
|
|
10194
|
+
max-height: 300px;
|
|
10195
|
+
overflow: auto; }
|
|
10167
10196
|
.employee-dashboard-container .employee-dashboard-table-and-services {
|
|
10168
10197
|
display: -webkit-box;
|
|
10169
10198
|
display: -ms-flexbox;
|
|
@@ -10181,9 +10210,9 @@ body {
|
|
|
10181
10210
|
-ms-flex-direction: row;
|
|
10182
10211
|
flex-direction: row; } }
|
|
10183
10212
|
.employee-dashboard-container .employee-dashboard-table-and-services .employee-dashboard-table-container {
|
|
10184
|
-
-webkit-box-flex:
|
|
10185
|
-
-ms-flex:
|
|
10186
|
-
flex:
|
|
10213
|
+
-webkit-box-flex: 2;
|
|
10214
|
+
-ms-flex: 2;
|
|
10215
|
+
flex: 2; }
|
|
10187
10216
|
.employee-dashboard-container .employee-dashboard-table-and-services .employee-dashboard-table-container .employee-dashboard-table-header {
|
|
10188
10217
|
display: -webkit-box;
|
|
10189
10218
|
display: -ms-flexbox;
|
|
@@ -10229,8 +10258,40 @@ body {
|
|
|
10229
10258
|
display: flex;
|
|
10230
10259
|
-ms-flex-wrap: wrap;
|
|
10231
10260
|
flex-wrap: wrap;
|
|
10232
|
-
grid-gap:
|
|
10233
|
-
gap:
|
|
10261
|
+
grid-gap: 16px;
|
|
10262
|
+
gap: 16px; }
|
|
10263
|
+
.employee-dashboard-container .employee-dashboard-table-and-services .employee-dashboard-quick-services-container .employee-dashboard-module-card-wrapper .employee-dashboard-quick-service-card {
|
|
10264
|
+
width: 350px;
|
|
10265
|
+
height: 72px;
|
|
10266
|
+
padding: 8px 16px;
|
|
10267
|
+
border-radius: 8px;
|
|
10268
|
+
background: #fff;
|
|
10269
|
+
-webkit-box-shadow: 0 4px 22px 0 rgba(159, 159, 159, 0.14902);
|
|
10270
|
+
box-shadow: 0 4px 22px 0 rgba(159, 159, 159, 0.14902); }
|
|
10271
|
+
.employee-dashboard-container .employee-dashboard-table-and-services .employee-dashboard-quick-services-container .employee-dashboard-module-card-wrapper .employee-dashboard-quick-service-card .employee-dashboard-quick-service-card-content {
|
|
10272
|
+
display: -webkit-box;
|
|
10273
|
+
display: -ms-flexbox;
|
|
10274
|
+
display: flex;
|
|
10275
|
+
-webkit-box-orient: horizontal;
|
|
10276
|
+
-webkit-box-direction: normal;
|
|
10277
|
+
-ms-flex-direction: row;
|
|
10278
|
+
flex-direction: row;
|
|
10279
|
+
-webkit-box-align: center;
|
|
10280
|
+
-ms-flex-align: center;
|
|
10281
|
+
align-items: center;
|
|
10282
|
+
grid-gap: 16px;
|
|
10283
|
+
gap: 16px; }
|
|
10284
|
+
.employee-dashboard-container .employee-dashboard-table-and-services .employee-dashboard-quick-services-container .employee-dashboard-module-card-wrapper .employee-dashboard-quick-service-card .employee-dashboard-quick-service-card-content .employee-dashboard-quick-service-card-module-icon {
|
|
10285
|
+
width: "48px";
|
|
10286
|
+
height: "41px";
|
|
10287
|
+
background: #0d43a7; }
|
|
10288
|
+
.employee-dashboard-container .employee-dashboard-table-and-services .employee-dashboard-quick-services-container .employee-dashboard-module-card-wrapper .employee-dashboard-quick-service-card .employee-dashboard-quick-service-card-content .employee-dashboard-quick-service-card-module-name {
|
|
10289
|
+
font-family: Noto Sans;
|
|
10290
|
+
font-weight: 500;
|
|
10291
|
+
font-size: 16px;
|
|
10292
|
+
line-height: 24px;
|
|
10293
|
+
letter-spacing: .15px;
|
|
10294
|
+
color: #1e293b; }
|
|
10234
10295
|
|
|
10235
10296
|
.display-none {
|
|
10236
10297
|
display: none; }
|
|
@@ -10869,7 +10930,7 @@ input[type=number], .checkbox-wrap .input-emp[type=number] {
|
|
|
10869
10930
|
background-color: #d7aefc !important; }
|
|
10870
10931
|
|
|
10871
10932
|
.icon-banner-employee svg {
|
|
10872
|
-
background-color: #
|
|
10933
|
+
background-color: #0d43a7 !important;
|
|
10873
10934
|
width: 40px;
|
|
10874
10935
|
height: 40px; }
|
|
10875
10936
|
|