@egovernments/digit-ui-health-css 0.3.12 → 0.3.17

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@egovernments/digit-ui-health-css",
3
- "version": "0.3.12",
3
+ "version": "0.3.17",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "author": "Jagankumar <jagan.kumar@egov.org.in>",
@@ -1313,3 +1313,60 @@ tbody {
1313
1313
  visibility: visible;
1314
1314
  opacity: 1;
1315
1315
  }
1316
+
1317
+
1318
+ .drawer-container-tooltip:hover .onhover-tooltip-text {
1319
+ visibility: visible;
1320
+ opacity: 1;
1321
+ }
1322
+
1323
+
1324
+ .drawer-container-tooltip:hover .onhover-tooltip-text {
1325
+ visibility: visible;
1326
+ opacity: 1;
1327
+ }
1328
+
1329
+
1330
+ .pgr-download-button {
1331
+ background: none;
1332
+ border: none;
1333
+ cursor: pointer;
1334
+ padding: 4px;
1335
+ display: flex;
1336
+ align-items: center;
1337
+ }
1338
+
1339
+ /* Custom styling for PGR Inbox date range field - targets the 3rd search field */
1340
+ .pgr-inbox-wrapper {
1341
+ .search-field-wrapper .digit-label-field-pair.digit-inbox-search-composer-label-pair.vertical:nth-child(3) {
1342
+ row-gap: 0.5rem !important;
1343
+ }
1344
+ }
1345
+
1346
+ /* Boundary dropdown container - increased row gap between dropdowns */
1347
+ .boundary-dropdown-container {
1348
+ display: flex;
1349
+ flex-direction: column;
1350
+ min-width: 100%;
1351
+
1352
+ .digit-text-input-field {
1353
+ margin-bottom: 1.5rem;
1354
+ min-width: 100%;
1355
+ }
1356
+
1357
+ .comment-label {
1358
+ min-width: 80%;
1359
+ }
1360
+ }
1361
+
1362
+ /* Add line separators between form sections in CreateComplaint form */
1363
+ .custom-form-complaints {
1364
+ .digit-card-section-header:not(:first-of-type) {
1365
+ border-top: 0.2rem solid #D6D5D5;
1366
+ padding-top: 1rem;
1367
+ }
1368
+
1369
+ .digit-card-section-header {
1370
+ margin-bottom: 1.5rem;
1371
+ }
1372
+ }