-
Notifications
You must be signed in to change notification settings - Fork 248
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(refactor) O3-2709: Update placeholder camera icon used in registrati…
…on form (#1601) * (refactor): O3-2709 used Carbon Library camera icon for placeholder in patient registration * Fix indentation --------- Co-authored-by: Ps <[email protected]> Co-authored-by: Dennis Kigen <[email protected]>
- Loading branch information
1 parent
ebe2090
commit 8123a3a
Showing
4 changed files
with
36 additions
and
13 deletions.
There are no files selected for viewing
17 changes: 12 additions & 5 deletions
17
packages/esm-patient-attachments-app/src/assets/placeholder.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 15 additions & 6 deletions
21
packages/esm-patient-attachments-app/src/camera-media-uploader/capture-photo.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,17 @@ | ||
.buttonCssReset { | ||
max-width: 64px; | ||
padding: 0; | ||
margin: 0; | ||
border: none; | ||
background: none; | ||
cursor: pointer; | ||
max-width: 64px; | ||
padding: 0; | ||
margin: 0; | ||
border: none; | ||
background: none; | ||
cursor: pointer; | ||
} | ||
|
||
.placeholderIconContainer { | ||
width: 64px; | ||
height: 64px; | ||
background-color: #D8D8D8; | ||
display: flex; | ||
align-items: center; | ||
justify-content: center; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,5 +24,4 @@ | |
justify-content: center; | ||
align-items: center; | ||
} | ||
|
||
} |