Skip to content

Commit

Permalink
PFM-4305 Login page issues (#1477)
Browse files Browse the repository at this point in the history
  • Loading branch information
vamshikrishnakole-wtt-egov authored Oct 5, 2023
1 parent ff22e6d commit 931aed2
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 4 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.39",
"@egovernments/digit-ui-module-core": "1.5.45",
"@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.24 Login page css updated
0.2.12 added dss for Table chart
0.2.11 added the style for dss metric chart
0.2.10 fixed minor issues
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.15",
"version": "0.2.24",
"license": "MIT",
"author": "Jagankumar <[email protected]>",
"main": "dist/index.css",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -548,4 +548,35 @@
.dss-metric-horizontal{
width: 48%;
max-width: 48%;
}

.loginFormStyleEmployee {
.loginCardSubHeaderClassName {
text-align: center !important;
}
.loginCardClassName {
margin: auto !important;
min-width: 408px !important;
}
.buttonClassName {
max-width: 100% !important;
width: 100% !important
}
.field .field-container .text-input input {
margin-bottom: 5px !important;
}
.bannerHeader {
margin-bottom: 0px !important;
}

.primary-label-btn {
margin: 20px auto 0 auto !important;
}
.submit-bar, .submit-bar-disabled {
width: 100% !important;
}
}

.optionsClassName {
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.39",
"@egovernments/digit-ui-module-core": "1.5.45",
"@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].15/dist/index.css" />
<link rel="stylesheet" href="https://unpkg.com/@egovernments/[email protected].24/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 931aed2

Please sign in to comment.