+ autocomplete + thunk
This commit is contained in:
9
src/styles/Footer.scss
Normal file
9
src/styles/Footer.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
@import "../Design.scss";
|
||||
|
||||
.footer {
|
||||
background-color: $main-color;
|
||||
|
||||
p {
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
@@ -1,8 +1,10 @@
|
||||
@import "../Design.scss";
|
||||
|
||||
.topBar {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
background-color: #ebebeb;
|
||||
background-color: $main-color;
|
||||
}
|
||||
|
||||
.topBarLogo {
|
||||
|
||||
Reference in New Issue
Block a user