Rewrite phase 1.
Started improved client code structure. Implemented session based authentication serverside. Implemented user, match, and sport database models serverside. Implemented Controllers for variety of C and R operations of CRUD.
This commit is contained in:
16
sports-matcher/client/src/styles/Layout.css
Normal file
16
sports-matcher/client/src/styles/Layout.css
Normal file
@@ -0,0 +1,16 @@
|
||||
.page-root,
|
||||
main,
|
||||
#app,
|
||||
#root {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
min-height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-grow: 1;
|
||||
}
|
19
sports-matcher/client/src/styles/extra.css
Normal file
19
sports-matcher/client/src/styles/extra.css
Normal file
@@ -0,0 +1,19 @@
|
||||
.jumbotron {
|
||||
width: 100%;
|
||||
padding-left: 1.5rem;
|
||||
padding-right: 1.5rem;
|
||||
padding-top: 12rem;
|
||||
padding-bottom: 1rem;
|
||||
text-align: center;
|
||||
background-size: cover;
|
||||
background-color: black;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.jumbotron h1 {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
.horizontal-scroller {
|
||||
overflow-x: scroll;
|
||||
}
|
Reference in New Issue
Block a user