@egovernments/digit-ui-health-css 1.0.20 → 1.0.21
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
package/src/index.scss
CHANGED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
.attendance-screen-headers{
|
|
2
|
+
color: var(--digitv2-lightTheme-primary-2);
|
|
3
|
+
font-size: var(--digitv2-fontSize-heading-xl-desktop);
|
|
4
|
+
white-space: nowrap;
|
|
5
|
+
font-weight: 700;
|
|
6
|
+
line-height: normal;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.digit-map-users-to-registers-table{
|
|
10
|
+
.rdt_TableBody{
|
|
11
|
+
border:none !important;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -1272,7 +1272,7 @@
|
|
|
1272
1272
|
cursor: pointer;
|
|
1273
1273
|
background-color: #FFFFFF;
|
|
1274
1274
|
transition: background-color 0.15s ease;
|
|
1275
|
-
min-height:
|
|
1275
|
+
min-height: 300px;
|
|
1276
1276
|
box-shadow: 0px 2px 7px 0px #00000026;
|
|
1277
1277
|
|
|
1278
1278
|
|
|
@@ -1298,72 +1298,6 @@
|
|
|
1298
1298
|
}
|
|
1299
1299
|
}
|
|
1300
1300
|
|
|
1301
|
-
.select-hierarchy-campaign-selection-card-level-wrap {
|
|
1302
|
-
display: flex;
|
|
1303
|
-
border: 1px solid #D6D5D4;
|
|
1304
|
-
border-radius: 6px;
|
|
1305
|
-
overflow: hidden;
|
|
1306
|
-
height: 38px;
|
|
1307
|
-
background-color: #FAFAFA;
|
|
1308
|
-
|
|
1309
|
-
.select-hierarchy-campaign-selection-card-level-name {
|
|
1310
|
-
display: flex;
|
|
1311
|
-
align-items: center;
|
|
1312
|
-
justify-content: center;
|
|
1313
|
-
padding: 10px;
|
|
1314
|
-
border-right: 1px solid #D6D5D4;
|
|
1315
|
-
color: #787878;
|
|
1316
|
-
min-width: 44px;
|
|
1317
|
-
flex-shrink: 0;
|
|
1318
|
-
font-family: var(--digitv2-fontFamily-sans);
|
|
1319
|
-
font-style: var(--digitv2-fontStyle-normal);
|
|
1320
|
-
font-weight: var(--digitv2-fontWeight-bold);
|
|
1321
|
-
|
|
1322
|
-
@media (max-aspect-ratio: 9/16) {
|
|
1323
|
-
/* Media query for mobile */
|
|
1324
|
-
font-size: var(--digitv2-fontSize-heading-s-mobile);
|
|
1325
|
-
}
|
|
1326
|
-
|
|
1327
|
-
@media (min-aspect-ratio: 9/16) and (max-aspect-ratio: 3/4) {
|
|
1328
|
-
/* Media query for tablets */
|
|
1329
|
-
font-size: var(--digitv2-fontSize-heading-s-tablet);
|
|
1330
|
-
}
|
|
1331
|
-
|
|
1332
|
-
@media (min-aspect-ratio: 3/4) {
|
|
1333
|
-
/* Media query for desktop */
|
|
1334
|
-
font-size: var(--digitv2-fontSize-heading-s-desktop);
|
|
1335
|
-
}
|
|
1336
|
-
|
|
1337
|
-
}
|
|
1338
|
-
|
|
1339
|
-
.select-hierarchy-campaign-selection-card-level-name-value {
|
|
1340
|
-
display: flex;
|
|
1341
|
-
align-items: center;
|
|
1342
|
-
justify-content: center;
|
|
1343
|
-
padding: 8px 10px;
|
|
1344
|
-
flex: 1;
|
|
1345
|
-
color: #0B4B66;
|
|
1346
|
-
font-family: var(--digitv2-fontFamily-sans);
|
|
1347
|
-
font-style: var(--digitv2-fontStyle-normal);
|
|
1348
|
-
font-weight: var(--digitv2-fontWeight-regular);
|
|
1349
|
-
|
|
1350
|
-
@media (max-aspect-ratio: 9/16) {
|
|
1351
|
-
/* Media query for mobile */
|
|
1352
|
-
font-size: var(--digitv2-fontSize-body-s-mobile);
|
|
1353
|
-
}
|
|
1354
|
-
|
|
1355
|
-
@media (min-aspect-ratio: 9/16) and (max-aspect-ratio: 3/4) {
|
|
1356
|
-
/* Media query for tablets */
|
|
1357
|
-
font-size: var(--digitv2-fontSize-body-s-tablet);
|
|
1358
|
-
}
|
|
1359
|
-
|
|
1360
|
-
@media (min-aspect-ratio: 3/4) {
|
|
1361
|
-
/* Media query for desktop */
|
|
1362
|
-
font-size: var(--digitv2-fontSize-body-s-desktop);
|
|
1363
|
-
}
|
|
1364
|
-
}
|
|
1365
|
-
}
|
|
1366
|
-
|
|
1367
1301
|
&:active {
|
|
1368
1302
|
border: none !important;
|
|
1369
1303
|
}
|
|
@@ -1382,6 +1316,92 @@
|
|
|
1382
1316
|
}
|
|
1383
1317
|
}
|
|
1384
1318
|
|
|
1319
|
+
.select-hierarchy-campaign-selection-card-level-wrap {
|
|
1320
|
+
display: flex;
|
|
1321
|
+
border: 1px solid #D6D5D4;
|
|
1322
|
+
border-radius: 6px;
|
|
1323
|
+
overflow: hidden;
|
|
1324
|
+
height: 38px;
|
|
1325
|
+
background-color: #FAFAFA;
|
|
1326
|
+
}
|
|
1327
|
+
|
|
1328
|
+
.select-hierarchy-campaign-selection-card-level-name {
|
|
1329
|
+
display: flex;
|
|
1330
|
+
align-items: center;
|
|
1331
|
+
justify-content: center;
|
|
1332
|
+
padding: 10px;
|
|
1333
|
+
border-right: 1px solid #D6D5D4;
|
|
1334
|
+
color: #787878;
|
|
1335
|
+
min-width: 44px;
|
|
1336
|
+
flex-shrink: 0;
|
|
1337
|
+
font-family: var(--digitv2-fontFamily-sans);
|
|
1338
|
+
font-style: var(--digitv2-fontStyle-normal);
|
|
1339
|
+
font-weight: var(--digitv2-fontWeight-bold);
|
|
1340
|
+
|
|
1341
|
+
@media (max-aspect-ratio: 9/16) {
|
|
1342
|
+
font-size: var(--digitv2-fontSize-heading-s-mobile);
|
|
1343
|
+
}
|
|
1344
|
+
|
|
1345
|
+
@media (min-aspect-ratio: 9/16) and (max-aspect-ratio: 3/4) {
|
|
1346
|
+
font-size: var(--digitv2-fontSize-heading-s-tablet);
|
|
1347
|
+
}
|
|
1348
|
+
|
|
1349
|
+
@media (min-aspect-ratio: 3/4) {
|
|
1350
|
+
font-size: var(--digitv2-fontSize-heading-s-desktop);
|
|
1351
|
+
}
|
|
1352
|
+
}
|
|
1353
|
+
|
|
1354
|
+
.select-hierarchy-campaign-selection-card-level-name-value {
|
|
1355
|
+
display: flex;
|
|
1356
|
+
align-items: center;
|
|
1357
|
+
justify-content: center;
|
|
1358
|
+
padding: 8px 10px;
|
|
1359
|
+
flex: 1;
|
|
1360
|
+
color: #0B4B66;
|
|
1361
|
+
font-family: var(--digitv2-fontFamily-sans);
|
|
1362
|
+
font-style: var(--digitv2-fontStyle-normal);
|
|
1363
|
+
font-weight: var(--digitv2-fontWeight-regular);
|
|
1364
|
+
|
|
1365
|
+
@media (max-aspect-ratio: 9/16) {
|
|
1366
|
+
font-size: var(--digitv2-fontSize-body-s-mobile);
|
|
1367
|
+
}
|
|
1368
|
+
|
|
1369
|
+
@media (min-aspect-ratio: 9/16) and (max-aspect-ratio: 3/4) {
|
|
1370
|
+
font-size: var(--digitv2-fontSize-body-s-tablet);
|
|
1371
|
+
}
|
|
1372
|
+
|
|
1373
|
+
@media (min-aspect-ratio: 3/4) {
|
|
1374
|
+
font-size: var(--digitv2-fontSize-body-s-desktop);
|
|
1375
|
+
}
|
|
1376
|
+
}
|
|
1377
|
+
|
|
1378
|
+
.select-hierarchy-search-wrap {
|
|
1379
|
+
width: 100%;
|
|
1380
|
+
max-width: 37.5rem;
|
|
1381
|
+
.select-hierarchy-search-label {
|
|
1382
|
+
font-family: var(--digitv2-fontFamily-sans);
|
|
1383
|
+
font-weight: var(--digitv2-fontWeight-regular);
|
|
1384
|
+
font-size: 1rem;
|
|
1385
|
+
color: #363636;
|
|
1386
|
+
}
|
|
1387
|
+
}
|
|
1388
|
+
|
|
1389
|
+
.select-hierarchy-view-more-btn {
|
|
1390
|
+
align-self: flex-start;
|
|
1391
|
+
margin-top: 4px;
|
|
1392
|
+
}
|
|
1393
|
+
|
|
1394
|
+
.hierarchy-view-all-levels-list {
|
|
1395
|
+
display: flex;
|
|
1396
|
+
flex-direction: column;
|
|
1397
|
+
gap: 12px;
|
|
1398
|
+
width: 100%;
|
|
1399
|
+
}
|
|
1400
|
+
|
|
1401
|
+
.digit-popup-wrapper.hierarchy-view-all-popup {
|
|
1402
|
+
width: 23rem;
|
|
1403
|
+
}
|
|
1404
|
+
|
|
1385
1405
|
.reports-configuration {
|
|
1386
1406
|
&__heading {
|
|
1387
1407
|
font-family: var(--digitv2-fontFamily-rc);
|
|
@@ -1503,4 +1523,30 @@
|
|
|
1503
1523
|
display: flex;
|
|
1504
1524
|
justify-content: flex-start;
|
|
1505
1525
|
z-index: 500;
|
|
1526
|
+
}
|
|
1527
|
+
|
|
1528
|
+
.select-hierarchy-step-card{
|
|
1529
|
+
background-color: transparent !important;
|
|
1530
|
+
box-shadow: none !important;
|
|
1531
|
+
}
|
|
1532
|
+
|
|
1533
|
+
.select-hierarchy-step-card-header-wrap{
|
|
1534
|
+
display: flex;
|
|
1535
|
+
justify-content: space-between;
|
|
1536
|
+
align-items: flex-start;
|
|
1537
|
+
|
|
1538
|
+
.date-selection{
|
|
1539
|
+
line-height: normal;
|
|
1540
|
+
}
|
|
1541
|
+
}
|
|
1542
|
+
|
|
1543
|
+
.hierarchy-change-popup{
|
|
1544
|
+
max-width: 35%;
|
|
1545
|
+
.digit-popup-alert-heading{
|
|
1546
|
+
color: #0B4B66 !important;
|
|
1547
|
+
}
|
|
1548
|
+
.digit-popup-children-wrap{
|
|
1549
|
+
padding: 0px !important;
|
|
1550
|
+
display: none;
|
|
1551
|
+
}
|
|
1506
1552
|
}
|
|
@@ -398,4 +398,9 @@ header {
|
|
|
398
398
|
.digit-button-teritiary.large .icon-label-container h2.digit-button-label{
|
|
399
399
|
line-height: normal;
|
|
400
400
|
height: unset;
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
.digit-button-secondary.large .icon-label-container h2.digit-button-label{
|
|
404
|
+
line-height: normal;
|
|
405
|
+
height: unset;
|
|
401
406
|
}
|