Skip to content

Commit

Permalink
Updated dashboard page
Browse files Browse the repository at this point in the history
  • Loading branch information
ManavMadhu authored and Mahir-G committed Jul 10, 2020
1 parent 8dcfe7d commit 76acdb8
Show file tree
Hide file tree
Showing 6 changed files with 297 additions and 65 deletions.
167 changes: 167 additions & 0 deletions Front-End/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Front-End/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"bootstrap": "^4.5.0",
"multiselect-react-dropdown": "^1.5.7",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"react-select": "^3.1.0",
"reactstrap": "^8.5.1"
},
"scripts": {
Expand Down
7 changes: 0 additions & 7 deletions Front-End/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@
width:100%;
}

body{
/* background-image: linear-gradient( 135deg, #5EFCE8 10%, #736EFE 100%);
width: 100%;
height: 100%;
background-attachment: fixed; */
}

.header a {
text-align: center;
padding: 0.5rem 3rem;
Expand Down
4 changes: 2 additions & 2 deletions Front-End/src/components/css/dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ label{
margin-bottom: 50px;
}
#subheader{
margin:20px auto;
}
margin:20px left;
}
Loading

0 comments on commit 76acdb8

Please sign in to comment.