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

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.3
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;
@@ -12091,14 +12091,11 @@ body {
12091
12091
  width: 17.5% !important;
12092
12092
  height: -webkit-fit-content;
12093
12093
  height: -moz-fit-content;
12094
- height: fit-content;
12095
- margin-left: 40px; }
12094
+ height: fit-content; }
12096
12095
  .case-and-admission .view-case-file .file-case-checklist .checklist-main {
12097
- width: 17.5%;
12098
12096
  border: 1px solid #e8e8e8;
12099
12097
  padding: 16px 20px;
12100
12098
  border-radius: 4px;
12101
- position: fixed;
12102
12099
  bottom: 78px;
12103
12100
  right: 24px;
12104
12101
  display: -webkit-box;
@@ -12145,14 +12142,11 @@ body {
12145
12142
  width: 17.5% !important;
12146
12143
  height: -webkit-fit-content;
12147
12144
  height: -moz-fit-content;
12148
- height: fit-content;
12149
- margin-left: 40px; }
12145
+ height: fit-content; }
12150
12146
  .case-and-admission .view-case-file .file-case-checklist-highlight .checklist-main {
12151
- width: 17.5%;
12152
12147
  border: 1px solid #e8e8e8;
12153
12148
  padding: 16px 20px;
12154
12149
  border-radius: 4px;
12155
- position: fixed;
12156
12150
  bottom: 78px;
12157
12151
  right: 24px;
12158
12152
  display: -webkit-box;
@@ -14214,6 +14208,16 @@ body {
14214
14208
  .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
14209
  margin-bottom: 16px !important; } }
14216
14210
 
14211
+ .user-address-form .card .bolder, .user-address-form .card-emp .bolder {
14212
+ font-weight: 700 !important;
14213
+ margin-bottom: 8px;
14214
+ font-size: 21px !important;
14215
+ color: #333;
14216
+ line-height: 1.4; }
14217
+
14218
+ .user-address-form .card div:nth-of-type(2) .bolder, .user-address-form .card-emp div:nth-of-type(2) .bolder {
14219
+ font-size: 16px !important; }
14220
+
14217
14221
  .verify-phone-div {
14218
14222
  padding: 16px 24px;
14219
14223
  display: -webkit-box;