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-07-15 04:07:52 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8f91740d0a797ea5447642dcb47038e8c4b880d3
8f91740d
1 parent
ec5a7f61
remove unnecessary style
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
11 deletions
front/src/Styles/GlobalStyles.js
front/src/Styles/GlobalStyles.js
View file @
8f91740
...
...
@@ -3,12 +3,8 @@ import reset from "styled-reset";
export
default
createGlobalStyle
`
${
reset
}
* {
box-sizing: border-box;
}
html, body {
overflow: hidden;
height: 100vh;
li {
list-style: none;
}
a {
text-decoration:none;
...
...
@@ -16,9 +12,4 @@ export default createGlobalStyle`
input:focus {
outline:none;
}
#root {
height: 100%;
display:flex;
flex-direction: row;
}
`
;
...
...
Please
register
or
login
to post a comment