Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
Triz_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
sdy
2020-05-23 03:57:54 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
166f87dbe0ff8f309923100fee4c1fe6f5213fac
166f87db
1 parent
caccdcd5
update chatScreen style
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
front/src/Components/ChatScreen.js
front/src/Components/ChatScreen.js
View file @
166f87d
...
...
@@ -139,12 +139,18 @@ const InputContainer = styled.div`
display: flex;
flex-direction: row;
width: 70%;
form {
width: 100%;
button {
background-color: #27ae60;
width: 10%;
color: white;
border-radius: 10px;
}
input {
width: 70%;
}
}
border: 1px solid rgba(0, 0, 0, 0.7);
border-radius: 10px;
`
;
...
...
@@ -187,8 +193,10 @@ export default ({ data }) => {
<
ChatScreenBox
>
<
InputWrapper
>
<
InputContainer
>
<
form
>
<
Input
placeholder
=
{
"Enter any words"
}
/
>
<
Button
text
=
{
"Submit"
}
/
>
<
/form
>
<
/InputContainer
>
<
/InputWrapper
>
<
/ChatScreenBox
>
...
...
Please
register
or
login
to post a comment