Skip to content

Commit

Permalink
updated the loader style
Browse files Browse the repository at this point in the history
  • Loading branch information
jagankumar-egov committed Sep 25, 2024
1 parent 5962087 commit 515679f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions micro-ui/web/micro-ui-internals/packages/css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [1.8.2-beta.28]
- Fixed the loader style

## [1.8.2-beta.20]
- Updated topbar,breadcrumb,actionbar,toast,sidebar css.

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.27",
"version": "1.8.2-beta.28",
"license": "MIT",
"main": "dist/index.css",
"author": "Jagankumar <[email protected]>",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
}

.digit-page-loader {
padding-top: 88px;
padding-top: 20%;
position: absolute;
left: 50%;
}

.digit-module-loader {
Expand Down
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/[email protected].27/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/[email protected]/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 515679f

Please sign in to comment.