mirror of
https://github.com/20kaushik02/spotify-manager-web.git
synced 2025-12-06 08:14:07 +00:00
19 lines
316 B
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);
|
|
}
|