@pmidc/upyog-css 1.2.36-UAT.16 → 1.2.36-UAT.18

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
@@ -5403,6 +5403,18 @@ body {
5403
5403
  background-color: unset;
5404
5404
  }
5405
5405
 
5406
+ .obps-documents-table td:first-child, .obps-documents-table th:first-child {
5407
+ width: 15% !important;
5408
+ }
5409
+
5410
+ .obps-documents-table td:nth-child(2), .obps-documents-table th:nth-child(2) {
5411
+ width: 65% !important;
5412
+ }
5413
+
5414
+ .obps-documents-table td:nth-child(3), .obps-documents-table th:nth-child(3) {
5415
+ width: 20% !important;
5416
+ }
5417
+
5406
5418
  @media (max-width: 1024px) {
5407
5419
  .customTable thead th, .dss-table-wrapper table thead th, .table thead th {
5408
5420
  padding: 14px 16px;
@@ -16458,10 +16470,33 @@ body {
16458
16470
  width: auto;
16459
16471
  }
16460
16472
 
16461
- .surveyListclockDiv {
16473
+ .fire-noc-doc-required-card {
16474
+ background: #fafafa;
16475
+ border: 1px solid #d6d5d4;
16476
+ border-radius: 4px;
16477
+ max-width: 600px;
16478
+ min-width: 95%;
16479
+ margin-bottom: 15px;
16480
+ padding: 15px 8px 8px;
16481
+ }
16482
+
16483
+ .fire-noc-doc-required-field {
16484
+ min-width: 100%;
16485
+ -webkit-box-orient: vertical;
16486
+ -webkit-box-direction: normal;
16487
+ -ms-flex-direction: column;
16488
+ flex-direction: column;
16489
+ grid-gap: 10px;
16490
+ gap: 10px;
16491
+ }
16492
+
16493
+ .fire-noc-doc-required-field, .surveyListclockDiv {
16462
16494
  display: -webkit-box;
16463
16495
  display: -ms-flexbox;
16464
16496
  display: flex;
16497
+ }
16498
+
16499
+ .surveyListclockDiv {
16465
16500
  -webkit-box-align: center;
16466
16501
  -ms-flex-align: center;
16467
16502
  align-items: center;
@@ -24024,6 +24059,11 @@ body {
24024
24059
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.32) !important;
24025
24060
  }
24026
24061
 
24062
+ .upload-file-message {
24063
+ padding: 15px 0;
24064
+ font-size: 14px;
24065
+ }
24066
+
24027
24067
  .advisory-text {
24028
24068
  font-size: 13px;
24029
24069
  color: red;
@@ -24256,6 +24296,61 @@ body {
24256
24296
  padding-left: 5px;
24257
24297
  }
24258
24298
 
24299
+ .rich-textbox-wrapper {
24300
+ width: 100%;
24301
+ }
24302
+
24303
+ .rich-textbox-toolbar {
24304
+ background: #f7f9fb;
24305
+ border: 1px solid #e6edf3;
24306
+ padding: 6px;
24307
+ border-radius: 6px;
24308
+ display: -webkit-box;
24309
+ display: -ms-flexbox;
24310
+ display: flex;
24311
+ -webkit-box-align: center;
24312
+ -ms-flex-align: center;
24313
+ align-items: center;
24314
+ }
24315
+
24316
+ .rich-textbox-toolbar button {
24317
+ background: transparent;
24318
+ border: none;
24319
+ padding: 6px 8px;
24320
+ margin: 0 2px;
24321
+ cursor: pointer;
24322
+ border-radius: 4px;
24323
+ color: #2f3b45;
24324
+ font-weight: 600;
24325
+ }
24326
+
24327
+ .rich-textbox-toolbar button:hover {
24328
+ background: rgba(47, 59, 69, 0.06);
24329
+ }
24330
+
24331
+ .rich-textbox-toolbar button:active {
24332
+ background: rgba(47, 59, 69, 0.12);
24333
+ }
24334
+
24335
+ .rich-textbox-toolbar button[title=Bold], .rich-textbox-toolbar button[title=Italic], .rich-textbox-toolbar button[title=Underline] {
24336
+ width: 32px;
24337
+ height: 32px;
24338
+ }
24339
+
24340
+ .rich-textbox-textarea {
24341
+ width: 100%;
24342
+ border: 1px solid #e6edf3;
24343
+ border-radius: 6px;
24344
+ padding: 10px;
24345
+ font-size: 14px;
24346
+ line-height: 1.4;
24347
+ color: #222;
24348
+ }
24349
+
24350
+ .rich-textbox-wrapper .rich-textbox-toolbar div {
24351
+ color: #8592a0;
24352
+ }
24353
+
24259
24354
  .bpa-site-photograph-container {
24260
24355
  padding: 50px 0;
24261
24356
  display: -webkit-box;
@@ -25295,19 +25390,38 @@ body {
25295
25390
 
25296
25391
  .new-inbox-top-filters {
25297
25392
  margin: 12px 0 16px;
25393
+ background: #fff;
25394
+ border: 1px solid #e2e8f0;
25395
+ border-radius: 16px;
25298
25396
  padding: 18px;
25299
25397
  -webkit-box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
25300
25398
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
25301
25399
  }
25302
25400
 
25303
- .new-inbox-table-card, .new-inbox-top-filters {
25304
- background: #fff;
25305
- border: 1px solid #e2e8f0;
25306
- border-radius: 16px;
25401
+ .new-inbox-tenant-selector {
25402
+ display: -webkit-box;
25403
+ display: -ms-flexbox;
25404
+ display: flex;
25405
+ -webkit-box-orient: vertical;
25406
+ -webkit-box-direction: normal;
25407
+ -ms-flex-direction: column;
25408
+ flex-direction: column;
25409
+ -webkit-box-align: start;
25410
+ -ms-flex-align: start;
25411
+ align-items: flex-start;
25412
+ grid-gap: 10px;
25413
+ gap: 10px;
25414
+ }
25415
+
25416
+ .new-inbox-tenant-dropdown {
25417
+ width: min(100%, 340px);
25307
25418
  }
25308
25419
 
25309
25420
  .new-inbox-table-card {
25310
25421
  margin-top: 16px;
25422
+ background: #fff;
25423
+ border: 1px solid #e2e8f0;
25424
+ border-radius: 16px;
25311
25425
  -webkit-box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
25312
25426
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
25313
25427
  overflow: hidden;
@@ -25368,6 +25482,10 @@ body {
25368
25482
  }
25369
25483
 
25370
25484
  @media screen and (max-width: 768px) {
25485
+ .new-inbox-tenant-dropdown {
25486
+ width: 100%;
25487
+ }
25488
+
25371
25489
  .new-inbox-topbar {
25372
25490
  -webkit-box-orient: vertical;
25373
25491
  -webkit-box-direction: normal;