dristi-ui-css 0.0.3-dristi-kerala.1 → 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.1
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,16 +2241,25 @@
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;
2247
2250
  left: 0 !important;
2248
2251
  right: 0 !important;
2249
- margin: auto !important; }
2252
+ margin: auto !important;
2253
+ border-radius: 50%;
2254
+ height: 40px;
2255
+ width: 40px; }
2250
2256
 
2251
- .rdrDayHovered span:after {
2252
- border: none !important;
2253
- background: none !important; }
2257
+ .rdrDayHovered .rdrDayNumber {
2258
+ width: 40px;
2259
+ height: 40px;
2260
+ position: relative;
2261
+ border: 1px solid #00f;
2262
+ border-radius: 50%; }
2254
2263
 
2255
2264
  .rdrDayEndPreview.rdrDayHovered span:after, .rdrDayStartPreview.rdrDayHovered span:after {
2256
2265
  content: "";
@@ -2277,6 +2286,11 @@
2277
2286
  right: 0;
2278
2287
  margin: auto; }
2279
2288
 
2289
+ .rdrDayEndOfMonth .rdrDayInPreview, .rdrDayEndOfMonth .rdrDayStartPreview, .rdrDayEndOfWeek .rdrDayInPreview, .rdrDayEndOfWeek .rdrDayStartPreview {
2290
+ height: 40px !important;
2291
+ width: 40px !important;
2292
+ border-radius: 50% !important; }
2293
+
2280
2294
  .rdrDay {
2281
2295
  height: 52px !important;
2282
2296
  line-height: 45px !important;
@@ -2313,7 +2327,7 @@
2313
2327
  color: #9ca3af !important; }
2314
2328
 
2315
2329
  .rdrDayEndPreview {
2316
- margin: auto; }
2330
+ border: none !important; }
2317
2331
 
2318
2332
  .data-table {
2319
2333
  --text-opacity:1;
@@ -12077,14 +12091,11 @@ body {
12077
12091
  width: 17.5% !important;
12078
12092
  height: -webkit-fit-content;
12079
12093
  height: -moz-fit-content;
12080
- height: fit-content;
12081
- margin-left: 40px; }
12094
+ height: fit-content; }
12082
12095
  .case-and-admission .view-case-file .file-case-checklist .checklist-main {
12083
- width: 17.5%;
12084
12096
  border: 1px solid #e8e8e8;
12085
12097
  padding: 16px 20px;
12086
12098
  border-radius: 4px;
12087
- position: fixed;
12088
12099
  bottom: 78px;
12089
12100
  right: 24px;
12090
12101
  display: -webkit-box;
@@ -12131,14 +12142,11 @@ body {
12131
12142
  width: 17.5% !important;
12132
12143
  height: -webkit-fit-content;
12133
12144
  height: -moz-fit-content;
12134
- height: fit-content;
12135
- margin-left: 40px; }
12145
+ height: fit-content; }
12136
12146
  .case-and-admission .view-case-file .file-case-checklist-highlight .checklist-main {
12137
- width: 17.5%;
12138
12147
  border: 1px solid #e8e8e8;
12139
12148
  padding: 16px 20px;
12140
12149
  border-radius: 4px;
12141
- position: fixed;
12142
12150
  bottom: 78px;
12143
12151
  right: 24px;
12144
12152
  display: -webkit-box;
@@ -14200,6 +14208,16 @@ body {
14200
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 {
14201
14209
  margin-bottom: 16px !important; } }
14202
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
+
14203
14221
  .verify-phone-div {
14204
14222
  padding: 16px 24px;
14205
14223
  display: -webkit-box;