Finished connection to API

This commit is contained in:
2020-02-25 20:16:26 +01:00
parent 1bc9fa379b
commit 7547923b1f
8 changed files with 83 additions and 16 deletions
+10 -1
View File
@@ -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;