Toolbar: update style to match spec

This commit is contained in:
rektdeckard
2020-07-29 12:26:24 -04:00
parent b1a4a93e73
commit c269343014
2 changed files with 24 additions and 14 deletions

View File

@@ -1,14 +1,22 @@
.toolbar {
menu.toolbar {
position: sticky;
top: 0px;
padding: 4px;
/* background-color: #f2f2f2; */
background-color: #e2e2e2;
border-top: 1px solid black;
border-bottom: 1px solid black;
display: flex;
padding: 0;
margin: 0;
background-color: #35313d;
z-index: 1;
flex-flow: wrap;
display: flex;
justify-content: center;
align-items: center;
}
.toolbar-contents {
width: 83.33%;
max-width: 1120px;
/* height: 48px; */
padding: 8px 0;
display: flex;
flex-flow: wrap;
align-items: center;
justify-content: space-between;
}