feat(app): major refactorings and details footer updates
This commit is contained in:
@@ -4,12 +4,12 @@ nav.toolbar {
|
||||
top: -1px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
background-color: #35313d;
|
||||
background-color: var(--eggplant);
|
||||
z-index: 1;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.15);
|
||||
box-shadow: 0 2px 0 0 var(--shadow);
|
||||
}
|
||||
|
||||
.toolbar-contents {
|
||||
|
||||
Reference in New Issue
Block a user