dristi-ui-css 0.0.3-dristi-kerala.2 → 0.0.3-dristi-kerala.4

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.2
3
+ * dristi-ui-css - 0.0.3-dristi-kerala.4
4
4
  *
5
5
  * Copyright (c) 2025 Akshay Kumar <akshay.kumar@beehyv.com>
6
6
  *
@@ -2241,6 +2241,9 @@
2241
2241
  .rdrDayNumber span {
2242
2242
  color: #333; }
2243
2243
 
2244
+ .nonWorkingDay {
2245
+ background-color: #fcc; }
2246
+
2244
2247
  .rdrSelected {
2245
2248
  background: #007e7e !important;
2246
2249
  color: #fff !important;
@@ -2255,7 +2258,7 @@
2255
2258
  width: 40px;
2256
2259
  height: 40px;
2257
2260
  position: relative;
2258
- border: 1px solid;
2261
+ border: 1px solid #00f;
2259
2262
  border-radius: 50%; }
2260
2263
 
2261
2264
  .rdrDayEndPreview.rdrDayHovered span:after, .rdrDayStartPreview.rdrDayHovered span:after {
@@ -2324,10 +2327,7 @@
2324
2327
  color: #9ca3af !important; }
2325
2328
 
2326
2329
  .rdrDayEndPreview {
2327
- margin: auto;
2328
- height: 40px;
2329
- width: 40px;
2330
- border-radius: 50%; }
2330
+ border: none !important; }
2331
2331
 
2332
2332
  .data-table {
2333
2333
  --text-opacity:1;
@@ -12018,9 +12018,10 @@ body {
12018
12018
  .case-and-admission .view-case-file .file-case-side-stepper {
12019
12019
  width: 22.5% !important; }
12020
12020
  .case-and-admission .view-case-file .file-case-side-stepper .file-case-select-form-section {
12021
- width: 22.5%;
12022
- position: fixed;
12023
- padding-right: 40px; }
12021
+ width: 100%;
12022
+ position: sticky;
12023
+ padding-right: 40px;
12024
+ top: 72px; }
12024
12025
  .case-and-admission .view-case-file .file-case-form-section {
12025
12026
  width: 58% !important;
12026
12027
  max-width: 60% !important; }
@@ -12091,14 +12092,11 @@ body {
12091
12092
  width: 17.5% !important;
12092
12093
  height: -webkit-fit-content;
12093
12094
  height: -moz-fit-content;
12094
- height: fit-content;
12095
- margin-left: 40px; }
12095
+ height: fit-content; }
12096
12096
  .case-and-admission .view-case-file .file-case-checklist .checklist-main {
12097
- width: 17.5%;
12098
12097
  border: 1px solid #e8e8e8;
12099
12098
  padding: 16px 20px;
12100
12099
  border-radius: 4px;
12101
- position: fixed;
12102
12100
  bottom: 78px;
12103
12101
  right: 24px;
12104
12102
  display: -webkit-box;
@@ -12141,18 +12139,17 @@ body {
12141
12139
  color: #3d3c3c;
12142
12140
  margin: 0;
12143
12141
  word-wrap: break-word; }
12142
+ .case-and-admission .view-case-file .file-case-checklist .checkpoint-connect-wrap {
12143
+ padding-bottom: 20px !important; }
12144
12144
  .case-and-admission .view-case-file .file-case-checklist-highlight {
12145
12145
  width: 17.5% !important;
12146
12146
  height: -webkit-fit-content;
12147
12147
  height: -moz-fit-content;
12148
- height: fit-content;
12149
- margin-left: 40px; }
12148
+ height: fit-content; }
12150
12149
  .case-and-admission .view-case-file .file-case-checklist-highlight .checklist-main {
12151
- width: 17.5%;
12152
12150
  border: 1px solid #e8e8e8;
12153
12151
  padding: 16px 20px;
12154
12152
  border-radius: 4px;
12155
- position: fixed;
12156
12153
  bottom: 78px;
12157
12154
  right: 24px;
12158
12155
  display: -webkit-box;
@@ -12197,6 +12194,8 @@ body {
12197
12194
  color: #3d3c3c;
12198
12195
  margin: 0;
12199
12196
  word-wrap: break-word; }
12197
+ .case-and-admission .view-case-file .file-case-checklist-highlight .checkpoint-connect-wrap {
12198
+ padding-bottom: 20px !important; }
12200
12199
 
12201
12200
  .custom-case-info-div {
12202
12201
  background-color: #f7f5f3;
@@ -14214,6 +14213,16 @@ body {
14214
14213
  .popup-module.otp-modal-class .popup-module-main form .card .message p, .popup-module.otp-modal-class .popup-module-main form .card-emp .message p {
14215
14214
  margin-bottom: 16px !important; } }
14216
14215
 
14216
+ .user-address-form .card .bolder, .user-address-form .card-emp .bolder {
14217
+ font-weight: 700 !important;
14218
+ margin-bottom: 8px;
14219
+ font-size: 21px !important;
14220
+ color: #333;
14221
+ line-height: 1.4; }
14222
+
14223
+ .user-address-form .card div:nth-of-type(2) .bolder, .user-address-form .card-emp div:nth-of-type(2) .bolder {
14224
+ font-size: 16px !important; }
14225
+
14217
14226
  .verify-phone-div {
14218
14227
  padding: 16px 24px;
14219
14228
  display: -webkit-box;