-
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.
added a separate scss file for cssButtonReset
- Loading branch information
Ps
committed
Jan 15, 2024
1 parent
c760701
commit 704d6cf
Showing
2 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
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
8 changes: 8 additions & 0 deletions
8
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
.buttonCssReset { | ||
max-width: 64px; | ||
padding: 0; | ||
margin: 0; | ||
border: none; | ||
background: none; | ||
cursor: pointer; | ||
} |