@pmidc/upyog-css 1.2.36-UAT.16 → 1.2.36-UAT.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
|
@@ -36,6 +36,7 @@ a {
|
|
|
36
36
|
abbr[title] {
|
|
37
37
|
border-bottom: none;
|
|
38
38
|
text-decoration: underline;
|
|
39
|
+
-webkit-text-decoration: underline dotted;
|
|
39
40
|
text-decoration: underline dotted;
|
|
40
41
|
}
|
|
41
42
|
|
|
@@ -16458,10 +16459,33 @@ body {
|
|
|
16458
16459
|
width: auto;
|
|
16459
16460
|
}
|
|
16460
16461
|
|
|
16461
|
-
.
|
|
16462
|
+
.fire-noc-doc-required-card {
|
|
16463
|
+
background: #fafafa;
|
|
16464
|
+
border: 1px solid #d6d5d4;
|
|
16465
|
+
border-radius: 4px;
|
|
16466
|
+
max-width: 600px;
|
|
16467
|
+
min-width: 95%;
|
|
16468
|
+
margin-bottom: 15px;
|
|
16469
|
+
padding: 15px 8px 8px;
|
|
16470
|
+
}
|
|
16471
|
+
|
|
16472
|
+
.fire-noc-doc-required-field {
|
|
16473
|
+
min-width: 100%;
|
|
16474
|
+
-webkit-box-orient: vertical;
|
|
16475
|
+
-webkit-box-direction: normal;
|
|
16476
|
+
-ms-flex-direction: column;
|
|
16477
|
+
flex-direction: column;
|
|
16478
|
+
grid-gap: 10px;
|
|
16479
|
+
gap: 10px;
|
|
16480
|
+
}
|
|
16481
|
+
|
|
16482
|
+
.fire-noc-doc-required-field, .surveyListclockDiv {
|
|
16462
16483
|
display: -webkit-box;
|
|
16463
16484
|
display: -ms-flexbox;
|
|
16464
16485
|
display: flex;
|
|
16486
|
+
}
|
|
16487
|
+
|
|
16488
|
+
.surveyListclockDiv {
|
|
16465
16489
|
-webkit-box-align: center;
|
|
16466
16490
|
-ms-flex-align: center;
|
|
16467
16491
|
align-items: center;
|
|
@@ -25295,19 +25319,38 @@ body {
|
|
|
25295
25319
|
|
|
25296
25320
|
.new-inbox-top-filters {
|
|
25297
25321
|
margin: 12px 0 16px;
|
|
25322
|
+
background: #fff;
|
|
25323
|
+
border: 1px solid #e2e8f0;
|
|
25324
|
+
border-radius: 16px;
|
|
25298
25325
|
padding: 18px;
|
|
25299
25326
|
-webkit-box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
|
|
25300
25327
|
box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
|
|
25301
25328
|
}
|
|
25302
25329
|
|
|
25303
|
-
.new-inbox-
|
|
25304
|
-
|
|
25305
|
-
|
|
25306
|
-
|
|
25330
|
+
.new-inbox-tenant-selector {
|
|
25331
|
+
display: -webkit-box;
|
|
25332
|
+
display: -ms-flexbox;
|
|
25333
|
+
display: flex;
|
|
25334
|
+
-webkit-box-orient: vertical;
|
|
25335
|
+
-webkit-box-direction: normal;
|
|
25336
|
+
-ms-flex-direction: column;
|
|
25337
|
+
flex-direction: column;
|
|
25338
|
+
-webkit-box-align: start;
|
|
25339
|
+
-ms-flex-align: start;
|
|
25340
|
+
align-items: flex-start;
|
|
25341
|
+
grid-gap: 10px;
|
|
25342
|
+
gap: 10px;
|
|
25343
|
+
}
|
|
25344
|
+
|
|
25345
|
+
.new-inbox-tenant-dropdown {
|
|
25346
|
+
width: min(100%, 340px);
|
|
25307
25347
|
}
|
|
25308
25348
|
|
|
25309
25349
|
.new-inbox-table-card {
|
|
25310
25350
|
margin-top: 16px;
|
|
25351
|
+
background: #fff;
|
|
25352
|
+
border: 1px solid #e2e8f0;
|
|
25353
|
+
border-radius: 16px;
|
|
25311
25354
|
-webkit-box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
|
|
25312
25355
|
box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
|
|
25313
25356
|
overflow: hidden;
|
|
@@ -25368,6 +25411,10 @@ body {
|
|
|
25368
25411
|
}
|
|
25369
25412
|
|
|
25370
25413
|
@media screen and (max-width: 768px) {
|
|
25414
|
+
.new-inbox-tenant-dropdown {
|
|
25415
|
+
width: 100%;
|
|
25416
|
+
}
|
|
25417
|
+
|
|
25371
25418
|
.new-inbox-topbar {
|
|
25372
25419
|
-webkit-box-orient: vertical;
|
|
25373
25420
|
-webkit-box-direction: normal;
|