dristi-ui-css 0.0.3-dristi-kerala.5 → 0.0.3-dristi-kerala.6

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.5
3
+ * dristi-ui-css - 0.0.3-dristi-kerala.6
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;