dristi-ui-css 0.0.3-dristi-kerala.5 → 0.0.3-dristi-kerala.7
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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
|
-
* dristi-ui-css - 0.0.3-dristi-kerala.
|
|
3
|
+
* dristi-ui-css - 0.0.3-dristi-kerala.7
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2025 Akshay Kumar <akshay.kumar@beehyv.com>
|
|
6
6
|
*
|
|
@@ -10571,6 +10571,72 @@ body {
|
|
|
10571
10571
|
color: #77787b;
|
|
10572
10572
|
padding: 12px; }
|
|
10573
10573
|
|
|
10574
|
+
.custom-editor-wrapper {
|
|
10575
|
+
border: 1px solid #ccc;
|
|
10576
|
+
border-radius: 4px; }
|
|
10577
|
+
.custom-editor-wrapper .rdw-editor-toolbar {
|
|
10578
|
+
border: none;
|
|
10579
|
+
border-bottom: 1px solid #ccc;
|
|
10580
|
+
margin: 0;
|
|
10581
|
+
padding: 8px; }
|
|
10582
|
+
.custom-editor-wrapper .rdw-editor-main {
|
|
10583
|
+
height: 300px !important;
|
|
10584
|
+
overflow: hidden !important;
|
|
10585
|
+
border: none;
|
|
10586
|
+
padding: 12px;
|
|
10587
|
+
-webkit-box-sizing: border-box;
|
|
10588
|
+
box-sizing: border-box;
|
|
10589
|
+
counter-reset: clean-counter; }
|
|
10590
|
+
.custom-editor-wrapper .rdw-editor-main ol {
|
|
10591
|
+
padding-left: 0 !important; }
|
|
10592
|
+
.custom-editor-wrapper .rdw-editor-main ol li {
|
|
10593
|
+
position: relative;
|
|
10594
|
+
padding-left: 30px !important; }
|
|
10595
|
+
.custom-editor-wrapper .rdw-editor-main ol li {
|
|
10596
|
+
counter-increment: clean-counter; }
|
|
10597
|
+
.custom-editor-wrapper .rdw-editor-main ol li:before {
|
|
10598
|
+
content: counter(clean-counter) ". ";
|
|
10599
|
+
position: absolute;
|
|
10600
|
+
left: 0;
|
|
10601
|
+
top: 0;
|
|
10602
|
+
font-weight: 400;
|
|
10603
|
+
color: currentColor; }
|
|
10604
|
+
.custom-editor-wrapper .DraftEditor-root {
|
|
10605
|
+
height: 100% !important;
|
|
10606
|
+
overflow-y: auto !important;
|
|
10607
|
+
scrollbar-width: thin;
|
|
10608
|
+
scrollbar-color: transparent transparent;
|
|
10609
|
+
scroll-behavior: smooth; }
|
|
10610
|
+
.custom-editor-wrapper .DraftEditor-root::-webkit-scrollbar {
|
|
10611
|
+
width: 6px; }
|
|
10612
|
+
.custom-editor-wrapper .DraftEditor-root::-webkit-scrollbar-track {
|
|
10613
|
+
background: transparent; }
|
|
10614
|
+
.custom-editor-wrapper .DraftEditor-root::-webkit-scrollbar-thumb {
|
|
10615
|
+
background: transparent;
|
|
10616
|
+
border-radius: 3px; }
|
|
10617
|
+
.custom-editor-wrapper .DraftEditor-root:hover::-webkit-scrollbar-thumb {
|
|
10618
|
+
background: rgba(204, 204, 204, 0.8); }
|
|
10619
|
+
.custom-editor-wrapper .DraftEditor-root::-webkit-scrollbar-thumb:hover {
|
|
10620
|
+
background: #999; }
|
|
10621
|
+
.custom-editor-wrapper .DraftEditor-editorContainer {
|
|
10622
|
+
height: 100% !important; }
|
|
10623
|
+
.custom-editor-wrapper .public-DraftEditor-content {
|
|
10624
|
+
min-height: 100% !important; }
|
|
10625
|
+
|
|
10626
|
+
.value ol {
|
|
10627
|
+
list-style-type: decimal; }
|
|
10628
|
+
|
|
10629
|
+
.value ol, .value ul {
|
|
10630
|
+
padding-left: 20px;
|
|
10631
|
+
margin-top: .5rem;
|
|
10632
|
+
margin-bottom: .5rem; }
|
|
10633
|
+
|
|
10634
|
+
.value ul {
|
|
10635
|
+
list-style-type: disc; }
|
|
10636
|
+
|
|
10637
|
+
.value li {
|
|
10638
|
+
margin-bottom: .25rem; }
|
|
10639
|
+
|
|
10574
10640
|
.custom-note-main-div {
|
|
10575
10641
|
padding: 8px;
|
|
10576
10642
|
background-color: #ecf3fd;
|
|
@@ -12196,6 +12262,9 @@ body {
|
|
|
12196
12262
|
word-wrap: break-word; }
|
|
12197
12263
|
.case-and-admission .view-case-file .file-case-checklist-highlight .checkpoint-connect-wrap {
|
|
12198
12264
|
padding-bottom: 20px !important; }
|
|
12265
|
+
.case-and-admission .view-case-file .view-image-modal .card, .case-and-admission .view-case-file .view-image-modal .card-emp {
|
|
12266
|
+
max-width: none;
|
|
12267
|
+
height: calc(100vh - 154px); }
|
|
12199
12268
|
|
|
12200
12269
|
.custom-case-info-div {
|
|
12201
12270
|
background-color: #f7f5f3;
|
|
@@ -16263,6 +16332,182 @@ body {
|
|
|
16263
16332
|
height: 40px;
|
|
16264
16333
|
cursor: pointer; }
|
|
16265
16334
|
|
|
16335
|
+
.bottom-drawer-wrapper {
|
|
16336
|
+
position: fixed;
|
|
16337
|
+
bottom: 0;
|
|
16338
|
+
left: 0;
|
|
16339
|
+
right: 0;
|
|
16340
|
+
z-index: 1000; }
|
|
16341
|
+
.bottom-drawer-wrapper .bottom-drawer-overlay {
|
|
16342
|
+
top: 0;
|
|
16343
|
+
background-color: rgba(0, 0, 0, 0.5); }
|
|
16344
|
+
.bottom-drawer-wrapper .bottom-drawer, .bottom-drawer-wrapper .bottom-drawer-overlay {
|
|
16345
|
+
position: fixed;
|
|
16346
|
+
left: 0;
|
|
16347
|
+
right: 0;
|
|
16348
|
+
bottom: 0; }
|
|
16349
|
+
.bottom-drawer-wrapper .bottom-drawer {
|
|
16350
|
+
background: #fff;
|
|
16351
|
+
border-radius: 16px 16px 0 0;
|
|
16352
|
+
padding: 24px 0 24px 24px;
|
|
16353
|
+
-webkit-transform: translateY(100%);
|
|
16354
|
+
transform: translateY(100%);
|
|
16355
|
+
-webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
16356
|
+
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
16357
|
+
max-height: calc(100vh - 90px);
|
|
16358
|
+
opacity: 0;
|
|
16359
|
+
visibility: hidden; }
|
|
16360
|
+
.bottom-drawer-wrapper .bottom-drawer.open {
|
|
16361
|
+
-webkit-transform: translateY(0);
|
|
16362
|
+
transform: translateY(0);
|
|
16363
|
+
opacity: 1;
|
|
16364
|
+
visibility: visible;
|
|
16365
|
+
-webkit-box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
|
|
16366
|
+
box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08); }
|
|
16367
|
+
.bottom-drawer-wrapper .bottom-drawer .drawer-header .header-content {
|
|
16368
|
+
display: -webkit-box;
|
|
16369
|
+
display: -ms-flexbox;
|
|
16370
|
+
display: flex;
|
|
16371
|
+
grid-gap: 8px;
|
|
16372
|
+
gap: 8px; }
|
|
16373
|
+
.bottom-drawer-wrapper .bottom-drawer .drawer-header .header-content h2 {
|
|
16374
|
+
margin: 0;
|
|
16375
|
+
font-family: Roboto;
|
|
16376
|
+
font-weight: 700;
|
|
16377
|
+
font-size: 24px;
|
|
16378
|
+
line-height: 100%;
|
|
16379
|
+
letter-spacing: 0;
|
|
16380
|
+
color: #231f20; }
|
|
16381
|
+
.bottom-drawer-wrapper .bottom-drawer .drawer-header .header-content .drawer-close-button {
|
|
16382
|
+
background: none;
|
|
16383
|
+
border: none;
|
|
16384
|
+
cursor: pointer;
|
|
16385
|
+
padding: 4px; }
|
|
16386
|
+
.bottom-drawer-wrapper .bottom-drawer .drawer-header .header-content .drawer-close-button svg {
|
|
16387
|
+
width: 16px;
|
|
16388
|
+
height: 16px; }
|
|
16389
|
+
.bottom-drawer-wrapper .bottom-drawer .drawer-content {
|
|
16390
|
+
grid-gap: 32px;
|
|
16391
|
+
gap: 32px;
|
|
16392
|
+
display: -webkit-box;
|
|
16393
|
+
display: -ms-flexbox;
|
|
16394
|
+
display: flex;
|
|
16395
|
+
-webkit-box-orient: vertical;
|
|
16396
|
+
-webkit-box-direction: normal;
|
|
16397
|
+
-ms-flex-direction: column;
|
|
16398
|
+
flex-direction: column;
|
|
16399
|
+
margin: 0 0 16px;
|
|
16400
|
+
padding-right: 16px;
|
|
16401
|
+
opacity: 1;
|
|
16402
|
+
-webkit-transform: translateY(20px);
|
|
16403
|
+
transform: translateY(20px);
|
|
16404
|
+
-webkit-transition: all .3s ease;
|
|
16405
|
+
transition: all .3s ease;
|
|
16406
|
+
-webkit-transition-delay: .2s;
|
|
16407
|
+
transition-delay: .2s;
|
|
16408
|
+
max-height: calc(100vh - 264px);
|
|
16409
|
+
overflow-y: auto; }
|
|
16410
|
+
.open .bottom-drawer-wrapper .bottom-drawer .drawer-content {
|
|
16411
|
+
opacity: 1;
|
|
16412
|
+
-webkit-transform: translateY(0);
|
|
16413
|
+
transform: translateY(0); }
|
|
16414
|
+
.bottom-drawer-wrapper .bottom-drawer .drawer-content .drawer-section {
|
|
16415
|
+
display: -webkit-box;
|
|
16416
|
+
display: -ms-flexbox;
|
|
16417
|
+
display: flex;
|
|
16418
|
+
-webkit-box-orient: vertical;
|
|
16419
|
+
-webkit-box-direction: normal;
|
|
16420
|
+
-ms-flex-direction: column;
|
|
16421
|
+
flex-direction: column;
|
|
16422
|
+
grid-gap: 16px;
|
|
16423
|
+
gap: 16px;
|
|
16424
|
+
padding: 16px;
|
|
16425
|
+
border: 1px solid #e8e8e8; }
|
|
16426
|
+
.bottom-drawer-wrapper .bottom-drawer .drawer-content .drawer-section .custom-textarea-style textarea {
|
|
16427
|
+
width: 100%;
|
|
16428
|
+
height: 148px; }
|
|
16429
|
+
.bottom-drawer-wrapper .bottom-drawer .drawer-content .drawer-section .custom-textarea-style textarea:focus {
|
|
16430
|
+
outline: none;
|
|
16431
|
+
border: none;
|
|
16432
|
+
-webkit-box-shadow: none;
|
|
16433
|
+
box-shadow: none; }
|
|
16434
|
+
.bottom-drawer-wrapper .bottom-drawer .drawer-content .drawer-section .custom-textarea-style .cell-text {
|
|
16435
|
+
display: none; }
|
|
16436
|
+
.bottom-drawer-wrapper .bottom-drawer .drawer-content .drawer-section .order-date-picker {
|
|
16437
|
+
border-color: #566056 !important; }
|
|
16438
|
+
.bottom-drawer-wrapper .bottom-drawer .drawer-content .drawer-section .drawer-sub-section {
|
|
16439
|
+
display: -webkit-box;
|
|
16440
|
+
display: -ms-flexbox;
|
|
16441
|
+
display: flex;
|
|
16442
|
+
grid-gap: 16px;
|
|
16443
|
+
gap: 16px;
|
|
16444
|
+
-webkit-box-pack: justify;
|
|
16445
|
+
-ms-flex-pack: justify;
|
|
16446
|
+
justify-content: space-between; }
|
|
16447
|
+
.bottom-drawer-wrapper .bottom-drawer .drawer-content .drawer-section .drawer-sub-section .case-label-field-pair {
|
|
16448
|
+
-webkit-box-flex: 1;
|
|
16449
|
+
-ms-flex: 1;
|
|
16450
|
+
flex: 1;
|
|
16451
|
+
width: 100%; }
|
|
16452
|
+
.bottom-drawer-wrapper .bottom-drawer .drawer-content .drawer-section .drawer-sub-section .case-label-field-pair.disabled .select-wrap {
|
|
16453
|
+
background-color: #d9d9d9;
|
|
16454
|
+
cursor: not-allowed; }
|
|
16455
|
+
.bottom-drawer-wrapper .bottom-drawer .drawer-content .drawer-section .drawer-sub-section .case-label-field-pair.disabled .multi-select-dropdown-wrap {
|
|
16456
|
+
background-color: #d9d9d9;
|
|
16457
|
+
cursor: not-allowed; }
|
|
16458
|
+
.bottom-drawer-wrapper .bottom-drawer .drawer-content .drawer-section .drawer-sub-section .case-label-field-pair.disabled .order-date-picker {
|
|
16459
|
+
border-color: #a6abae !important; }
|
|
16460
|
+
.bottom-drawer-wrapper .bottom-drawer .drawer-content .drawer-section .drawer-sub-section .master, .bottom-drawer-wrapper .bottom-drawer .drawer-content .drawer-section .drawer-sub-section .select {
|
|
16461
|
+
height: 42px; }
|
|
16462
|
+
.bottom-drawer-wrapper .bottom-drawer .drawer-content .drawer-section .drawer-sub-section .radio-wrap {
|
|
16463
|
+
margin: 0 !important; }
|
|
16464
|
+
.bottom-drawer-wrapper .bottom-drawer .drawer-content .drawer-section .drawer-sub-section .drawer-sub-section-title {
|
|
16465
|
+
font-family: Roboto;
|
|
16466
|
+
font-weight: 700;
|
|
16467
|
+
font-size: 24px;
|
|
16468
|
+
line-height: 100%;
|
|
16469
|
+
letter-spacing: 0;
|
|
16470
|
+
color: #231f20;
|
|
16471
|
+
margin: 0; }
|
|
16472
|
+
.bottom-drawer-wrapper .bottom-drawer .drawer-content .drawer-section .drawer-sub-section .custom-date-picker {
|
|
16473
|
+
margin-bottom: 0 !important; }
|
|
16474
|
+
.bottom-drawer-wrapper .bottom-drawer .drawer-footer {
|
|
16475
|
+
display: -webkit-box;
|
|
16476
|
+
display: -ms-flexbox;
|
|
16477
|
+
display: flex;
|
|
16478
|
+
-webkit-box-pack: end;
|
|
16479
|
+
-ms-flex-pack: end;
|
|
16480
|
+
justify-content: flex-end;
|
|
16481
|
+
grid-gap: 16px;
|
|
16482
|
+
gap: 16px;
|
|
16483
|
+
padding-top: 32px;
|
|
16484
|
+
padding-right: 32px; }
|
|
16485
|
+
.bottom-drawer-wrapper .bottom-drawer .drawer-footer .order-drawer-save-btn {
|
|
16486
|
+
padding: 12px;
|
|
16487
|
+
-webkit-box-shadow: none;
|
|
16488
|
+
box-shadow: none; }
|
|
16489
|
+
|
|
16490
|
+
.confirm-end-hearing-modal {
|
|
16491
|
+
width: 896px !important; }
|
|
16492
|
+
.confirm-end-hearing-modal .checkbox-wrap .custom-checkbox, .confirm-end-hearing-modal .checkbox-wrap .custom-checkbox-emp {
|
|
16493
|
+
margin: 8px 0 0; }
|
|
16494
|
+
|
|
16495
|
+
.selector-button-primary.end-and-view-causelist-button {
|
|
16496
|
+
background: #fff;
|
|
16497
|
+
-webkit-box-shadow: none;
|
|
16498
|
+
box-shadow: none;
|
|
16499
|
+
border: 1px solid #007e7e; }
|
|
16500
|
+
.selector-button-primary.end-and-view-causelist-button h2 {
|
|
16501
|
+
color: #007e7e;
|
|
16502
|
+
font-family: Roboto;
|
|
16503
|
+
font-weight: 700;
|
|
16504
|
+
font-size: 16px;
|
|
16505
|
+
line-height: 100%; }
|
|
16506
|
+
|
|
16507
|
+
.end-and-view-causelist-submit-button {
|
|
16508
|
+
background: #bb2c2f !important;
|
|
16509
|
+
border: none !important; }
|
|
16510
|
+
|
|
16266
16511
|
.hearing-side-card {
|
|
16267
16512
|
display: -webkit-box;
|
|
16268
16513
|
display: -ms-flexbox;
|