Skip to content

Commit

Permalink
Merge pull request #3 from bcgov/1585-Conditions
Browse files Browse the repository at this point in the history
1585 conditions
  • Loading branch information
bzimonjaSDPR authored Oct 9, 2024
2 parents 607a373 + 1af0341 commit 9b08122
Show file tree
Hide file tree
Showing 6 changed files with 406 additions and 163 deletions.
15 changes: 8 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"test:ci": "BASE_URL=http://localhost:8080 npx playwright test"
},
"dependencies": {
"@carbon/icons-react": "^11.50.1",
"@carbon/react": "^1.62.1",
"@types/react-input-mask": "^3.0.5",
"body-parser": "^1.20.2",
Expand Down
Binary file modified public/ministries/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
border: 1px solid #ccc;
padding: 15px;
margin-bottom: 20px;
margin-top: 20px;
border-radius: 5px;
}
.fixed-save-buttons {
Expand All @@ -13,7 +14,7 @@
padding: 10px 20px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
display: flex;
justify-content: space-between;
justify-content: center;
z-index: 1000; /* Ensure it's on top of other content */
}

Expand Down
Loading

0 comments on commit 9b08122

Please sign in to comment.