Skip to content

Commit

Permalink
PFM-4305 updated css for login and landing page (#1482)
Browse files Browse the repository at this point in the history
  • Loading branch information
vamshikrishnakole-wtt-egov authored Oct 6, 2023
1 parent 9ceff43 commit 4da35cd
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@egovernments/digit-ui-libraries": "1.5.0",
"@egovernments/digit-ui-module-core": "1.5.45",
"@egovernments/digit-ui-module-core": "1.5.46",
"@egovernments/digit-ui-module-hrms": "1.5.26",
"@egovernments/digit-ui-module-dss": "1.5.52",
"@egovernments/digit-ui-react-components": "^1.5.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ frontend/micro-ui/web/public/index.html
# Changelog

```bash
0.2.28 updated css for login and landing page
0.2.25 Login page css updated
0.2.12 added dss for Table chart
0.2.11 added the style for dss metric chart
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egovernments/digit-ui-works-css",
"version": "0.2.25",
"version": "0.2.28",
"license": "MIT",
"author": "Jagankumar <[email protected]>",
"main": "dist/index.css",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -572,11 +572,16 @@
.primary-label-btn {
margin: 20px auto 0 auto !important;
}
.submit-bar, .submit-bar-disabled {
.submit-bar,
.submit-bar-disabled {
width: 100% !important;
}

.employee-select-wrap .options-card {
max-height: 150px !important;
}
}

.optionsClassName {
.topbar .left .employee-select-wrap .options-card {
right: -3rem !important
}
2 changes: 1 addition & 1 deletion frontend/micro-ui/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@egovernments/digit-ui-libraries": "1.5.0",
"@egovernments/digit-ui-module-attendencemgmt": "0.2.4",
"@egovernments/digit-ui-module-contracts": "0.2.10",
"@egovernments/digit-ui-module-core": "1.5.45",
"@egovernments/digit-ui-module-core": "1.5.46",
"@egovernments/digit-ui-module-dss": "1.5.52",
"@egovernments/digit-ui-module-estimate": "0.2.1",
"@egovernments/digit-ui-module-expenditure": "0.2.25",
Expand Down
2 changes: 1 addition & 1 deletion frontend/micro-ui/web/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap"
rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://unpkg.com/@egovernments/[email protected]/dist/index.css" />
<link rel="stylesheet" href="https://unpkg.com/@egovernments/[email protected].25/dist/index.css" />
<link rel="stylesheet" href="https://unpkg.com/@egovernments/[email protected].28/dist/index.css" />
<!-- <link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-works-css/dist/index.css" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#00bcd1" />
Expand Down

0 comments on commit 4da35cd

Please sign in to comment.