@pmidc/upyog-css 1.2.36-dev.1.26 → 1.2.36-dev.1.28
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 +136 -0
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/chb.scss +16 -0
- package/src/components/selectdropdown.scss +10 -0
- package/src/modules/BPA/index.scss +16 -0
- package/src/modules/adv/index.scss +77 -5
package/dist/index.css
CHANGED
|
@@ -3237,6 +3237,16 @@ body {
|
|
|
3237
3237
|
background-color: rgba(222, 224, 226, var(--bg-opacity));
|
|
3238
3238
|
}
|
|
3239
3239
|
|
|
3240
|
+
.dropdown-options-portal {
|
|
3241
|
+
position: fixed !important;
|
|
3242
|
+
max-height: 250px !important;
|
|
3243
|
+
overflow: auto;
|
|
3244
|
+
margin: 0 !important;
|
|
3245
|
+
background-color: #fff;
|
|
3246
|
+
-webkit-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);
|
|
3247
|
+
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);
|
|
3248
|
+
}
|
|
3249
|
+
|
|
3240
3250
|
.fsm-registry-dropdown {
|
|
3241
3251
|
margin-bottom: 0;
|
|
3242
3252
|
}
|
|
@@ -4215,6 +4225,19 @@ body {
|
|
|
4215
4225
|
text-decoration: underline;
|
|
4216
4226
|
}
|
|
4217
4227
|
|
|
4228
|
+
.chb-venue-code-dropdown {
|
|
4229
|
+
position: relative;
|
|
4230
|
+
overflow: visible;
|
|
4231
|
+
}
|
|
4232
|
+
|
|
4233
|
+
.chb-venue-code-field, .chb-venue-details-form, .chb-venue-details-form .card {
|
|
4234
|
+
overflow: visible;
|
|
4235
|
+
}
|
|
4236
|
+
|
|
4237
|
+
.chb-venue-code-field {
|
|
4238
|
+
position: relative;
|
|
4239
|
+
}
|
|
4240
|
+
|
|
4218
4241
|
.chb-community-hall-modal {
|
|
4219
4242
|
position: relative;
|
|
4220
4243
|
width: 90%;
|
|
@@ -25347,6 +25370,102 @@ body {
|
|
|
25347
25370
|
margin-left: 10px;
|
|
25348
25371
|
}
|
|
25349
25372
|
|
|
25373
|
+
.employeeCard.filter.inboxLinks.ads-inbox-links {
|
|
25374
|
+
height: auto;
|
|
25375
|
+
max-height: none;
|
|
25376
|
+
min-height: 0;
|
|
25377
|
+
overflow: visible;
|
|
25378
|
+
padding: 12px 18px !important;
|
|
25379
|
+
}
|
|
25380
|
+
|
|
25381
|
+
.ads-inbox-links__container {
|
|
25382
|
+
-ms-flex-align: center;
|
|
25383
|
+
}
|
|
25384
|
+
|
|
25385
|
+
.ads-inbox-links__container, .ads-inbox-links__header {
|
|
25386
|
+
display: -webkit-box;
|
|
25387
|
+
display: -ms-flexbox;
|
|
25388
|
+
display: flex;
|
|
25389
|
+
width: 100%;
|
|
25390
|
+
min-width: 0;
|
|
25391
|
+
-webkit-box-align: center;
|
|
25392
|
+
-ms-flex-align: center;
|
|
25393
|
+
align-items: center;
|
|
25394
|
+
}
|
|
25395
|
+
|
|
25396
|
+
.ads-inbox-links__header {
|
|
25397
|
+
-webkit-box-flex: 1;
|
|
25398
|
+
-ms-flex: 1 1 auto;
|
|
25399
|
+
flex: 1 1 auto;
|
|
25400
|
+
max-width: 100%;
|
|
25401
|
+
-ms-flex-align: center;
|
|
25402
|
+
}
|
|
25403
|
+
|
|
25404
|
+
.ads-inbox-links__logo {
|
|
25405
|
+
display: -webkit-inline-box;
|
|
25406
|
+
display: -ms-inline-flexbox;
|
|
25407
|
+
display: inline-flex;
|
|
25408
|
+
-webkit-box-flex: 0;
|
|
25409
|
+
-ms-flex: 0 0 56px;
|
|
25410
|
+
flex: 0 0 56px;
|
|
25411
|
+
width: 56px;
|
|
25412
|
+
height: 56px;
|
|
25413
|
+
-webkit-box-align: center;
|
|
25414
|
+
-ms-flex-align: center;
|
|
25415
|
+
align-items: center;
|
|
25416
|
+
-webkit-box-pack: center;
|
|
25417
|
+
-ms-flex-pack: center;
|
|
25418
|
+
justify-content: center;
|
|
25419
|
+
}
|
|
25420
|
+
|
|
25421
|
+
.ads-inbox-links__logo svg {
|
|
25422
|
+
width: 32px;
|
|
25423
|
+
height: 32px;
|
|
25424
|
+
}
|
|
25425
|
+
|
|
25426
|
+
.ads-inbox-links__logo svg path {
|
|
25427
|
+
fill: #1359c8;
|
|
25428
|
+
}
|
|
25429
|
+
|
|
25430
|
+
.ads-inbox-links__title {
|
|
25431
|
+
display: block;
|
|
25432
|
+
-webkit-box-flex: 1;
|
|
25433
|
+
-ms-flex: 1 1 auto;
|
|
25434
|
+
flex: 1 1 auto;
|
|
25435
|
+
min-width: 0;
|
|
25436
|
+
padding-left: 16px;
|
|
25437
|
+
word-wrap: anywhere;
|
|
25438
|
+
font-size: 20px;
|
|
25439
|
+
font-weight: 700;
|
|
25440
|
+
line-height: 28px;
|
|
25441
|
+
white-space: normal;
|
|
25442
|
+
}
|
|
25443
|
+
|
|
25444
|
+
.ads-inbox-links__body {
|
|
25445
|
+
display: -webkit-box;
|
|
25446
|
+
display: -ms-flexbox;
|
|
25447
|
+
display: flex;
|
|
25448
|
+
-webkit-box-orient: vertical;
|
|
25449
|
+
-webkit-box-direction: normal;
|
|
25450
|
+
-ms-flex-direction: column;
|
|
25451
|
+
flex-direction: column;
|
|
25452
|
+
}
|
|
25453
|
+
|
|
25454
|
+
.ads-inbox-links__body--empty {
|
|
25455
|
+
display: none;
|
|
25456
|
+
}
|
|
25457
|
+
|
|
25458
|
+
.ads-inbox-links__link {
|
|
25459
|
+
padding: 8px;
|
|
25460
|
+
color: #2947a3;
|
|
25461
|
+
}
|
|
25462
|
+
|
|
25463
|
+
@media (max-width: 768px) {
|
|
25464
|
+
.ads-inbox-links__title {
|
|
25465
|
+
font-size: 18px;
|
|
25466
|
+
line-height: 24px;
|
|
25467
|
+
}
|
|
25468
|
+
}
|
|
25350
25469
|
.noc-loader {
|
|
25351
25470
|
position: relative;
|
|
25352
25471
|
display: -webkit-box;
|
|
@@ -28408,9 +28527,26 @@ body {
|
|
|
28408
28527
|
}
|
|
28409
28528
|
|
|
28410
28529
|
.obps-components-noc-site-photographs-new--style-1 {
|
|
28530
|
+
-webkit-box-flex: 1;
|
|
28531
|
+
-ms-flex: 1 1 210px;
|
|
28532
|
+
flex: 1 1 210px;
|
|
28533
|
+
max-width: calc(25% - 15px);
|
|
28534
|
+
min-width: 0;
|
|
28411
28535
|
padding: 20px 0;
|
|
28412
28536
|
}
|
|
28413
28537
|
|
|
28538
|
+
@media (max-width: 1100px) {
|
|
28539
|
+
.obps-components-noc-site-photographs-new--style-1 {
|
|
28540
|
+
max-width: calc(33.333% - 14px);
|
|
28541
|
+
}
|
|
28542
|
+
}
|
|
28543
|
+
@media (max-width: 768px) {
|
|
28544
|
+
.obps-components-noc-site-photographs-new--style-1 {
|
|
28545
|
+
-ms-flex-preferred-size: 100%;
|
|
28546
|
+
flex-basis: 100%;
|
|
28547
|
+
max-width: 100%;
|
|
28548
|
+
}
|
|
28549
|
+
}
|
|
28414
28550
|
.obps-components-noc-site-photographs-new--style-2 {
|
|
28415
28551
|
display: -webkit-box;
|
|
28416
28552
|
display: -ms-flexbox;
|