+ autocomplete + thunk

This commit is contained in:
2020-07-21 19:39:56 +02:00
parent 29efa13410
commit 2bcbfef8ba
16 changed files with 255 additions and 38 deletions

9
src/styles/Footer.scss Normal file
View File

@@ -0,0 +1,9 @@
@import "../Design.scss";
.footer {
background-color: $main-color;
p {
color: white;
}
}

View File

@@ -1,8 +1,10 @@
@import "../Design.scss";
.topBar {
width: 100%;
display: flex;
justify-content: space-between;
background-color: #ebebeb;
background-color: $main-color;
}
.topBarLogo {