spotify-manager-web/src/pages/Graph/Graph.module.css

19 lines
316 B
CSS

.graph_wrapper {
display: flex;
width: 100%;
height: 100vh;
color: black;
}
.operations_wrapper {
display: flex;
background-color: var(--bgNav);
flex-direction: column;
align-items: center;
justify-content: flex-start;
gap: var(--mb-3);
height: 100vh;
width: 10vw;
padding: var(--mb-3);
}