@metacell/geppetto-meta-ui
Version:
React components from geppetto-meta to create neuroscience applications and visualize data.
18 lines (15 loc) • 408 B
CSS
:root {
--geppetto-toolbar-button-color: #fc6320;
--geppetto-toolbar-background-color: rgb(0,0,0,0.5);
}
.geppetto-toolbar {
display: flex;
gap: 0.25rem;
background-color: var(--geppetto-toolbar-background-color);
}
.geppetto-toolbar .geppetto-toolbar-button {
color: var(--geppetto-toolbar-button-color);
}
.geppetto-toolbar .geppetto-toolbar-button button {
color: inherit;
}