Finished connection to API
This commit is contained in:
+10
-1
@@ -5,7 +5,8 @@ body {
|
||||
sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
background-color: #282c34;
|
||||
background: url(./Background/bg.jfif) no-repeat center center;
|
||||
/* background-color: #282c34; */
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
@@ -18,11 +19,19 @@ body {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.LoginComponent,
|
||||
.DashboardComponent {
|
||||
background-color: white;
|
||||
border-style: solid;
|
||||
border-width: solid;
|
||||
border-color: #FD4114;
|
||||
border-radius: 7px;
|
||||
}
|
||||
|
||||
.btn {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.fullSize {
|
||||
width: 96%;
|
||||
margin: 0 auto;
|
||||
|
||||
Reference in New Issue
Block a user