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
minsung
2020-06-11 14:01:41 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
11e6f4043878ce6151dbbb4e872b92725a775277
11e6f404
1 parent
d0e2490d
overwrite js file for CSS applying
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
front/src/Styles/ChatContainer_CSS.css
front/src/Styles/ChatContainer_Style.js
front/src/Styles/ChatContainer_CSS.css
View file @
11e6f40
<
style
>
a
:visited
{
color
:
black
;}
a
:active
{
color
:
black
;}
...
...
@@ -59,5 +58,7 @@ a{text-decoration: none;color: black;}
}
@media
screen
and
(
min-width
:
0
)
and
(
max-width
:
767px
){
.khu-nav-row
{
padding
:
0
4vw
}
</
style
>
@media
screen
and
(
min-width
:
0
)
and
(
max-width
:
767px
)
{
.khu-nav-row
{
padding
:
0
4vw
;}
}
\ No newline at end of file
...
...
front/src/Styles/ChatContainer_Style.js
View file @
11e6f40
import
ChatContainer_CSS
from
ChatContainer_CSS
.
css
...
...
Please
register
or
login
to post a comment