@pmidc/upyog-css 1.2.36-dev.1.15 → 1.2.36-dev.1.17

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 CHANGED
@@ -33,6 +33,7 @@ a {
33
33
  abbr[title] {
34
34
  border-bottom: none;
35
35
  text-decoration: underline;
36
+ -webkit-text-decoration: underline dotted;
36
37
  text-decoration: underline dotted;
37
38
  }
38
39
 
@@ -16516,10 +16517,33 @@ body {
16516
16517
  width: auto;
16517
16518
  }
16518
16519
 
16519
- .surveyListclockDiv {
16520
+ .fire-noc-doc-required-card {
16521
+ background: #fafafa;
16522
+ border: 1px solid #d6d5d4;
16523
+ border-radius: 4px;
16524
+ max-width: 600px;
16525
+ min-width: 95%;
16526
+ margin-bottom: 15px;
16527
+ padding: 15px 8px 8px;
16528
+ }
16529
+
16530
+ .fire-noc-doc-required-field {
16531
+ min-width: 100%;
16532
+ -webkit-box-orient: vertical;
16533
+ -webkit-box-direction: normal;
16534
+ -ms-flex-direction: column;
16535
+ flex-direction: column;
16536
+ grid-gap: 10px;
16537
+ gap: 10px;
16538
+ }
16539
+
16540
+ .fire-noc-doc-required-field, .surveyListclockDiv {
16520
16541
  display: -webkit-box;
16521
16542
  display: -ms-flexbox;
16522
16543
  display: flex;
16544
+ }
16545
+
16546
+ .surveyListclockDiv {
16523
16547
  -webkit-box-align: center;
16524
16548
  -ms-flex-align: center;
16525
16549
  align-items: center;
@@ -24308,6 +24332,67 @@ body {
24308
24332
  width: 80%;
24309
24333
  }
24310
24334
 
24335
+ .disabled-CustomUpload {
24336
+ padding-top: 12px;
24337
+ padding-bottom: 12px;
24338
+ padding-left: 5px;
24339
+ }
24340
+
24341
+ .rich-textbox-wrapper {
24342
+ width: 100%;
24343
+ }
24344
+
24345
+ .rich-textbox-toolbar {
24346
+ background: #f7f9fb;
24347
+ border: 1px solid #e6edf3;
24348
+ padding: 6px;
24349
+ border-radius: 6px;
24350
+ display: -webkit-box;
24351
+ display: -ms-flexbox;
24352
+ display: flex;
24353
+ -webkit-box-align: center;
24354
+ -ms-flex-align: center;
24355
+ align-items: center;
24356
+ }
24357
+
24358
+ .rich-textbox-toolbar button {
24359
+ background: transparent;
24360
+ border: none;
24361
+ padding: 6px 8px;
24362
+ margin: 0 2px;
24363
+ cursor: pointer;
24364
+ border-radius: 4px;
24365
+ color: #2f3b45;
24366
+ font-weight: 600;
24367
+ }
24368
+
24369
+ .rich-textbox-toolbar button:hover {
24370
+ background: rgba(47, 59, 69, 0.06);
24371
+ }
24372
+
24373
+ .rich-textbox-toolbar button:active {
24374
+ background: rgba(47, 59, 69, 0.12);
24375
+ }
24376
+
24377
+ .rich-textbox-toolbar button[title=Bold], .rich-textbox-toolbar button[title=Italic], .rich-textbox-toolbar button[title=Underline] {
24378
+ width: 32px;
24379
+ height: 32px;
24380
+ }
24381
+
24382
+ .rich-textbox-textarea {
24383
+ width: 100%;
24384
+ border: 1px solid #e6edf3;
24385
+ border-radius: 6px;
24386
+ padding: 10px;
24387
+ font-size: 14px;
24388
+ line-height: 1.4;
24389
+ color: #222;
24390
+ }
24391
+
24392
+ .rich-textbox-wrapper .rich-textbox-toolbar div {
24393
+ color: #8592a0;
24394
+ }
24395
+
24311
24396
  .bpa-site-photograph-container {
24312
24397
  padding: 50px 0;
24313
24398
  display: -webkit-box;
@@ -25347,19 +25432,38 @@ body {
25347
25432
 
25348
25433
  .new-inbox-top-filters {
25349
25434
  margin: 12px 0 16px;
25435
+ background: #fff;
25436
+ border: 1px solid #e2e8f0;
25437
+ border-radius: 16px;
25350
25438
  padding: 18px;
25351
25439
  -webkit-box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
25352
25440
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
25353
25441
  }
25354
25442
 
25355
- .new-inbox-table-card, .new-inbox-top-filters {
25356
- background: #fff;
25357
- border: 1px solid #e2e8f0;
25358
- border-radius: 16px;
25443
+ .new-inbox-tenant-selector {
25444
+ display: -webkit-box;
25445
+ display: -ms-flexbox;
25446
+ display: flex;
25447
+ -webkit-box-orient: vertical;
25448
+ -webkit-box-direction: normal;
25449
+ -ms-flex-direction: column;
25450
+ flex-direction: column;
25451
+ -webkit-box-align: start;
25452
+ -ms-flex-align: start;
25453
+ align-items: flex-start;
25454
+ grid-gap: 10px;
25455
+ gap: 10px;
25456
+ }
25457
+
25458
+ .new-inbox-tenant-dropdown {
25459
+ width: min(100%, 340px);
25359
25460
  }
25360
25461
 
25361
25462
  .new-inbox-table-card {
25362
25463
  margin-top: 16px;
25464
+ background: #fff;
25465
+ border: 1px solid #e2e8f0;
25466
+ border-radius: 16px;
25363
25467
  -webkit-box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
25364
25468
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
25365
25469
  overflow: hidden;
@@ -25420,6 +25524,10 @@ body {
25420
25524
  }
25421
25525
 
25422
25526
  @media screen and (max-width: 768px) {
25527
+ .new-inbox-tenant-dropdown {
25528
+ width: 100%;
25529
+ }
25530
+
25423
25531
  .new-inbox-topbar {
25424
25532
  -webkit-box-orient: vertical;
25425
25533
  -webkit-box-direction: normal;