mirror of
https://github.com/moghtech/komodo.git
synced 2026-07-18 01:00:26 -05:00
19 lines
266 B
CSS
19 lines
266 B
CSS
.Sidebar {
|
|
grid-area: sidebar;
|
|
background-color: blue;
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
.Server {
|
|
background-color: gray;
|
|
height: fit-content;
|
|
}
|
|
|
|
.Deployments {
|
|
background-color: rgb(85, 85, 85);
|
|
}
|
|
|
|
.Deployment {
|
|
padding: 0.5rem 1rem;
|
|
justify-content: space-between;
|
|
} |