Files
element-call-Github/src/room/GroupCallInspector.module.css
Robin Townsend aa45261b0d Organize colors
2022-06-01 11:48:17 -04:00

26 lines
420 B
CSS

.inspector {
background-color: var(--system);
}
.scrollContainer {
height: 100%;
overflow-y: auto;
}
.sequenceDiagramViewer {
display: flex;
flex-direction: column;
align-items: center;
padding: 20px;
}
.selectInput {
align-self: flex-start;
}
.sequenceDiagramViewer :global(.messageText) {
font-size: 12px;
fill: var(--primary-content) !important;
stroke: var(--primary-content) !important;
}