Front page

This commit is contained in:
2020-07-19 20:45:24 +02:00
parent a71a2a7a60
commit 29efa13410
23 changed files with 1099 additions and 93 deletions

View File

@@ -0,0 +1,9 @@
.searchPanel {
display: flex;
align-items: center;
padding: 8px;
.btnContainer {
margin-left: 24px;
}
}

11
src/styles/TopBar.scss Normal file
View File

@@ -0,0 +1,11 @@
.topBar {
width: 100%;
display: flex;
justify-content: space-between;
background-color: #ebebeb;
}
.topBarLogo {
height: 2.4rem;
margin: 16px;
}