Skip to content

Commit

Permalink
Added css for payment module (#2079)
Browse files Browse the repository at this point in the history
Co-authored-by: rachana-egov <rachana.singh@egovernment.org>
  • Loading branch information
rachana-egov and rachana-egov authored Dec 26, 2024
1 parent 1071972 commit 19805a3
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<title>DIGIT</title>
<link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-css@1.8.3/dist/index.css" />
<link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-components-css@0.0.2-beta.43/dist/index.css" />
<link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-health-css@0.2.31/dist/index.css" />
<link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-health-css@0.2.32/dist/index.css" />


<!-- added below css for hcm-workbench module inclusion-->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egovernments/digit-ui-health-css",
"version": "0.2.31",
"version": "0.2.32",
"license": "MIT",
"main": "dist/index.css",
"author": "Jagankumar <jagan.kumar@egov.org.in>",
Expand Down Expand Up @@ -66,4 +66,4 @@
"digit-ui",
"css"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@
@import "./pages/employee/microplanInbox.scss";
@import "./pages/employee/fetchFromMicroplan.scss";
@import "./pages/employee/checklist.scss";
@import "./pages/employee/mapview.scss";
@import "./pages/employee/mapview.scss";
@import "./pages/employee/payment.scss";
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
@import url("../../index.scss");

/* Payment.css */

.component-table-wrapper .pagination {
display: unset;
justify-content: unset;
background-color: unset;
border-top: unset;
padding: unset;
color: unset;

svg {
margin-left: 0rem !important;
}
}

.inbox-header-text {
padding-left: 16px;
margin-top: 2px;
@extend .typography.heading-m;
color: theme(digitv2.lightTheme.primary-2);
}

.custom-inbox-filter-heading {
padding-left: 16px;
margin-top: 2px;
@extend .typography.heading-m;
color: theme(digitv2.lightTheme.primary-2);
}
2 changes: 1 addition & 1 deletion health/micro-ui/web/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-css@1.8.3/dist/index.css" />
<link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-components-css@0.0.2-beta.43/dist/index.css" />
<!-- added below css for hcm-workbench module inclusion-->
<link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-health-css@0.2.31/dist/index.css" />
<link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-health-css@0.2.32/dist/index.css" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#00bcd1" />
<title>DIGIT HCM</title>
Expand Down

0 comments on commit 19805a3

Please sign in to comment.