Front page
This commit is contained in:
9
src/styles/SearchPanel.scss
Normal file
9
src/styles/SearchPanel.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
.searchPanel {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 8px;
|
||||
|
||||
.btnContainer {
|
||||
margin-left: 24px;
|
||||
}
|
||||
}
|
||||
11
src/styles/TopBar.scss
Normal file
11
src/styles/TopBar.scss
Normal file
@@ -0,0 +1,11 @@
|
||||
.topBar {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
background-color: #ebebeb;
|
||||
}
|
||||
|
||||
.topBarLogo {
|
||||
height: 2.4rem;
|
||||
margin: 16px;
|
||||
}
|
||||
Reference in New Issue
Block a user