-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from akanoren/fix-styles
style.cssの内容をそれぞれのコンポーネントに移し、flexboxを適用しました
- Loading branch information
Showing
6 changed files
with
120 additions
and
54 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 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
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,30 +0,0 @@ | ||
/* Post Button Design */ | ||
input[type="submit" i]{ | ||
border-color: #00acee; | ||
background-color: #00acee; | ||
border-radius: 20px; | ||
padding:5px 15px 5px 15px; | ||
color: #FFFFFF; | ||
} | ||
|
||
input[type="submit" i]:hover{ | ||
background-color: #0095d6; | ||
border-color: #0095d6; | ||
} | ||
|
||
/* Refresh Button Design */ | ||
button{ | ||
border-color: #6A5ACD; | ||
background-color: #6A5ACD; | ||
border-radius: 20px; | ||
padding:5px 15px 5px 15px; | ||
color: #FFFFFF; | ||
} | ||
|
||
/* Textarea Design */ | ||
textarea{ | ||
font-size:17px; | ||
margin: 0px 0px 20px 0px; | ||
padding:17px 15px 17px 15px; | ||
border-radius: 20px; | ||
} | ||