Skip to content

Commit

Permalink
css fix (#1399)
Browse files Browse the repository at this point in the history
* fix

* fix

---------

Co-authored-by: Jagankumar <53823168+jagankumar-egov@users.noreply.github.com>
  • Loading branch information
aaradhya-egov and jagankumar-egov authored Sep 18, 2024
1 parent 2a9c7d1 commit bf1faa4
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 2 deletions.
2 changes: 2 additions & 0 deletions micro-ui/web/micro-ui-internals/packages/css/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ frontend/micro-ui/web/public/index.html
```
## Changelog
1.8.2-beta.23: fixed css in pgr citizen complaint detail page
### Summary for Version [1.8.2-beta.1] - 2024-06-05
For a detailed changelog, see the [CHANGELOG.md](./CHANGELOG.md) file.
Expand Down
2 changes: 1 addition & 1 deletion micro-ui/web/micro-ui-internals/packages/css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egovernments/digit-ui-css",
"version": "1.8.2-beta.22",
"version": "1.8.2-beta.23",
"license": "MIT",
"main": "dist/index.css",
"author": "Jagankumar <jagan.kumar@egov.org.in>",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,11 @@
text-align: center;
}

.sandbox-signup-form .digit-field .digit-error-message {
font-size: 0.8rem;
}


.sandbox-signup-form {
.digit-employee-card.signupCardClassName {
display: flex;
Expand Down Expand Up @@ -344,3 +349,25 @@
}
}
}
.pgr-citizen-wrapper{
.applications-list-container{
.card{
.date-wrap{
align-items: center;
justify-content: flex-start;
}
}
}
}

.pgr-citizen-wrapper{
.applications-list-container{
.card{
.status-highlight{
display: flex;
align-items: center;
justify-content: center;
}
}
}
}
2 changes: 1 addition & 1 deletion micro-ui/web/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link
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/digit-ui-css@1.8.2-beta.22/dist/index.css" />
<link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-css@1.8.2-beta.23/dist/index.css" />
<link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-components-css@0.0.2-beta.32/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 bf1faa4

Please sign in to comment.