-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed Instances of useStyles, Replaced With SCSS (#440)
* Removed useStyles, replaced with scss * Formatting * remove sample.js * whoops deleted wrong file * formatting settings.scss, adding inline custom styling to Settings.js Co-authored-by: Colby Morrison <colbyamorrison@gmail.com> Co-authored-by: Isaiah Becker-Mayer <ibeckermayer@gmail.com>
- Loading branch information
1 parent
c0bc7ff
commit 3af8dbe
Showing
6 changed files
with
57 additions
and
181 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
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
This file was deleted.
Oops, something went wrong.
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
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
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,14 +1,31 @@ | ||
.changeImageModalContainer { | ||
height: 280px; | ||
|
||
input { | ||
margin-top: 25px; | ||
margin-bottom: 15px; | ||
border-width: 0px; | ||
} | ||
|
||
.save-image{ | ||
margin-left: 155px; | ||
margin-top: 60px; | ||
} | ||
input { | ||
margin-top: 25px; | ||
margin-bottom: 15px; | ||
border-width: 0px; | ||
} | ||
|
||
.save-image { | ||
margin-left: 155px; | ||
margin-top: 60px; | ||
} | ||
} | ||
|
||
#settings-grid { | ||
margin: 10px -8px -8px -8px; | ||
padding: 40px; | ||
padding-left: 8px; | ||
|
||
input { | ||
line-height: 16px; | ||
border-radius: 4px; | ||
border: 2px solid #bdbdbd; | ||
box-sizing: border-box; | ||
width: 75%; | ||
height: 40px; | ||
margin-top: 10px; | ||
margin-bottom: 40px; | ||
} | ||
} |