dristi-ui-css 0.0.3-dristi-kerala.7 → 0.0.3-dristi-kerala.8
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 +1 -177
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/pages/employee/evidenceheader.scss +0 -197
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.8
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2025 Akshay Kumar <akshay.kumar@beehyv.com>
|
|
6
6
|
*
|
|
@@ -16332,182 +16332,6 @@ body {
|
|
|
16332
16332
|
height: 40px;
|
|
16333
16333
|
cursor: pointer; }
|
|
16334
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
|
-
|
|
16511
16335
|
.hearing-side-card {
|
|
16512
16336
|
display: -webkit-box;
|
|
16513
16337
|
display: -ms-flexbox;
|