Skip to content

Commit

Permalink
fix: design Changes for Phone Number, Email and Address Model
Browse files Browse the repository at this point in the history
Design Changes for Phone Number, Email and Address Model

fix HospitalRun#1920
  • Loading branch information
sourabbanka22 committed May 29, 2020
1 parent 9fe255e commit ff82ff9
Show file tree
Hide file tree
Showing 3 changed files with 450 additions and 317 deletions.
7 changes: 6 additions & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,10 @@ code {

.addButton{
margin-top: 2em;
top: 50%
top: 50%;
right: 0px;
}

.tableButton{
float: right;
}
3 changes: 3 additions & 0 deletions src/locales/enUs/translations/patient/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,17 @@ export default {
placeOfBirth: 'Place of Birth',
sex: 'Sex',
phoneNumber: {
panel: 'Phone Number',
type: 'Phone Number Type',
phoneNumber: 'Phone Number',
},
email: {
panel: 'Email',
type: 'Email Type',
email: 'Email',
},
address: {
panel: 'Address',
type: 'Address Type',
address: 'Address',
},
Expand Down
Loading

0 comments on commit ff82ff9

Please sign in to comment.