Massive interactivity updates to all components

This commit is contained in:
rektdeckard
2020-07-24 14:40:07 -04:00
parent 8ae4cb2b81
commit ecb51191d8
14 changed files with 340 additions and 82 deletions

View File

@@ -1,11 +1,14 @@
.toolbar {
position: sticky;
top: 0px;
padding: 8px;
background-color: #f2f2f2;
border: 1px 0px 1px solid black;
z-index: 2px;
padding: 4px;
/* background-color: #f2f2f2; */
background-color: #e2e2e2;
border-top: 1px solid black;
border-bottom: 1px solid black;
display: flex;
z-index: 1;
flex-flow: wrap;
justify-content: center;
align-items: center;
}