@pmidc/upyog-css 1.0.4 → 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 +132 -64
- 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/PropertySearchForm.scss +2 -2
- 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/footer.scss +5 -4
- package/src/pages/employee/inbox.scss +8 -1
- package/src/pages/employee/landing.scss +28 -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;
|
|
@@ -4725,10 +4726,10 @@ video::-webkit-media-controls-panel {
|
|
|
4725
4726
|
color: #505a5f;
|
|
4726
4727
|
font-weight: 400; }
|
|
4727
4728
|
.PropertySearchForm .PropertySearchFormSwitcher .selected {
|
|
4728
|
-
color: #
|
|
4729
|
+
color: #2947a3;
|
|
4729
4730
|
font-weight: 700;
|
|
4730
4731
|
padding-bottom: 10px;
|
|
4731
|
-
border-bottom: 2px solid #
|
|
4732
|
+
border-bottom: 2px solid #2947a3; }
|
|
4732
4733
|
.PropertySearchForm .PropertySearchFormSwitcher span {
|
|
4733
4734
|
margin-right: 20px; }
|
|
4734
4735
|
|
|
@@ -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,27 +8137,45 @@ 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
|
-
height:
|
|
8150
|
+
height: 522px; }
|
|
8151
|
+
@media (min-width: 768px) {
|
|
8152
|
+
.middle-content .middle-content {
|
|
8153
|
+
-webkit-box-orient: horizontal;
|
|
8154
|
+
-webkit-box-direction: normal;
|
|
8155
|
+
-ms-flex-direction: row;
|
|
8156
|
+
flex-direction: row;
|
|
8157
|
+
min-height: 360px; } }
|
|
8132
8158
|
|
|
8133
|
-
.middle-
|
|
8159
|
+
.middle-left-half {
|
|
8134
8160
|
display: -webkit-box;
|
|
8135
8161
|
display: -ms-flexbox;
|
|
8136
|
-
display: flex;
|
|
8137
|
-
|
|
8138
|
-
.middle-left-half {
|
|
8162
|
+
display: flex;
|
|
8139
8163
|
-webkit-box-orient: vertical;
|
|
8140
8164
|
-webkit-box-direction: normal;
|
|
8141
8165
|
-ms-flex-direction: column;
|
|
8142
8166
|
flex-direction: column;
|
|
8143
|
-
width:
|
|
8167
|
+
width: 100%; }
|
|
8168
|
+
@media (min-width: 768px) {
|
|
8169
|
+
.middle-left-half {
|
|
8170
|
+
width: 50%; } }
|
|
8144
8171
|
|
|
8145
8172
|
.middle-left-half-upper {
|
|
8146
|
-
height:
|
|
8147
|
-
margin-bottom:
|
|
8173
|
+
min-height: 162px;
|
|
8174
|
+
margin-bottom: 18px;
|
|
8148
8175
|
border: 1px solid #000; }
|
|
8176
|
+
@media (min-width: 768px) {
|
|
8177
|
+
.middle-left-half-upper {
|
|
8178
|
+
height: 50%; } }
|
|
8149
8179
|
|
|
8150
8180
|
.middle-left-half-upper-body {
|
|
8151
8181
|
list-style-type: none;
|
|
@@ -8165,16 +8195,20 @@ body {
|
|
|
8165
8195
|
color: #00f; }
|
|
8166
8196
|
|
|
8167
8197
|
.middle-left-half-lower {
|
|
8168
|
-
height:
|
|
8198
|
+
min-height: 162px;
|
|
8169
8199
|
border: 1px solid #000; }
|
|
8170
8200
|
@media (min-width: 768px) {
|
|
8171
8201
|
.middle-left-half-lower {
|
|
8172
8202
|
height: 45%; } }
|
|
8173
8203
|
|
|
8174
8204
|
.middle-right-half {
|
|
8175
|
-
height:
|
|
8176
|
-
width:
|
|
8205
|
+
min-height: 162px;
|
|
8206
|
+
width: 100%;
|
|
8177
8207
|
border: 1px solid #000; }
|
|
8208
|
+
@media (min-width: 768px) {
|
|
8209
|
+
.middle-right-half {
|
|
8210
|
+
height: 360px;
|
|
8211
|
+
width: 48%; } }
|
|
8178
8212
|
|
|
8179
8213
|
.middle-header {
|
|
8180
8214
|
font-size: 20px;
|
|
@@ -8338,7 +8372,8 @@ body {
|
|
|
8338
8372
|
justify-content: space-around;
|
|
8339
8373
|
padding: 50px 50px 20px;
|
|
8340
8374
|
font-family: Poppins;
|
|
8341
|
-
font-size: 14px;
|
|
8375
|
+
font-size: 14px;
|
|
8376
|
+
color: #fff; }
|
|
8342
8377
|
@media (max-width: 639px) {
|
|
8343
8378
|
.footer-bottom {
|
|
8344
8379
|
display: -webkit-box;
|
|
@@ -8356,14 +8391,9 @@ body {
|
|
|
8356
8391
|
padding-right: 0;
|
|
8357
8392
|
padding-top: 20px; } }
|
|
8358
8393
|
|
|
8359
|
-
.footer-bottom-first [dir=ltr] h2 {
|
|
8360
|
-
text-align: left; }
|
|
8361
|
-
|
|
8362
|
-
.footer-bottom-first [dir=rtl] h2 {
|
|
8363
|
-
text-align: right; }
|
|
8364
|
-
|
|
8365
8394
|
.footer-bottom-first h2 {
|
|
8366
|
-
margin-bottom: 10px;
|
|
8395
|
+
margin-bottom: 10px;
|
|
8396
|
+
text-align: left; }
|
|
8367
8397
|
|
|
8368
8398
|
@media (max-width: 639px) {
|
|
8369
8399
|
.footer-bottom-first {
|
|
@@ -8372,25 +8402,16 @@ body {
|
|
|
8372
8402
|
padding-right: 0;
|
|
8373
8403
|
padding-top: 20px; } }
|
|
8374
8404
|
|
|
8375
|
-
.footer-bottom-fourth [dir=ltr] h1, .footer-bottom-second [dir=ltr] h1, .footer-bottom-third [dir=ltr] h1 {
|
|
8376
|
-
text-align: left; }
|
|
8377
|
-
|
|
8378
|
-
.footer-bottom-fourth [dir=rtl] h1, .footer-bottom-second [dir=rtl] h1, .footer-bottom-third [dir=rtl] h1 {
|
|
8379
|
-
text-align: right; }
|
|
8380
|
-
|
|
8381
8405
|
.footer-bottom-fourth h1, .footer-bottom-second h1, .footer-bottom-third h1 {
|
|
8382
8406
|
margin-bottom: 10px;
|
|
8383
8407
|
text-decoration: underline; }
|
|
8384
8408
|
|
|
8385
|
-
.footer-bottom-fourth
|
|
8409
|
+
.footer-bottom-fourth h1, .footer-bottom-fourth ul, .footer-bottom-second h1, .footer-bottom-second ul, .footer-bottom-third h1, .footer-bottom-third ul {
|
|
8386
8410
|
text-align: left; }
|
|
8387
8411
|
|
|
8388
|
-
.footer-bottom-fourth [dir=rtl] ul, .footer-bottom-second [dir=rtl] ul, .footer-bottom-third [dir=rtl] ul {
|
|
8389
|
-
text-align: right; }
|
|
8390
|
-
|
|
8391
8412
|
.footer-bottom-fourth ul, .footer-bottom-second ul, .footer-bottom-third ul {
|
|
8392
8413
|
list-style-type: disc;
|
|
8393
|
-
padding: 0
|
|
8414
|
+
padding: 0 12px; }
|
|
8394
8415
|
|
|
8395
8416
|
.footer-bottom-fourth li, .footer-bottom-second li, .footer-bottom-third li {
|
|
8396
8417
|
margin: 5px 0;
|
|
@@ -8437,7 +8458,7 @@ body {
|
|
|
8437
8458
|
bottom: 0; }
|
|
8438
8459
|
|
|
8439
8460
|
.fill-path-primary-main path {
|
|
8440
|
-
fill: #
|
|
8461
|
+
fill: #1359c8; }
|
|
8441
8462
|
|
|
8442
8463
|
.obps-search {
|
|
8443
8464
|
margin: 8px; }
|
|
@@ -9492,7 +9513,6 @@ body {
|
|
|
9492
9513
|
border-color: #d6d5d4;
|
|
9493
9514
|
border-color: rgba(214, 213, 212, var(--border-opacity)); }
|
|
9494
9515
|
.surveyformslist_wrapper {
|
|
9495
|
-
width: 75%;
|
|
9496
9516
|
display: grid;
|
|
9497
9517
|
grid-gap: 1.5rem;
|
|
9498
9518
|
gap: 1.5rem;
|
|
@@ -9568,7 +9588,17 @@ body {
|
|
|
9568
9588
|
background-color: #f0f8ff; }
|
|
9569
9589
|
|
|
9570
9590
|
.category-card h3 {
|
|
9571
|
-
|
|
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; }
|
|
9572
9602
|
|
|
9573
9603
|
.category-card input, .category-card .checkbox-wrap .input-emp, .checkbox-wrap .category-card .input-emp, .category-card select {
|
|
9574
9604
|
display: block;
|
|
@@ -9576,7 +9606,8 @@ body {
|
|
|
9576
9606
|
padding: 10px;
|
|
9577
9607
|
margin-bottom: 10px;
|
|
9578
9608
|
border: 1px solid #ccc;
|
|
9579
|
-
border-radius: 4px;
|
|
9609
|
+
border-radius: 4px;
|
|
9610
|
+
color: #0d43a7; }
|
|
9580
9611
|
|
|
9581
9612
|
.category-card button {
|
|
9582
9613
|
padding: 10px 20px;
|
|
@@ -9617,6 +9648,9 @@ body {
|
|
|
9617
9648
|
background-color: #ccc;
|
|
9618
9649
|
cursor: not-allowed; }
|
|
9619
9650
|
|
|
9651
|
+
.category-card span {
|
|
9652
|
+
color: #ff2400; }
|
|
9653
|
+
|
|
9620
9654
|
.frame-54925, .frame-54925 * {
|
|
9621
9655
|
-webkit-box-sizing: border-box;
|
|
9622
9656
|
box-sizing: border-box; }
|
|
@@ -10156,7 +10190,9 @@ body {
|
|
|
10156
10190
|
font-weight: 400;
|
|
10157
10191
|
font-size: 14px;
|
|
10158
10192
|
line-height: 20px;
|
|
10159
|
-
letter-spacing: .25px;
|
|
10193
|
+
letter-spacing: .25px;
|
|
10194
|
+
max-height: 300px;
|
|
10195
|
+
overflow: auto; }
|
|
10160
10196
|
.employee-dashboard-container .employee-dashboard-table-and-services {
|
|
10161
10197
|
display: -webkit-box;
|
|
10162
10198
|
display: -ms-flexbox;
|
|
@@ -10174,9 +10210,9 @@ body {
|
|
|
10174
10210
|
-ms-flex-direction: row;
|
|
10175
10211
|
flex-direction: row; } }
|
|
10176
10212
|
.employee-dashboard-container .employee-dashboard-table-and-services .employee-dashboard-table-container {
|
|
10177
|
-
-webkit-box-flex:
|
|
10178
|
-
-ms-flex:
|
|
10179
|
-
flex:
|
|
10213
|
+
-webkit-box-flex: 2;
|
|
10214
|
+
-ms-flex: 2;
|
|
10215
|
+
flex: 2; }
|
|
10180
10216
|
.employee-dashboard-container .employee-dashboard-table-and-services .employee-dashboard-table-container .employee-dashboard-table-header {
|
|
10181
10217
|
display: -webkit-box;
|
|
10182
10218
|
display: -ms-flexbox;
|
|
@@ -10222,8 +10258,40 @@ body {
|
|
|
10222
10258
|
display: flex;
|
|
10223
10259
|
-ms-flex-wrap: wrap;
|
|
10224
10260
|
flex-wrap: wrap;
|
|
10225
|
-
grid-gap:
|
|
10226
|
-
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; }
|
|
10227
10295
|
|
|
10228
10296
|
.display-none {
|
|
10229
10297
|
display: none; }
|
|
@@ -10862,7 +10930,7 @@ input[type=number], .checkbox-wrap .input-emp[type=number] {
|
|
|
10862
10930
|
background-color: #d7aefc !important; }
|
|
10863
10931
|
|
|
10864
10932
|
.icon-banner-employee svg {
|
|
10865
|
-
background-color: #
|
|
10933
|
+
background-color: #0d43a7 !important;
|
|
10866
10934
|
width: 40px;
|
|
10867
10935
|
height: 40px; }
|
|
10868
10936
|
|